Skip to main content

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

Authentication

All API requests require a Bearer token:
curl -H "Authorization: Bearer YOUR_TOKEN" \
  https://app.myrmagent.ai/api/agents
See Authentication for token management.

Response Format

All responses use JSON with consistent structure:
{
  "data": { ... },
  "meta": { "timestamp": "2026-05-30T00:00:00Z" }
}

Rate Limits

PlanRequests/min
Free30
Companion120
Pro300
Max600