Developer Hub
There are three developer paths in axiom.ai: the API for triggering and integrating automations, MCP for letting Claude, Cursor, or any agent drive them, and custom code (JavaScript and the Code Dashboard) for extending what an automation can do. The links below cover all three.
API
Trigger pre-built automations, drive a cloud browser step by step, and authenticate from your own stack.
MCP
Connect Claude, Cursor, or any MCP client to the desktop app's built-in MCP server, or build your own server around the API.
Using code in no-code tool
Add JavaScript snippets inside No-Code Tool automations for custom logic, data shaping, and API calls.
Deep dives
Technical background on how axiom.ai handles Chromium, browser sessions, cookies, and more.
Dev troubleshooting
Diagnose API errors, integration problems, and runtime issues.
FAQ
Do I need a subscription to use the API?
Yes. The API requires a paid plan. See the pricing page for plans that include API access. Free plans don't include the API.
Do I need a subscription to use JavaScript in my automations?
No. The Write javascript step is available on every plan, including free.
Does the API have rate limits?
Yes. Every account is rate-limited to keep the platform stable. See the rate limits documentation for the current limits.
Does the API have a queue?
Yes. The queue lets a small number of requests through even when your account has hit its concurrency limit. See the queue documentation for the details.
Feedback
We're always looking for ideas to improve the developer experience. Got feedback, a feature request, or work to share? Post in the Reddit community or contact us. The team reviews feedback weekly.