Backed by
Combinator
Build bots with no-code, code them, or describe them to Claude. axiom runs on our cloud or your machine.
Try for free, with 2 hours of runtime.
Backed by
Combinator
Total bots run
Total runtime
Total users
Build your way
Pick the path that fits how you work, whether that's a visual builder, real code, or just describing it to Claude. We recommend building by description no-code.
Start with build by description
Use our Chrome Extension to connect steps and logic from our prebuilt library to solve any problem without code.
Explore no-code

Bring your own scripts, or use our library of steps through API with our flexible SDK.
Explore code

Build and debug automations using the Claude Code agent, with deep integrations across all products.
Explore claude
Run anywhere
Run your automations where you want desktop or cloud.
Battle tested with thousands of hours of successful runs. Scheduling, concurrency, proxies, bot bypassing, error reporting, run recording and more.
Read more about cloud
Run on your computer with our desktop app in complete privacy. Schedule runs and run unlimited automations with no concurrency limits.
Read more about desktop
Integrate anything
Plug axiom into your existing automation infrastructure.
View all integrationsAutomate anything
"Get every job listing from this careers page"
→ working scraper, scheduled, results in your sheet.
"Submit each row from my CSV into this signup form"
→ looped data-entry bot, ready to run.
"Watch this page and alert me when stock changes"
→ scheduled checker with conditional alerts.
"Pull yesterday's analytics from these 3 dashboards into a sheet"
→ daily report, emailed to your team.
"Find leads, enrich them, push to my CRM"
→ branching workflow with logic and integrations.
"If you can do it in a browser and explain it in a sentence"
→ Claude can build it as an axiom bot.
For Devs
Drop into your existing stack. Connect Puppeteer or any CDP-speaking library to axiom, run browsers on our infrastructure straight from your code.
1import { chromium } from "playwright";2 3const browser = await chromium.connectOverCDP(4 `wss://cdp-lb.axiom.ai/?token=${process.env.AXIOM_API_KEY}`5);6 7try {8 const context = browser.contexts()[0];9 const page = context.pages()[0] ?? await context.newPage();10 await page.goto("https://example.com");11 await page.screenshot({ path: "out.png", fullPage: true });12} finally {13 await browser.close();14}"One of the best software I have tried."
Oliver Bovill
Emma Davis
Sarah Johnson
Lisa Anderson
David Wilson
Michael Chen
Jennifer Brown
Robert Taylor
Fast to build. Easy to run and scale. Outstanding support.
Free to install. Get started in minutes.