API Keys
All requests must include a valid API key in the Authorization header:Getting an API Key
- Visit https://boobie.ai/enterprise
- Complete the Enterprise Strategy Call request form
- Our team will provision your API key within 24 hours
API Key Scopes
| Scope | Description |
|---|---|
engine:run | Execute workflows |
engine:read | Read workflow status |
creators:write | Create and update creators |
creators:read | Read creator profiles |
ip:write | Register intellectual property |
ip:read | Query IP catalog |
webhooks:write | Manage webhook endpoints |
analytics:read | Access usage metrics |
Security Best Practices
- Store API keys as environment variables
- Request only the scopes your application needs
- Monitor usage regularly via the Analytics endpoint
- All requests must be made over HTTPS
