Overview
All API requests require a Bearer token in theAuthorization header.
Get Your API Key
- Go to orgo.ai/projects
 - Click “Generate API Key”
 - Copy your key (format: 
sk_live_...) 
Usage
Include the header in every request:Examples
cURL
Python
JavaScript
Environment Variables
Store your key as an environment variable:Error Responses
Invalid key:401 Unauthorized.
Security
- Keep your API key private
 - Rotate keys if compromised
 - Use environment variables, not hardcoded values
 - Don’t share keys in public repositories