Skip to main content

API Keys

All API requests require an API key passed in the x-api-key header.

Getting an API Key

  1. Log in to Rhizome
  2. Go to API Keys
  3. Click Create API Key
  4. Copy your key immediately — it’s only shown once!
API access requires an enterprise plan. Contact support@rhizomeai.com to upgrade your account.

Security Best Practices

API keys should only be used in server-side code. Never include them in JavaScript running in the browser.
Store your API key in environment variables, not in source code.
If you suspect your API key has been compromised, delete it immediately from the API Keys console and create a new one.

Error Responses