Skip to main content
The Automations page (app.omium.ai/automations) is the dashboard view of your pushed projects and their run history.

What you see

  • Project cards: name, status, total runs, success rate, cost, and last run time
  • Summary metrics: number of automations, healthy count, live runs, total cost

How projects show up

Projects appear after you push them from your machine:
  1. Create a project: omium project init (creates omium.toml and workflows/)
  2. Push it: omium project push
  3. Refresh Automations and find your project card
See the step-by-step guide at First project.

Operational loop

Most teams use this flow:
  1. Browse runs in Automations
  2. Open an execution to view trace + checkpoints
  3. Replay from a checkpoint for recovery
For CLI-driven ops, use CLI reference.

Troubleshooting

If your project does not appear:
  • confirm you used the intended account key (omium init)
  • confirm your API URL is https://api.omium.ai
  • re-run omium project push and watch for errors

Next steps

API keys & billing

Manage keys and review usage.

omium.toml

Project-level config that drives pushes.