🚀 API v1 is now live! We’re continuously enhancing and expanding API capabilities for all models.
Get your API Token
- From the sidebar, select
Developer - Navigate to the
API Tokenssection - Click
Create - Give your token a descriptive name (e.g., “Production Server”)
- Copy the token immediately (it’s only shown once)
- Store it securely in your environment variables
Using your token
Include the token in the Authorization header of all requests:Security best practices
- Never commit tokens to version control
- Use environment variables (e.g.,
BABYSEA_API_TOKEN) - Rotate tokens regularly
- Use different tokens for development and production
- Revoke tokens immediately if compromised