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 tool you already have open. If you're new to browser automation, start with no-code.
Start with build by description
No-code. Describe what you want and the AI builds it, or create and edit your automation by hand from a prebuilt library of actions, scrapers and logic. All in our Chrome extension.
Explore no-code

Code. Run your scripts on our cloud browsers with one line of code. Use the Step API for quick actions like scrape, and Orchestrate to run your no-code automations.
Explore code

Build or run, agentically. Install the skill, add our MCP server, and Claude reads your site, builds no-code or code, and calls the Step and Orchestrate APIs. Works in Claude Code, Cursor or VS Code.
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
Sarah Johnson
John Smith
Emma Davis
Lisa Anderson
Michael Chen
Jennifer Brown
David Wilson
Fast to build. Easy to run and scale. Outstanding support.
Free to install. Get started in minutes.