Usage and limits
These endpoints let your code check how much cloud runtime is left, see how runs are queued when you hit your concurrency limit, and avoid tripping rate limits. Use them to build dashboards, gate expensive runs behind a quota check, or back off cleanly when the API tells you to slow down.
In this section
Check remaining runtime
Query the axiom.ai API for your account's cloud runtime allowance, used minutes, and remaining minutes for the current billing period.
Queue and concurrency
Understand how axiom.ai handles concurrent cloud runs, when triggers get queued, and how the queue clears.
Rate limits
The axiom.ai API allows 100 calls per minute per API key. Calls past that limit return a 429 error and the requested automation does not run.
Need help? Contact support or ask a question in our Reddit community.