API Documentation
Authentication
How to authenticate to the Timbal API
The Timbal API uses API keys to authenticate requests. You can create and manage your API keys by navigating to Profile → API Keys in the dashboard.
API keys are personal to your user account and inherit all your permissions across organizations. Each key carries the same privileges as your user account, so be sure to keep them secure! Do not share your API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
When using the Timbal framework, you can set these environment variables for automatic authentication:
The framework will automatically use these values, eliminating the need to pass credentials in your code.