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:
See Authentication for token management.

Response Format

All responses use JSON with consistent structure:

Rate Limits