MCP Server · npx @agentdevx/install

The gateway for
AI agents to call
any API securely

Bootstrap your agent in one API call. Discover tools, enforce policies, inject credentials, and scale — all from a single endpoint.

Start for free Browse tools
POST https://agentdevx.onrender.com/agents/v1/bootstrap
{"public_key": "your_ed25519_hex"}

Everything your agent needs
One gateway to call any API — with identity, policy, and credentials built in.
One-call Bootstrap
Register a user, create an agent, issue a JWT — all in a single POST request. No manual setup.
Tool Registry
Publish any OpenAPI spec. Agents discover and call tools through a unified proxy endpoint.
Ed25519 Identity
Cryptographic agent identity with challenge-response auth. No passwords, no secrets stored.
OPA Policy Engine
Define fine-grained policies in Rego. Block or allow actions per agent, tool, or param.
🔑
Credential Vault
Store API keys encrypted. Agents never handle raw secrets — credentials injected at runtime.
Tier Limits
Enforce daily call limits per subscription tier. Free: 100/day. Scale: unlimited.

From zero to calling APIs in 3 steps
Step 01
Bootstrap your agent
Send your Ed25519 public key. Get back an access token, agent ID, and API key instantly.
POST /agents/v1/bootstrap
{"public_key": "7c446d..."}
Step 02
Discover tools
List all published tools from the registry. Each tool has endpoints, schemas, and auth config.
GET /tools
→ [{tool_name, endpoints...}]
Step 03
Call any API
Proxy your request through AgentDevX. Policy enforced, credentials injected automatically.
POST /proxy/call
{"tool_name": "petstore-api"...}
Bootstrap responseJSON
{
  "user_id": "usr_f6bf5dd18d68...",
  "agent_id": "agt_cd3730a71097...",
  "access_token": "eyJhbGci...",
  "expires_in": 300,
  "credits": 75000
}

Simple, usage-based pricing
Start free. Upgrade when you need more calls.
Free
$0 /month
100 calls / day
75,000 starter credits
Tool registry access
Ed25519 identity
Community support
Starter
$8 /month
500 calls / day
Everything in Free
OPA policy engine
Credential vault
Audit log
Pro
$12 /month
5,000 calls / day
Everything in Starter
Priority support
Memory vault
Custom policies
Scale
$29 /month
Unlimited calls
Everything in Pro
Unlimited agents
SLA guarantee
Dedicated support

Built on solid foundations
Bun Hono Supabase Ed25519 JWT OPA / Rego Lemon Squeezy MCP Protocol OpenAPI TypeScript Render
Ready to connect your agent?
Get 75,000 free credits. No credit card required.
Create free account View on GitHub