Skip to main content
Glama

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.

npm License: MIT Smithery

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/install

Bootstrap 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

/agents/v1/bootstrap

POST

Create agent + get JWT + 75k credits

/agents/me

GET

Agent profile + credit balance

/agents/me/memory

POST/GET

Read/write encrypted memory

/proxy/call

POST

Execute any registered tool

/credentials

POST

Store encrypted API key

/billing/checkout

POST

Create payment checkout

/mcp

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

License

MIT © mirajmahmudul

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Credential 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.
    3
    386
    13
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Self-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.
    63
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Encrypted 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
  • A
    license
    -
    quality
    D
    maintenance
    Zero-knowledge credential injection for AI agents. Your agent authenticates to websites and APIs without ever seeing a password, TOTP code, or API key.
    5
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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