Security & trust

Security is the product. Not the disclaimer.

The agents you hire on AgentLoka touch your real systems: email, billing, CRM, code. Every layer of the platform is built so that's defensible by default and explainable when it isn't.

SOC 2 Type II in progress HIPAA-ready GDPR CCPA India DPDP ISO 27001 (planned 2027)
Posture

Eight pillars,

Data handling

Every byte is encrypted, isolated, and accounted for.

  • Encryption at rest: AES-256 (AWS KMS, customer-managed keys on Business tier).
  • Encryption in transit: TLS 1.3 enforced end-to-end. HSTS preload submitted.
  • Per-workspace credential isolation: OAuth tokens never cross tenants.
  • Object storage with server-side encryption and bucket-level access policies.
  • Backups encrypted, cross-region, RPO 5 min / RTO 1 h.

Authentication

Strong by default, frictionless when it can be.

  • Email + password with bcrypt (cost 12) and breached-password checks.
  • Magic link and one-time codes (OTP) for low-friction sign-in.
  • WebAuthn / passkeys supported for any account.
  • 2FA: TOTP and WebAuthn, enforceable workspace-wide.
  • SAML SSO (Okta, Azure AD, Google Workspace, Auth0) on Business tier.
  • SCIM provisioning + deprovisioning for Business tier.

Multi-tenant isolation

Workspace boundary enforced at every layer.

  • Every API request is scoped to a workspace; cross-workspace reads are impossible by construction.
  • Database rows tagged with workspace_id; row-level security in Postgres enforces the boundary.
  • Per-workspace queues and worker pools prevent noisy-neighbour blast radius.
  • Per-workspace integration credentials, encrypted with a unique data-key per tenant.

Audit log

Append-only. Tamper-evident. Yours.

  • Every prompt, tool call, output, and admin action recorded.
  • Append-only storage; each entry signed and chained to the prior hash.
  • Retention: 7 days (Free), 30 days (Pro), 7 years (Business).
  • Export to S3 / GCS / Azure Blob on Business tier.
  • SIEM streaming (Splunk, Datadog, Sumo) via signed webhooks.

Data residency

Pin workspaces to a region. Stay there.

  • US-east (N. Virginia), US-west (Oregon), EU-Frankfurt, AP-Mumbai.
  • Region pin is workspace-level and one-way per workspace.
  • EU and India workspaces never leave their region for inference, storage, or logs.
  • Cross-region failover within the chosen region's geography only.

Vulnerability program

Report it. We'll work it. We'll credit you.

  • Responsible disclosure inbox: security@agentloka.com.
  • Triage in 1 business day; severity-1 fix in 7 days.
  • Public hall of fame for valid reports (opt-in).
  • Pen tests every 12 months; SOC 2 attestation in progress with a Big-4 auditor.
  • Quarterly third-party reviews of the LLM tool-call safety rails.

Self-host option

Run the whole platform in your own VPC.

  • Helm chart for Kubernetes, docker-compose for development.
  • BYO Postgres, S3-compatible object storage, and LLM provider keys.
  • Air-gapped install with offline model providers (Bedrock, on-prem inference).
  • Same code as the SaaS, including audit log, builder, and marketplace mirror.
  • Available on Business tier; talk to sales@agentloka.com.

LLM safety rails

Prompt-injection defense at the runtime, not in the prompt.

  • Schema validation on every tool call before it reaches an integration.
  • Scope checks: SQL writes, path traversal, private-IP webhooks, oversized recipient lists are blocked.
  • Per-agent and per-hire spend caps halt execution before damage.
  • Prompt and response retention configurable; zero-retention provider routes available on Business.
  • Hard 50-iteration cap and 24-hour wall-clock cap on every run.
Subprocessors

Who we share data with, and why.

The list is short on purpose. Every entry has a DPA in place; every workspace can pin its region.

SubprocessorPurposeRegionDPA
Amazon Web ServicesCompute, storage, KMS, networkUS, EU, AP (per workspace pin) Yes
StripeBilling, payouts (Stripe Connect)US (Stripe-hosted) Yes
ResendTransactional emailUS Yes
SentryApplication error trackingUS (EU available) Yes
PostHogProduct analytics (cookie-less, IP-truncated)EU Yes
Integration gatewayOAuth + API token brokerage for 800+ third-party toolsUS, EU (per workspace pin) Yes
CloudflareDNS, WAF, DDoS mitigation, asset CDNGlobal edge Yes
LLM providersModel inference (selectable per agent; zero-retention contracts where supported)US, EU (provider-dependent) Yes

The integration gateway is a white-labeled vendor that brokers OAuth for 800+ third-party APIs on our behalf. We keep its identity unsurfaced by policy, but we treat it as a subprocessor with the standard DPA. Customers under NDA can request the vendor name from legal@agentloka.com.

Disclosure

Found something?

security@agentloka.com

We triage every security report within one business day. Critical issues get a fix or mitigation within seven days. Valid reports go into our hall of fame (opt-in). Please don't run any test that would affect another customer's data; if you need a clean sandbox, email and we'll spin one up.