Docs > AI Agents > API Reference

Agent API Reference

Complete REST API documentation for creating, managing, and interacting with agents programmatically.

POST /v1/agents/{id}/chat
{"response": "Top 5 products...", "credits_used": 1}

Endpoints

POST /v1/agents Create agent
GET /v1/agents/:id/conversations List conversations
Rate limits — Starter: 100/hr, Pro: 500/hr, Business: 2000/hr. API keys in Settings.
Was this helpful?