The Butter AI API uses API keys to authenticate requests. You can view and manage your API keys in the Butter AI Dashboard.
All API requests must include the following header:
X-API-Key: <YOUR_API_KEY>
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
API Key Scoping
API keys are scoped to both a user and an organization. When you create an API key, it is tied to your user account and the currently selected organization. Requests made with this key will operate within that organization’s context.