Creating a key
- Open Settings > API Keys in the dashboard.
- Click Create API key and give it a name.
- Copy the key value. You can only see the full key once, at creation time.
Using a key
Pass the key as an environment variable or inline flag:.env file in the current directory.
For CI pipelines, store the key in your provider’s secrets settings. See CI integration for setup instructions.