General
What is Omium?
What is Omium?
What frameworks does Omium support?
What frameworks does Omium support?
@omium.trace and @omium.checkpoint decorators. The REST API works from any language.Is there a free tier?
Is there a free tier?
How long does setup take?
How long does setup take?
pip install omium), run omium init to authenticate, and add two lines to your agent code. See the quickstart →Does Omium replace my logging or monitoring tools?
Does Omium replace my logging or monitoring tools?
Debugging agent failures
My AI agent failed mid-workflow — how do I find the root cause?
My AI agent failed mid-workflow — how do I find the root cause?
How do I recover from a failed agent run without restarting from scratch?
How do I recover from a failed agent run without restarting from scratch?
My LangGraph agent produces wrong output but doesn't throw an error — how do I debug this?
My LangGraph agent produces wrong output but doesn't throw an error — how do I debug this?
omium.instrument_langgraph() and the dashboard will flag anomalies automatically.Related: LangGraph integration →My CrewAI agent is stuck in an infinite loop — what do I do?
My CrewAI agent is stuck in an infinite loop — what do I do?
- View the trace to see where the loop starts
- Roll back to the last checkpoint before the loop
- Apply a fix and replay
How do I debug a multi-agent system where agents interact with each other?
How do I debug a multi-agent system where agents interact with each other?
My agent's API calls are timing out — can Omium help?
My agent's API calls are timing out — can Omium help?
Monitoring and observability
How do I monitor my AI agents in production?
How do I monitor my AI agents in production?
Can I track how much my AI agents cost to run?
Can I track how much my AI agents cost to run?
How do I set up alerts when an agent fails?
How do I set up alerts when an agent fails?
What's the difference between a trace and a checkpoint?
What's the difference between a trace and a checkpoint?
Integration and setup
Does Omium work with OpenAI, Anthropic, and other LLM providers?
Does Omium work with OpenAI, Anthropic, and other LLM providers?
@omium.trace), so it works regardless of which LLM provider your agents call.Can I use Omium without LangGraph or CrewAI?
Can I use Omium without LangGraph or CrewAI?
@omium.trace and @omium.checkpoint decorators on any Python function. The REST API also works from non-Python services.How do I add Omium to an existing project?
How do I add Omium to an existing project?
Is my data secure?
Is my data secure?
Can I self-host Omium?
Can I self-host Omium?
Pricing and billing
How does pricing work?
How does pricing work?
What counts as an execution?
What counts as an execution?
app.invoke() in LangGraph or one crew.kickoff() in CrewAI). Steps within that run (tool calls, LLM calls, checkpoints) are included and don’t count separately.Can I upgrade or downgrade my plan at any time?
Can I upgrade or downgrade my plan at any time?

