How features are described here
Some capabilities ship today; others may be labelled before they reach everyone’s account. When in doubt, the dashboard andomium --version are the source of truth for what your org can use.
| Label | Meaning |
|---|---|
| Generally available | Safe for production; stable in the SDK, CLI, and API. |
| Beta | Expect changes; we may gate access or adjust behaviour as we learn. |
| Coming soon | Documented early so you can plan; not wired up for every tenant yet. |
Observability
Understand what your agents did, in one place.| Capability | What it does | Doc | Surfaces |
|---|---|---|---|
| Execution history | Each run gets an ID, status, and timeline. | Executions API, Quickstart | Dashboard, CLI omium list |
| Traces | Step-level detail for instrumented frameworks. | LangGraph, CrewAI, Python SDK | Dashboard |
| Logs | Stream output while a run is live. | CLI (omium logs) | CLI, API (per execution where enabled) |
Reliability
Recover without rewriting your graph or crew.| Capability | What it does | Doc | Surfaces |
|---|---|---|---|
| Checkpoints | Persist machine-readable state at safe points. | Checkpoints API, Python SDK | Dashboard, CLI |
| Replay | Continue from a checkpoint after failure. | Executions API, CLI | Dashboard |
| Failure surfacing | See what broke and where. | Failures API | Dashboard, CLI |
Projects and workflows
Connect your repo to the hosted Automations experience.| Capability | What it does | Doc | Surfaces |
|---|---|---|---|
omium.toml | Names your project and default execution endpoints. | omium.toml | Local CLI |
| Project push | Sync definitions to the cloud. | First project | CLI omium project push |
| Workflow registry | HTTP CRUD for workflow metadata. | Workflows API | Automations |
Accounts and spend
| Capability | What it does | Doc | Surfaces |
|---|---|---|---|
| API keys | Authenticate CLI, SDK, and HTTP. | Configure, API keys & billing | Dashboard |
| Usage & credits | See consumption and balance. | Billing API, CLI | Dashboard |
Choose your path
Python SDK
Instrument LangGraph, CrewAI, or use decorators on your own functions.
REST API
Integrate from any language using HTTP.
CLI
Configure, run scripts, inspect executions, and push projects.
Automations
See projects, health, and cost in the app.