Skip to main content

API Keys

All requests must include a valid API key in the Authorization header:
Authorization: Bearer YOUR_BOOBIE_API_KEY
Never expose your API key in client-side code or public repositories.

Getting an API Key

  1. Visit https://boobie.ai/enterprise
  2. Complete the Enterprise Strategy Call request form
  3. Our team will provision your API key within 24 hours

API Key Scopes

ScopeDescription
engine:runExecute workflows
engine:readRead workflow status
creators:writeCreate and update creators
creators:readRead creator profiles
ip:writeRegister intellectual property
ip:readQuery IP catalog
webhooks:writeManage webhook endpoints
analytics:readAccess 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