The API Keys page lets workspace owners create scoped API keys to authenticate programmatic access to Euryka's public APIs. The Imaginations API and Contacts API are available to workspaces on the Enterprise plan.
Opening API Keys
Click API Keys in the sidebar, or use Cmd + E → type "API Keys".
Creating a new API key
- Open the API Keys page.
- Click Create API key (or + New key).
- Enter a name that describes what this key is for (e.g. "Production — Imaginations pipeline", "CRM sync — Contacts API").
- Click Create.
- Copy the key immediately — it's only shown in full at the moment of creation. After you close the dialog, only the last few characters are visible.
Store the key securely. Treat it like a password — never put it in client-side code or commit it to a public repository.
Using an API key
Include your API key in requests using the Authorization header:
Authorization: Bearer YOUR_API_KEY
See Public API overview for endpoint documentation and example requests.
Revoking an API key
- Open the API Keys page.
- Find the key you want to revoke.
- Click Revoke (or the delete icon).
- Confirm the action.
Revoking a key makes it inactive immediately. Any service using that key will stop working until you update it with a new one.
Plan requirements
API access is included on the Enterprise plan. If you're on Essential, Pro, or Studio and need API access, contact the Euryka team to discuss your requirements.