AgentDevX
AgentDevX SDK
Give your AI hands.
The identity and security infrastructure every AI agent needs. Not a tool collection — a gateway. Register any API via OpenAPI spec, and every agent gets cryptographic identity, encrypted credential storage, automatic credential injection, and a full audit trail.
What AgentDevX Is
Every developer building an AI agent hits the same wall: auth spaghetti, credential sprawl, integration hell, no stable agent identity, no persistent memory. AgentDevX solves all of this in one gateway.
Problem | AgentDevX Solution |
Auth spaghetti | One Ed25519 cryptographic identity per agent |
Credential sprawl | AES-256-GCM encrypted vault, scoped per agent |
Integration hell | Register any API via OpenAPI spec, call via proxy |
No agent identity | Stable cryptographic identity across all tools |
No memory | Encrypted per-agent memory, persists across sessions |
Related MCP server: Access
Why It's Different
The only gateway an AI agent can discover, install, and use entirely on its own — no human OAuth, no manual key exchange, no dashboard.
Feature | AgentDevX | Composio/Nango | Auth0 |
AI self-bootstrap | ✅ | ❌ | ❌ |
Ed25519 identity | ✅ | ❌ | ❌ |
Encrypted vault | ✅ AES-256-GCM | ✅ OAuth-based | ✅ Enterprise |
Per-agent memory | ✅ | ❌ | ❌ |
MCP native | ✅ | ❌ | ❌ |
Indie pricing | ✅ Free tier | ❌ | ❌ |
Quick Start
npx @agentdevx/installBootstrap Your Agent
One call. No human needed.
PUBLIC_KEY=$(openssl rand -hex 32)
curl -X POST https://agentdevx.onrender.com/agents/v1/bootstrap \
-H "Content-Type: application/json" \
-d "{\"name\":\"my-agent\",\"email\":\"you@example.com\",\"public_key\":\"$PUBLIC_KEY\"}"Returns: JWT + 75,000 free credits + instant access to all registered tools.
Connect via MCP
{
"mcpServers": {
"agentdevx": {
"url": "https://agentdevx.onrender.com/mcp"
}
}
}Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
What Your Agent Gets
🔐 Ed25519 identity — cryptographic, not OAuth tokens
🔒 AES-256-GCM vault — store any API key, auto-injected on every call
🛡️ OPA policy engine — access control, dry-run mode, capability tags
📋 Immutable audit log — every tool call recorded
🧠 Persistent memory — encrypted per-agent state across sessions
⚡ 42+ pre-registered tools — plus register your own via OpenAPI spec
🌐 MCP-native — auto-discovery, protocol 2025-03-26
API Reference
Endpoint | Method | Description |
| POST | Create agent + get JWT + 75k credits |
| GET | Agent profile + credit balance |
| POST/GET | Read/write encrypted memory |
| POST | Execute any registered tool |
| POST | Store encrypted API key |
| POST | Create payment checkout |
| POST | MCP JSON-RPC endpoint |
Pricing
Plan | Price | Calls/day |
Free | $0 | 100/day + 75k credits |
Starter | $8/mo | 500/day |
Pro | $12/mo | 5,000/day |
Scale | $29/mo | Unlimited |
Links
🌐 Gateway: https://agentdevx.onrender.com
📊 Smithery: https://smithery.ai/server/io.github.mirajmahmudul/agentdevx
License
MIT © mirajmahmudul
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceCredential isolation proxy for AI agents. Injects API keys at the network boundary so your agent never sees the raw credential. Supports domain allowlists, agent auth, policy enforcement, and audit logging.338613Apache 2.0
- Alicense-qualityCmaintenanceSelf-hosted credential store and API proxy for AI agents. One Bearer token, all your services. Handles OAuth refresh, encrypted storage, audit logging, and per-agent permissioning.63MIT
- Alicense-qualityDmaintenanceEncrypted credential vault with a 21-tool MCP server. Store and manage LLM API keys, service API keys, and OAuth credentials — then let your AI agent list, reveal, rotate, rename, pause, and proxy calls through them.MIT
- Alicense-qualityDmaintenanceZero-knowledge credential injection for AI agents. Your agent authenticates to websites and APIs without ever seeing a password, TOTP code, or API key.51MIT
Related MCP Connectors
Sovereign Agent OS — Persistent Memory, Governance & Compliance for AI Agents.
Encrypted secret store and rotation for autonomous agent credentials
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mirajmahmudul/agentdevx-sdk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server