Agents
Point your agent at us
MCP config → your agent's mcp.json
{
"mcpServers": {
"runaii": {
"url": "https://runaii.cloud/api/mcp",
"headers": { "Authorization": "Bearer $RUNAII_API_KEY" }
}
}
}Connect endpoint ships with the management API — config above reserves the shape; HTTP fallback is /api/chat today.
Workspace skill → AGENTS.md
# runaii-cloud skill — paste into AGENTS.md
- Gateway: https://api.runaii.cloud/v1 (OpenAI-compatible)
- Models: GET https://runaii.cloud/models (prices per 1M)
- Metered proxy: POST https://runaii.cloud/api/chat
{model, messages, temperature, max_tokens} → SSE
- Errors: 401 bad key · 402 out of credits (/console/billing)
· 429 slow down (Retry-After) · 529 retry (autoscaler warming)
- Batch = 50% off. Cached prefixes bill at cached rates.