Managed cloud
The default. You call the public hosts (api.akhara.dev, agi.akhara.ai, app.akhara.ai), and Akhara operates the infrastructure: multi-region AWS with a hot standby, multi-AZ databases, and encrypted cross-region backups. Enterprise workspaces can pin a residency region (for example US or EU) and connect over VPC private endpoints (AWS PrivateLink) instead of the public internet.
Self-hosted: on-prem or your VPC
For workloads where prompts, tool calls, and evidence cannot cross your network boundary, the enforcement path deploys inside it: the PDP gateway, the evidence store, and the console run in your VPC or data center. The PEP already lives in your agent runtime, so in this mode the entire verification loop is local.- Nothing consequential leaves your network. Model traffic, tool calls, verdicts, and evidence records all stay inside your boundary. Akhara does not need inbound access to your deployment.
- SDKs point at your endpoint. Runtimes set
AKHARA_URLto your internal workspace endpoint instead ofapi.akhara.dev; application code is otherwise unchanged. - Keys are yours. Data is encrypted against the key management service you operate; Akhara never holds your keys.
- Identity is yours. Console and API access federate to your IdP, same as managed cloud.
- Models can be yours. Checks that use an LLM can target models you host, removing third-party providers from the path entirely.

