The hosted platform for Libretto. Deploy workflows, run them through a managed API, schedule workflow runs, and investigate failures.Libretto Cloud is the easiest way to host and run workflows. Sign up, run one deploy command from the CLI, and your workflow is live behind a managed API. If you’d rather use a different browser or infrastructure provider, see alternative providers. The Libretto Cloud API URL is
https://api.libretto.sh.
Why use Libretto Cloud
Use Libretto Cloud when you want to ship and run workflows without owning the runtime infrastructure yourself.- Libretto Cloud runs the browser layer for you, so you do not have to manage proxies, browser sessions, or CAPTCHA handling yourself. For location-sensitive workflows, you can still choose the hosted browser’s residential proxy location.
- By default, when a run fails, Libretto Cloud automatically analyzes the failure and emails you a summary, along with the recordings, screenshots, logs, and other debug context you need to understand what broke.
- Deployments can also enable auto-repair, which routes failed jobs to the autofix agent instead of only sending debug context.
- You can build, debug, and deploy workflow packages from the same CLI instead of stitching together separate tools for local development, browsers, and hosting.
Set up Libretto Cloud
Create a user account and organization
Create a new Libretto Cloud account with:If you are joining an existing organization, use
auth accept-invite instead.See Create a new user account and organization.Create an API key
Issue an API key for your project or environment:Store the printed key as See Issue an API key.
LIBRETTO_API_KEY in your .env file:Set up a webhook
If you want your system to receive results and failure responses from your browser automations, create a webhook endpoint so Libretto Cloud can send Stored tenant webhooks are best for long-lived destinations. Per-job or per-schedule callbacks are better for one-off or dev endpoints.See Create a stored webhook endpoint.
job.completed and job.failed events back to you:Deploy a workflow
Change into the workflow package directory before deploying. The directory you pass to Then run deploy from that directory:See Expected deploy directory and Deploy workflows.
deploy is the package directory that gets bundled and uploaded, and it must contain package.json:Run the workflow
After deploy, call the Libretto Cloud jobs API with the workflow name declared in your code:Then fetch the result with the returned job id:See Run a deployed workflow and Jobs.
Libretto Cloud CLI
Authentication
Sign in, invite teammates, and issue API keys.
Deployments
Deploy workflow bundles to Libretto Cloud.
Observability and Debugging
Debug workflow failures and investigate hosted workflow runs.
Billing
Check plan status and manage payment details.