Everything you need to run agents at scale.

A language to define what agents do. A machine to run them. One CLI to manage it all.

01

Write it once, run it forever.

Crumbs is a purpose-built language that turns complex agent workflows into something you can read, review, and version like any other code. One file defines what agents do, what they can access, and how work flows between them.

02

Every workflow gets its own sandbox.

Each workflow runs in a fully isolated environment on a hosted machine. Run hundreds in parallel and they never touch each other. No shared state, no interference, no surprises.

03

Agents see only what you allow.

Every agent is fully locked down by default. You declare file access, tools, and permissions upfront in the workflow. No runtime permission prompts. No guessing. Agents run flawlessly every time because the boundaries are clear before they start.

04

See everything agents do.

Every action, every file, every decision lives on the filesystem. Read agent outputs, inspect logs, and trace execution with the same tools you already use. Nothing is hidden.

05

Agents that talk to each other.

Agents working on the same job share knowledge and coordinate through built-in channels. They hand off context, flag blockers, and build on each other's work. The result is smarter than any single agent working alone.

06

Knowledge that compounds.

Agents capture what they learn as they work. Patterns, edge cases, domain knowledge. Future runs get that knowledge automatically. You can contribute your own insights too.

07

Measure what matters.

Built-in evals and feedback loops so you know exactly how your workflows are performing. Define what good output looks like and let the system tell you when it falls short.

08

Gets better without you.

Patterns emerge across runs. Insights compound. The system learns from its own output and improves over time without you having to babysit every run.

09

Connect your world.

Bring your own tools and temporarily attach your computer to a cloud machine. Agents can work on your local files within the boundaries you set. When you disconnect, access stops.

10

Your keys, your plans.

Bring your own API keys and use the provider plans you already pay for. Works with OpenAI, Anthropic, Codex, Claude Max, and more.

11

One CLI, full control.

Manage workflows, inspect runs, read memory, browse the filesystem, and debug from a single command line. The same CLI works for humans and AI agents.

12

Scale by adding machines.

Need more capacity? Spin up another machine. Same workflows, more throughput. Each machine runs independently with its own filesystem, memory, and run history.

Crumbs is in early access.