REST API
JSON over HTTPS. Six read-only endpoints plus proxy generation.
MCP server
Connect Claude, ChatGPT, or Cursor and drive your account in plain English.
Base URL
All requests go to:Authentication
Every request is authenticated with your API key in theAuthorization header.
The key scopes every response to your own account — there is never an account id
in the URL.
Keys are issued by our team. Contact support to request one — we’ll hand it
to you directly. The full key is shown only once at creation, so store it
somewhere safe. You can see your active keys (masked) any time under
Developers in the dashboard.
Rate limits
Requests are throttled to 120 per minute, per key. Every response includesRateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers so you
can pace your calls. Exceeding the limit returns 429.
Response format
Every response is a JSON envelope. Success carries your payload indata;
errors carry a human-readable message.