Multi-step workflows that actually finish
Build flows out of LLM calls, function calls, branches, loops, parallel paths, and human approvals. Each step retries independently. Long-running pauses don't lose state.
How workflows work
A platform for production-grade AI agents — durable workflow orchestration, plug-and-play tools, embeddable delivery, and a CLI that's first-class for both humans and other LLMs.
The orchestration, integration, and delivery layers around an LLM are 80% of what makes an agent production-ready. Martha builds those once, well — so the part you actually own is the prompts, the functions that touch your systems, and the workflow shapes for your specific use cases.
Trade-off:
| You don't build | You do build |
|---|---|
| Conversation engine, streaming, tool calls, citations | Prompts |
| Workflow runtime, retries, branches, pauses | The shape of your flows |
| Document parse + chunk + embed + search | Which docs to upload |
| Embed widget, SMS/WhatsApp adapters, voice | Front-door rollout strategy |
| Credential store, per-client allowlists | Which integrations to grant |
| Task queue, heartbeat semantics | What work to dispatch |
Concepts walks the primitives. Quickstart gets a CLI configured and a first command running in under five minutes.