Authentication
CreatAds uses two separate authentication paths.CreatAds API keys
An API key starts withcads_ followed by 64 hexadecimal characters. It belongs to the user account, not to one workspace, and is shown only once when created.
Create and revoke keys from Settings > API. Store them in a secret manager or environment variable:
Key management from the CLI or SDK
Key-management operations cannot be authorized with an existing CreatAds key. They require the current Supabase session JWT.--jwt, the CLI prompts for it. For normal use, the dashboard is the simpler key-management path.