Skip to main content

Authentication

CreatAds uses two separate authentication paths.

CreatAds API keys

An API key starts with cads_ 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:
Never commit a key. Revoke it immediately if it is exposed.

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.
Without --jwt, the CLI prompts for it. For normal use, the dashboard is the simpler key-management path.

Common responses