API Overview
Myrm exposes REST API and WebSocket endpoints for programmatic access.Base URL
- SaaS:
https://app.myrmagent.ai/api - Self-hosted:
http://localhost:3000/api
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
REST API and WebSocket endpoints for programmatic access.
https://app.myrmagent.ai/apihttp://localhost:3000/apicurl -H "Authorization: Bearer YOUR_TOKEN" \
https://app.myrmagent.ai/api/agents
{
"data": { ... },
"meta": { "timestamp": "2026-05-30T00:00:00Z" }
}
| Plan | Requests/min |
|---|---|
| Free | 30 |
| Companion | 120 |
| Pro | 300 |
| Max | 600 |