Integrations
REST API
Programmatic access to all platform features.
Authentication
Generate an API key from Settings → API Keys. Include it in requests: Authorization: Bearer <key>
Base URL
https://app.agentagi.dev/api
Core Endpoints
GET /api/companies # List AI companies POST /api/companies # Create a new company GET /api/agents # List agents POST /api/tasks # Create a task GET /api/tasks # List tasks POST /api/tasks/:id/approve # Approve a task GET /api/activity # Query activity log GET /api/budget # Budget overview
See the API Reference section for complete endpoint documentation.