New to Omium? Get from zero to a traced run in under 5 minutes. Jump to quickstart →
Everything you need to run production agents
Omium gives you execution history, traces, checkpoints, and replay so your LangGraph, CrewAI, or custom Python workflows stay debuggable when things go wrong. Use the Python SDK for one-line instrumentation, the CLI for day-two operations, or the HTTP API from any stack.Instrument your stack
Pick the tab that matches how you run agents today.- LangGraph
- CrewAI
- Manual tracing
omium init so credentials stay in ~/.omium/config.json and out of source control.
Choose how you build
Python SDK
Auto-instrument LangGraph and CrewAI, or use
@omium.trace and @omium.checkpoint on your own code.CLI
Configure auth, run scripts with tracing, list executions, stream logs, and push projects.
REST API
List runs, manage checkpoints, and hook Omium into services that aren’t Python-first.
Dashboard
Watch runs, open traces, and replay from checkpoints in the browser.
From zero to production
| Stage | Goal | Start here |
|---|---|---|
| Install | Get the SDK and CLI on your machine | Installation → |
| Configure | Create an API key and authenticate | Configure → |
| First run | See a traced execution in the dashboard | Quickstart → |
| Integrate | Wire your real framework | LangGraph · CrewAI |
| Ship | Push a project to Automations | First project → |
| Operate | Monitor cost, keys, and health | Platform → |
Why teams use Omium
Automatic tracing
See each step without hand-written logging glue.
Checkpointing & replay
Resume after failures instead of restarting long runs from scratch.
Framework-friendly
Keep your existing LangGraph or CrewAI structure — add a couple of lines at startup.
Production dashboard
One place for executions, traces, and recovery actions.
How it fits together
The SDK talks to Omium while your agents run. The platform stores traces and checkpoints so the dashboard and API stay useful after the process exits.
Keep learning
Examples
Patterns and sample flows as we publish them.
Release notes
What changed in the platform and docs.
Community
Ask questions and share feedback on Discord.
REST API
Base URL, auth, and links to every resource.

