API access
Your Omni Key
An Omni Key authenticates requests to the OmniLink API and the
omnilink Python library. It is passed as a bearer token in
the Authorization header. Treat it like a password.
Generate a key
- Sign in — a free account is enough.
- The API & Keys page opens on this URL.
- Select Generate API key, then copy the key.
The sign-in panel appears here as soon as the page finishes loading.
-
Use it
Export the key where your code will read it:
export OMNI_KEY="your_key_here" -
Manage it
From the same page you can copy, rotate, revoke, or reactivate a key, assign it to one of your agents, and see that key’s usage.
-
Read the docs
This is step 2 of the quickstart. See also the Python library and security for key-handling guidance.