Developer Hub
axiom.ai supports two developer paths: the API for triggering and integrating automations, and custom code (JavaScript and the Code Dashboard) for extending what an automation can do. The links below cover both.
API
Trigger pre-built automations, drive a cloud browser step by step, and authenticate from your own stack.
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.