Toward the autonomous engineering factory.
Spawn coding agents that ship.
Drisp is the runtime for coding agents. Define a workflow once. Spawn it across one runner or a thousand, on Claude Code or Codex. Locally, in CI, or on Drisp Cloud.
Open source · MIT-licensed CLI · Free Cloud tier
The agent is fine.
The workflow around it is broken.
- Same prompt. Same model. Different output every time.
- Agents drift over long runs. No checkpoints, no way to recover.
- What works for one dev doesn’t transfer to the team.
- You see the final output. Not the 40 tool calls that produced it.
- Agent tooling assumes a human at the keyboard. CI and automation are afterthoughts.
- One agent at a time. Engineering caps at what a single developer can babysit.
One runtime.
Local or cloud. One agent or a thousand. Same definition, same result.
Drisp sits between you and the agent. Define steps, constraints, and exit criteria once. Run on Claude Code, Codex, or any future agent runtime. Locally, on your own infra, or fanned out across Drisp Cloud.
Spawn agents
in parallel.
A workflow is a unit of agent work. Drisp turns it into something you run once, ten times, or a thousand times. Across one runner or many. Same definition. No rewrite.
One agent
A single workflow on a single repo. Your laptop, your CI job, your local agent. The starting point everyone knows.
Ten agents
Fan out across a sprint of tickets, a feature's full test matrix, or a fleet of microservices. One workflow definition, ten parallel runs, one aggregated result.
A thousand agents
Drisp Cloud spins up runners on demand. Treat coding agents as horizontal capacity. Same workflow, factory-scale throughput, structured artifacts piped back into the rest of your pipeline.
Triggered from a webhook, a schedule, or a single CLI command. The workflow doesn’t change as you scale. The runtime does.
One runtime.
Two operators.
The Drisp CLI is the runtime. It sits on top of Claude Code or Codex and coordinates every step of every workflow. Run it yourself, or attach it to a managed runner on Drisp Cloud.
Drisp CLI
Run it yourself.
MIT-licensed CLI. Install it on your laptop, run it in CI, or self-host it on your own infrastructure. Bring your own agent keys. Own your data.
- Free, forever
- Local-first dev loop
- Self-host on any container runtime
- Workflows install from the marketplace or from a local path
Drisp Cloud
Let us run it for you.
Spin up a managed runner from the dashboard, attach the workflows it should run, and trigger it from anywhere. Same CLI underneath. Drisp Cloud handles the infra, schedules, queues, retries, checkpoints, and storage.
- Free tier included
- Pay per run after that
- Triggers from GitHub, cron, REST, Slack, or webhook
- SSO, audit log, role-based access for teams
Workflows are the same in both modes. Whether you type drisp workflow install on your laptop or attach a workflow to a Cloud runner from the dashboard, the same install runs underneath.
Install workflows
like packages.
Browse community-maintained workflows or publish your own. Each one is scoped, tested, and version-pinned. Workflows install with a single command on the CLI. The same install runs underneath when you attach a workflow to a Cloud runner.
playwright-automation
v0.0.21Writes, reviews, and stabilizes Playwright end-to-end tests from live product flows.
$ drisp workflow install playwright-automationrobot-automation
v0.0.21Generates Robot Framework suites with reusable keywords, structured fixtures, and CI-ready runs.
$ drisp workflow install robot-automationexploratory-testing
v0.0.14Runs charter-based exploratory sessions, captures evidence, and files actionable issues.
$ drisp workflow install exploratory-testingsmoke-testing
v0.0.14Defines and executes smoke suites against critical paths so breakages surface before release.
$ drisp workflow install smoke-testingregression-testing
v0.0.14Scopes impact-based regression runs, reruns the right areas, and reports deltas against the last release.
$ drisp workflow install regression-testingfullstack-engineering
v0.0.9Maps the codebase, implements the change, validates the result, and ships a PR for full-stack features and fixes.
$ drisp workflow install fullstack-engineeringInstall, run, ship.
Three steps. Pick a workflow, run it, ship the result. Drisp handles everything in between.
From marketplace or from scratch.
Install a community workflow, point to a local file, or author one from scratch. One command to get started.
On Drisp Cloud: attach the workflow when you create a runner. The same drisp workflow install runs under the hood.
Run it anywhere.
Interactive or headless. Drisp manages permissions, checkpoints, and progress while the agent works.
On Drisp Cloud: your runner triggers from a webhook, schedule, or API call. Same CLI under the hood. Drisp Cloud just hosts and orchestrates it.
Artifacts land where you need them.
Every run is saved. Resume with full state. Pipe structured JSONL to files, CI artifacts, or downstream tools.
On Drisp Cloud: artifacts persist with the runner. Resume, query, or pipe them out by API or webhook.
Specialized workflows.
Spawned at scale.
Pre-built agent programs for the work engineers actually ship. Dispatched from the surfaces your team already uses, fanned out across as many runners as the job needs.
Specialized workflows.
Pre-built agent programs for QA, security, code review, frontend, full-stack, and devops. Install once. Dispatch when needed.
Universal triggers.
GitHub, cron, REST API, Slack, and webhook. Same runner, same logs, whether you trigger from a PR or a schedule.
Parallel by default.
One workflow, one agent or one thousand. Drisp Cloud scales runners horizontally on demand. No rewrite, no orchestration code, no per-run plumbing.
Debuggable logs.
Streaming events, tool calls, tokens, cost. When a run fails, you see exactly where and why. At one agent, or at a thousand.
Drisp CLI is free, forever. Drisp Cloud has a free tier and pay-per-run pricing for managed runners, so cost scales with the work, not with the seat count.
See pricing →Toward the autonomous engineering factory.
Workflows as labor. Runners as workforce. Scale as a dial. Drisp is the standard the rest is built on. We’re shipping it one workflow at a time.
Start building.
Install the CLI and run your first workflow locally. Or sign up for Drisp Cloud and spawn agents at scale.
$ npm install -g @drisp/cli