dhvati ProductConnectSecurityPricingDocs
Book a demo
Documentation

Everything between your agent and your tools.

dhvati verifies who's acting, decides every tool call against policy, injects credentials from its vault when a call is allowed, and audits everything. This guide covers the whole loop: connecting your agent, integrating your apps, shaping policy, and reading the trail.

How dhvati works

Three pieces, one loop:

  • Your endpoint โ€” https://mcp.dhvati.ai/mcp, an MCP server your agent talks to. It's the same URL for everyone; who you are is decided at sign-in, never by the link.
  • The Gateway โ€” verifies the acting person on every call, evaluates Cedar policy, then either injects the right credential from the vault and forwards the call ALLOW, or blocks it with the precise reason DENY. Agents never hold credentials, so there's nothing to leak and nothing to bypass.
  • The Console โ€” my.dhvati.ai: connect apps, shape policy, approve requests GRANT, invite teammates, read the audit trail.
๐Ÿ’กNew here? Book a demo and we'll set you up on your use case. Building agents with the dhvati SDK? Join the developer waitlist.

1 ยท Connect your agent

Every agent connects the same way: point it at your endpoint, sign in once in the browser that opens. No API keys, nothing pasted into the agent.

https://mcp.dhvati.ai/mcp
Claude Desktop claude.ai Claude Code Cursor Any MCP client

Step-by-step instructions with copy-paste blocks for each harness live on Connect your agent โ€” about two minutes each.

What the first sign-in does

The browser window is dhvati verifying you โ€” not the agent. Register creates a free personal workspace on the spot; if your company runs dhvati, use your company's button on the same screen and your org's roles and policies apply automatically. Either way, from the next call onward every request carries your verified identity.

2 ยท Integrate your apps

Apps ("tools") are what your agent acts on โ€” Slack, GitHub, internal APIs, any MCP server. You integrate them once in the Console; the credential lands in the vault and is injected per allowed call. The agent never sees it.

Slack (built-in connector)

1
Open the Integrations page
Console โ†’ Integrations โ†’ Slack โ†’ Connect.
2
Authorize with Slack
Slack's own OAuth screen opens โ€” approve it. The token goes straight into dhvati's vault, encrypted with AES-256-GCM. Nobody (including your agent) ever sees it again.
3
Done โ€” actions appear in policy
Slack's actions (slack.read_channel, slack.post_message, โ€ฆ) now show up on the Roles & Policies page, ready to allow, deny, or leave as ask-first.

Any MCP server

If a tool speaks MCP โ€” a vendor's hosted server or something your team built โ€” dhvati can govern it. Add it from Integrations โ†’ Add MCP server with its URL, then pick how dhvati should authenticate to it:

  • No auth โ€” for open or internal servers; dhvati still verifies the person, applies policy, and audits every call.
  • Service credential โ€” a static header (API key / bearer token) stored sealed in the vault and attached to every forwarded call.
  • Per-user OAuth โ€” dhvati registers itself with the server's authorization endpoint (standard MCP authorization: RFC 9728 / 8414 / 7591 discovery with PKCE) and each person connects their own account, so downstream actions happen as the actual user.
๐Ÿ”Whatever the auth mode, the pattern is identical: credentials live only in the vault. Your agent talks to dhvati; dhvati talks to the app.

Per-user app connections

For apps in per-user OAuth mode, each teammate authorizes once at the connection hub:

https://mcp.dhvati.ai/connect

It lists every app that needs a personal connection, shows what's already linked CONNECTED, and walks through the vendor's own consent screen for the rest. If an agent calls a tool the person hasn't connected yet, the deny message links straight here.

The sandbox (free workspaces)

Fresh workspaces come with a demo tool pre-integrated so you can watch governance work before wiring up anything real: reads like demo.lookup_order are allowed, writes are ask-first โ€” deny โ†’ request โ†’ approve โ†’ allow, all visible in your audit trail within minutes of signing up.

3 ยท Govern

Policy: roles ร— actions, default-deny

The Roles & Policies page is a matrix: roles down the side, tool actions across the top, and an allow/deny state in each cell. Anything unstated is denied by default. The matrix compiles to Cedar and the Gateway enforces the new policy within seconds of saving โ€” you can simulate "would this person be allowed?" before you commit.

Ask-first and approvals

Personal workspaces start with the pattern we recommend everywhere: reads flow, writes ask. When an agent hits an ask-first action, the call is held, the person (or an owner/admin) sees it on the Console dashboard with the agent's stated reason, and one tap resolves it โ€” approve once, grant for a window, or deny. The agent continues (or stops) live.

Grants with expiry

Approvals can create a GRANT โ€” permission for a specific person and action that expires on its own (hours or days). No standing access accumulates: when the grant lapses, the action goes back to ask-first. Active grants are listed on the dashboard and revocable at any time.

4 ยท Teams & identity

Invite your team

Settings โ†’ Members โ†’ Invite creates a one-time link. Teammates who join get the Member role โ€” reads allowed, writes ask you โ€” and every one of their agents' calls lands in the same audit trail. Roles are editable per person.

Company identity (enterprise)

Organizations connect their own IdP so employees sign in with company credentials and policy binds to real directory roles โ€” no separate accounts to manage. Keycloak-backed OIDC is live today; SAML/SCIM and further IdPs are rolling out with design partners โ€” talk to us. Enterprises can also run the entire stack on their own infrastructure: see Security & deployment.

5 ยท Audit

Every decision the Gateway makes is recorded: timestamp, the acting person, the tool and action, ALLOW or DENY, and why โ€” including which rule or grant decided it. A deny links to the request it created; a grant links back to who approved it. The trail lives in the Console's Audit page. dhvati records that calls happened and what was decided โ€” it does not retain your tools' response payloads (see the privacy policy).

SIEM streaming is on the near-term roadmap; export works today.

6 ยท Troubleshooting

The connector doesn't show any tools

Make sure you completed the sign-in the browser opened. In Claude Desktop, check the connector is enabled under Search & tools; in Claude Code, run /mcp and confirm dhvati shows as connected.

A call was denied โ€” is something broken?

No โ€” that's the product working. The deny message names the policy reason. If it's an ask-first action, the request is already waiting on the Console dashboard for one-tap approval. If you are the workspace owner, you approve your own requests there.

An app's calls fail with an upstream auth error

For per-user OAuth apps, visit mcp.dhvati.ai/connect and (re)connect your account โ€” tokens are refreshed automatically, but a revoked upstream grant needs one fresh consent.

Sign-in loops or a stale session

Sign out at my.dhvati.ai, then retry the connector โ€” it will reopen the sign-in. Still stuck? vishwa@dhvati.com โ€” a human reads it.

Ready to see it live?
See it govern a live agent in a 30-minute walkthrough โ€” or read the connector setup.
Book a demo Connector setup
dhvati
Sovereign identity, authorization & audit for the agent era. Run it hosted, or entirely on your own infrastructure.
ProductPlatformGatewayPolicy & CedarAudit & SIEM
CompanyDocsPricingContactTrust centerTerms
DeployHosted โ€” book a demoSelf-hosted / on-premClaude Code setupCursor setup
ยฉ 2026 dhvati ยท a product of Adiyogi Technologies ยท Made for security-first teams. Cedar ยท OIDC / SAML / SCIM ยท MCP