API Reference
The Miteos API lets you create tasks, manage agents, connect integrations, and access all platform features programmatically.Base URL
Authentication
All API requests require a Bearer token:/auth/login or from your API Keys page.
Rate Limits
- 60 requests/minute per user (burst: 10)
- Rate limit headers:
X-RateLimit-Limit,X-RateLimit-Remaining
WebSocket
Real-time agent events stream via WebSocket:{"type": "auth", "token": "YOUR_TOKEN"} after connecting.
Response Format
All responses are JSON. Errors follow this format:OpenAPI Spec
The full OpenAPI specification is available at:The interactive “Try It” playground below connects directly to
api.miteos.com. You’ll need a valid auth token to test endpoints.
