Skip to main content
If you are new, skim this page once, then follow Quickstart. Come back here when you need a map from feature → doc → surface (API, SDK, or dashboard).

How features are described here

Some capabilities ship today; others may be labelled before they reach everyone’s account. When in doubt, the dashboard and omium --version are the source of truth for what your org can use.
LabelMeaning
Generally availableSafe for production; stable in the SDK, CLI, and API.
BetaExpect changes; we may gate access or adjust behaviour as we learn.
Coming soonDocumented early so you can plan; not wired up for every tenant yet.

Observability

Understand what your agents did, in one place.
CapabilityWhat it doesDocSurfaces
Execution historyEach run gets an ID, status, and timeline.Executions API, QuickstartDashboard, CLI omium list
TracesStep-level detail for instrumented frameworks.LangGraph, CrewAI, Python SDKDashboard
LogsStream output while a run is live.CLI (omium logs)CLI, API (per execution where enabled)

Reliability

Recover without rewriting your graph or crew.
CapabilityWhat it doesDocSurfaces
CheckpointsPersist machine-readable state at safe points.Checkpoints API, Python SDKDashboard, CLI
ReplayContinue from a checkpoint after failure.Executions API, CLIDashboard
Failure surfacingSee what broke and where.Failures APIDashboard, CLI

Projects and workflows

Connect your repo to the hosted Automations experience.
CapabilityWhat it doesDocSurfaces
omium.tomlNames your project and default execution endpoints.omium.tomlLocal CLI
Project pushSync definitions to the cloud.First projectCLI omium project push
Workflow registryHTTP CRUD for workflow metadata.Workflows APIAutomations

Accounts and spend

CapabilityWhat it doesDocSurfaces
API keysAuthenticate CLI, SDK, and HTTP.Configure, API keys & billingDashboard
Usage & creditsSee consumption and balance.Billing API, CLIDashboard

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.