Setup Guide

Use AgentID with your AI assistant

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.

1

Get your API key

Sign in to get your API key

Sign Up Free
2

Copy instructions for your AI assistant

Paste this into Claude Code, Cursor, Windsurf, or any AI coding tool. It tells your assistant everything it needs to manage your agents.

AGENT_ID_INSTRUCTIONS.md3397 chars
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. ...
3

Tell your AI what to do

After pasting the instructions, just talk naturally:

>Register a new agent called "DataBot" with data-analysis capabilities
>Verify all my agents and show me their trust levels
>Connect my Trading Bot to my Analyst agent and send market data
>Generate a compliance report for my agents
>Check the balance of my Trading Bot's wallet
>Show me which agents need security keys

Works with

Claude Code
Anthropic CLI
Cursor
AI code editor
Windsurf
AI IDE
Bolt
Stackblitz AI