Apps For AI Agents
Give Cursor, Claude Code, Codex, and any AI agent secure access to your APIs/Apps. One dashboard. Encrypted vault. Scoped permissions per agent.
npx skills add akhrot/akhrot # Adds OAuth integration to your agent # Secure tokens, auto-refresh, scoped access # Works with Cursor, Claude, and more
Works with your favorite AI coding tools
How it works
Three steps. Your agents are live.
Connect your services
Add Google (OAuth), OpenAI, Stripe, MongoDB, and 17+ API key providers. Store once in your encrypted vault.
Create scoped keys for each agent
Cursor gets read-only Google. Claude Code gets full access. Different agents, different permissions. You're in control.
Key 1: cursor_readonly
Key 2: claude_code_full
# Least-privilege for every agent
Agents fetch fresh tokens
Your AI agent calls one endpoint, gets fresh tokens. Auto-refresh handles OAuth. No more expired token errors.
curl -X POST https://akhrot.ai/tokens/fetch \
-H "Authorization: Bearer $BHINDI_KEY" \
-d '{"provider": "google"}'
# Token returned. Agent proceeds.
Why Bhindi
Built for AI agents. Secured for you.
Encrypted Credential Vault
Your API keys and OAuth tokens are AES-256 encrypted at rest. Create scoped keys per agent—control exactly which services each agent can access.
Learn about securityLeast-Privilege by Default
Give Cursor read-only. Give Claude Code write access. Each agent gets exactly what it needs—nothing more.
Multi-Agent Ready
One dashboard. Unlimited API keys. Run Cursor, Claude Code, and custom agents—all with isolated credentials.
Auto-Refresh Tokens
OAuth tokens refresh silently in the background. Your agents never hit "token expired" errors mid-task.
Works with Any CLI
Simple HTTP API. Works with Python scripts, Node.js agents, Go tools, shell scripts—if it speaks HTTP, it works.
20+ Integrations
Google (OAuth), OpenAI, Stripe, MongoDB, and more. Connect via OAuth or paste API keys.
Supported Providers
Connect once. Access everywhere.
Link these services through the dashboard. Generate keys for your agents.
Give your AI agents secure API access
Connect your services once. Generate scoped keys for each agent. Cursor, Claude Code, and your custom agents fetch fresh tokens on demand.