Create API key
Authentication
Create API Key
Create a new developer API key. The full key is only returned once — store it securely immediately.
POST
Create API key
Authorizations
Developer API key. Get one from Settings → Developer → Create Key in the Omi app. Keys are prefixed with omi_dev_.
Body
application/json
Descriptive name for the key.
Optional scopes to assign. Defaults to read-only (conversations:read, memories:read, action_items:read, goals:read) if not provided.
Available options:
conversations:read, conversations:write, memories:read, memories:write, action_items:read, action_items:write, goals:read, goals:write Response
The created API key with full secret.