Developer Portal
Build with AI Teammate — integrate agents into your apps.
Quick Start
1.Generate an API key for your agent
2.Test it in the Playground
3.Integrate:
POST /api/agents/:id/chat with Bearer tokencurl -X POST https://ai-teammate.net/api/agents/AGENT_ID/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message": "Hello!"}'API Keys
Generate and manage API keys for your agents
OpenPlayground
Test API endpoints interactively
OpenUsage
Monitor API usage and credit consumption
OpenAPI Docs
Full API reference — agents, chat, teams
OpenPython SDK
pip install ai-teammate — get started in seconds
OpenJavaScript SDK
fetch-based examples for JS/TS — no package needed
OpenBase URL
https://ai-teammate.net/apiAll endpoints require Bearer token authentication