Skip to main content
All API requests require an API key passed via the API-Key header.
API-Key: <your-api-key>

Obtaining a Key

Via the CLI:
collinear auth login
This stores the key in ~/.config/collinear/config.toml. Via environment variable:
export COLLINEAR_API_KEY="<your-api-key>"

Error Responses

StatusMeaning
401Invalid or missing API key
403Key valid but insufficient permissions
503Service temporarily unavailable