Navigate to Settings > API Keys to generate your key.
Add your key to the Authorization header: Bearer YOUR_API_KEY
Try GET /api/v1/agents to list your agents.
curl -X GET "https://app.agentanchorai.com/api/v1/agents" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"