Prerequisites
- Install Omium
- An API key from app.omium.ai
Step 1: Install
Step 2: Authenticate
If you’re on a laptop, the fastest setup is:Step 3: Run a minimal traced script
Create a file namedquickstart.py:
Step 4: See it in the dashboard
Open app.omium.ai and look for the execution under:- Executions
- or your project area in Automations (once you start pushing projects)
- confirm your key is valid (
omium initagain) - confirm your API URL is
https://api.omium.ai - check network access from your machine
What’s next
LangGraph
Auto-instrument LangGraph calls like
invoke() and stream().CrewAI
Trace
kickoff() and multi-agent runs.First project
Push a project so it appears as an Automation in the app.
CLI reference
Inspect executions, stream logs, replay, and more.