Copy the instructions below and paste them into Claude Code, Cursor, Windsurf, Bolt, or any AI coding assistant. Your assistant will be able to register agents, verify identities, send payments, and manage your entire fleet — all through natural language.
Sign in to get your API key
Sign Up FreePaste this into Claude Code, Cursor, Windsurf, or any AI coding tool. It tells your assistant everything it needs to manage your agents.
You are managing AI agents using the AgentID platform (getagentid.dev).
API Base URL: https://www.getagentid.dev/api/v1
API Key: YOUR_API_KEY_HERE
Always include this header in every request:
Authorization: Bearer YOUR_API_KEY_HERE
Content-Type: application/json
WHAT YOU CAN DO:
1. REGISTER A NEW AGENT
POST /agents/register
Body: { "name": "MyAgent", "description": "What it does", "capabilities": ["trading", "analysis"], "platform": "python" }
Returns: agent_id, certificate, trust_level (starts at L1)
2. VERIFY AN AGENT
POST /agents/verify
Body: { "agent_id": "agent_xxx" }
Returns: verified, trust_score, trust_level, certificate_valid, permissions, spending_limit
3. SEARCH FOR AGENTS
GET /agents/discover?capability=trading&limit=10
Returns: list of agents matching the capability
4. ...After pasting the instructions, just talk naturally: