API 概览
Myrm 提供 REST API 与 WebSocket 端点供程序化访问。基址
- SaaS:
https://app.myrmagent.ai/api - 自托管:
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 与 WebSocket 端点。
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" }
}
| 套餐 | 请求/分钟 |
|---|---|
| Free | 30 |
| Companion | 120 |
| Pro | 300 |
| Max | 600 |