Overview
All Intellibase API requests require authentication using API keys. API keys are generated from the Intellibase Dashboard and provide programmatic access to your projects and data.Getting Your API Key
1
Log in to the Dashboard
Navigate to the Intellibase Dashboard and sign in with your account.
2
Navigate to API Keys
Go to the API Keys section in the dashboard sidebar.
3
Create a New Key
Click Create API Key, give it a descriptive name, and optionally set an expiration date.
4
Copy Your Key
Copy the API key immediately - it starts with
ib-.Using API Keys
Authorization Header
Include your API key in theAuthorization header as a Bearer token:
Code Examples
- Python
- TypeScript
- cURL