# AgentDevX - AI Agent Gateway & Tool Registry ## What is AgentDevX? AgentDevX is an AI agent gateway that gives AI agents secure, authenticated access to any API. ## MCP Server - Endpoint: https://agentdevx.onrender.com/mcp - Server Card: https://agentdevx.onrender.com/.well-known/mcp.json - Install: npx @agentdevx/install ## Quick Bootstrap (one API call) POST https://agentdevx.onrender.com/agents/v1/bootstrap {"public_key": ""} Returns: access_token, agent_id, api_key, 75000 credits ## Key Endpoints - POST /agents/v1/bootstrap - Register agent, get JWT - GET /tools - List all published tools - POST /proxy/call - Call any tool via proxy - POST /billing/checkout - Create subscription checkout - POST /users/credits/buy - Buy credit pack ## Pricing - Free: $0/month, 100 calls/day - Starter: $8/month, 500 calls/day - Pro: $12/month, 5000 calls/day - Scale: $29/month, unlimited - Credits: $5 one-time, 10,000 credits ## Tech Stack Bun, Hono, Supabase, Ed25519, JWT, OPA/Rego, Lemon Squeezy, MCP Protocol ## Links - API: https://agentdevx.onrender.com - npm: https://www.npmjs.com/package/@agentdevx/install - MCP.so: https://mcp.so