API keys authenticate the REST API only. The MCP server uses its own OAuth 2.1 flow with per-client tokens — it does not accept these API keys. See MCP authentication.
API and MCP access is included with the agency plan. If your plan doesn’t include API access, the create panel prompts you to upgrade in Settings → Billing.
Create a key
1
Open API keys
Go to Settings → API keys.
2
Click Create key
Click Create key to open the create panel.
3
Name the key
Enter a descriptive name — for example,
Reporting automation — so you can identify what depends on it later.4
Choose a permission
Pick the access level for the key:
5
Create and copy the key
Oviond shows the key once. Copy it immediately and store it somewhere safe — the key is hashed after this panel and can’t be retrieved again. The panel also offers ready-made snippets for AI connectors that include the key.
Use your key
Send the key as a Bearer token on every request:oviond_ prefix. See Authentication for more on authenticating API requests.