From a browser session to a callable endpoint.
Most of the web has no API. Writ closes the gap: build a workflow once, publish it as a REST endpoint and an MCP tool, and call it from your code or your AI agents, on your own accounts, with your own data.
Three ways to author a workflow
Pick whichever fits the task. Each produces the same editable recipe of 30+ step types: navigate, click, fill, type, select, extract, evaluate (JS), api_call, wait_for_change, twofa, and more.
It is one recipe, however you build it. Start by recording, hand the rest to an AI session, then edit a step by hand - the recipe is the same object the whole way through. Explore every step type in the Workflows overview.
One workflow, two callable surfaces
Publishing exposes the same workflow as a stable REST endpoint and an MCP tool at once - with the auth, controls, and analytics you would expect from a first-class API.
REST endpoint
Every workflow gets a stable URL at /v1/{slug}/{path}. Secure it with scoped wt_ keys, per-partner consumer keys, and HMAC-signed webhooks. Front it with your own branded domain.
MCP tool
The same workflow appears as an MCP tool - with a typed input schema and structured output - that Claude, Cursor, and any MCP client can call. Runs are gateway-mediated, metered, and logged.
MCP guide →Built to be called - by your code and by your agents
Invoke the workflow over REST, over MCP, from a no-code tool, on a schedule, or from a webhook. Same engine, your choice of caller.
It works on the hard web - and survives the UI changes that snap scripts
The parts that matter sit behind logins and dynamic pages. Writ handles them as authorized actions on accounts you control.
Free on your machine, or managed in our cloud
Same engine, your choice. A local agent runs on your own hardware with no compute charge and reaches systems the cloud cannot; the managed cloud is the always-on convenience layer.
Local / BYO agent
- No compute charge - you provide the machine.
- Reaches intranet, localhost, LAN, and VPN-only systems.
- Bring your own AI keys, stored locally and unbilled.
Managed cloud
- Nothing to install; runs while your laptop is closed.
- Reliable, consistent runs at scale on a managed fleet.
- Metered by actual running time (~$0.12 per browser-hour) from your plan’s included usage.
Local and BYO runs are free and unlimited on every plan, including Free - never metered, never billed. Paid plans buy cloud running time, faster monitor cadence, and fleets.
Don't just call it - let a change call it for you
Point a Monitor at any page and Writ checks it as often as every 10 seconds. The moment something changes - back in stock, an opening, an appointment - the change becomes a trigger that fires your approved workflow in seconds.
Deterministic-first, and AI where it genuinely helps
"Deterministic" does not mean "no AI". Writ leans on AI for exactly the moments intelligence pays off: figuring a task out, navigating the parts of a page that change, and recovering when a site is redesigned. The replay stays deterministic; the smarts show up where they matter.
Where a pure AI agent is the better tool. For a genuinely novel, one-off task (a site you have never mapped, a goal you will run exactly once), a pure AI-runtime agent is a great fit, and the setup-free convenience is worth the variable cost. Writ's edge is the opposite case: the moment a task is worth doing twice, authoring it once and replaying it deterministically is cheaper, steadier, and callable.
Questions teams ask first
What does "turn a website into an API" mean?
You record or describe a browser task once. Writ saves it as a recipe and exposes it as a REST endpoint at /v1/{slug}/{path} and an MCP tool, so your code or your AI agents can call it like any other API - even though the underlying site never shipped one.
Where do my runs execute?
On your own machine via a free local agent, or on the managed cloud fleet. Local runs carry no compute charge and can reach intranet, localhost, and VPN-only systems the cloud cannot; cloud runs are metered by actual running time (~$0.12 per browser-hour, from your plan’s included usage).
Do I need to write code to build a workflow?
No. Record it in the browser or describe the goal in plain language and let an AI session author the steps. Developers can still edit the recipe step by step and call the result over REST or MCP - but building requires no code.
Does it handle logins and 2FA?
Yes, on your own authenticated accounts - TOTP and mailbox-OTP two-factor and login walls. Personas carry your logged-in identity safely. Writ runs on your own accounts, with your own credentials and data, on sites you are authorized to use.
Can my AI agents call a workflow directly?
Yes. Every published workflow is an MCP tool, so Claude, Cursor, and any MCP client can call it. It is also a plain REST endpoint with scoped wt_ keys and per-partner consumer keys.
What happens when the site changes?
Recorded recipes combined with AI navigation adapt to layout changes, so the tool keeps working when the page moves. You can also re-record or edit any step at any time.
Turn the web you depend on into something you can call
Build your first workflow in minutes - record it, describe it, or discover it. Start free on your own machine.