REST API
POST https://api.agentsframe.com/v1/think. Bearer auth,
JSON in/out. The canonical surface.MCP Server
Streamable HTTP at
api.agentsframe.com/. Drops into
Claude Desktop, Cursor, and any MCP host.CLI
npm i -g agents-frame. Wraps REST for shell scripts and
quick experiments.Authentication
All three surfaces authenticate with a Bearer API key, issued from app.agentsframe.com → Settings → API Keys. MCPinitialize, tools/list, and ping
are open so hosts can discover the server before users paste a key;
tools/call requires auth.
Quotas
Quotas are enforced per API key. A429 response includes an
upgrade_url so your agent can prompt the user to upgrade in-flow.
| Tier | Limit |
|---|---|
| Free | 5 calls / day |
| Starter | 1,500 calls / month |
| Pro | 3,500 calls / month |