Orchestra AI Automation Studio
Describe an automation in plain English and watch Claude plan and run it live.
An n8n alternative where you write the workflow in English; Claude plans it, requests exact credentials, and runs it in the browser.
- Plain-English workflow description instead of node wiring
- Claude plans the workflow and requests exact credentials
- Runs automations live in the browser
- Ships a research-to-report-to-draft-email flow
Orchestra is an n8n alternative aimed at people who would rather describe an automation than wire nodes together. You write what you want in plain English; Claude plans the workflow, asks for exactly the credentials it needs, and then runs it live in the browser. The first built-in flow chains research into a report and then into a draft email — a concrete, useful end-to-end example of the pattern.
The design bet is that the graph should be an implementation detail, not the interface. Requesting only the specific credentials a flow needs, at the moment it needs them, keeps the security surface tight. Built on Next.js and the Claude API. Running the flow live in the browser, with credentials requested only when a step actually needs them, keeps both the feedback loop and the security surface tight, which is where node-graph tools usually get unwieldy.