DVARA — Data Plane API
OpenAI-compatible data plane served by the DVARA LLM Gateway component on port 8080.
DVARA is an AI governance platform — every request flows through the full governance pipeline (policy, PII scanning, guardrails, budget, routing, audit) before reaching an upstream provider. See the Routing and Providers pages in the sidebar for strategy and provider-specific details.
Authentication. Every /v1/* call requires an API key issued from
the DVARA Console, passed as Authorization: Bearer gw_.... API keys
resolve to a workspace server-side — you do not pass the workspace ID
directly on the request.
Authentication
- HTTP: Bearer Auth
API key issued from the DVARA Console. Pass as
Authorization: Bearer gw_<your-key>. The key resolves to a workspace
server-side — all downstream filters (policy, budget, audit) apply
under that workspace's configuration.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | gw_ |
Contact DVARA: URL: https://dvarahq.com
License Commercial