Skip to main content

1) Create an API key

  1. Sign in at app.omium.ai
  2. Open API Keys (or Settings → API Keys)
  3. Create a key and copy it
Keys look like omium_.... Treat them like passwords.
Run the interactive setup once. It verifies your key and stores config locally.
omium init
You’ll be prompted for:
  • API key
  • API URL (use https://api.omium.ai for hosted Omium)
Do not add /api/v1 to the API URL in the CLI. The CLI appends it when calling endpoints.

3) Where config is stored

After omium init, configuration is written to:
  • macOS / Linux: ~/.omium/config.json
  • Windows: %USERPROFILE%\\.omium\\config.json

4) Environment variables (CI-friendly)

Environment variables override the config file. This is the preferred pattern for CI/CD and servers.
export OMIUM_API_KEY=omium_your_key_here
export OMIUM_API_URL=https://api.omium.ai

5) Next step

Run your first workflow locally: