Adds a custom HTTP header definition to the Alpic playground for an environment. Headers can be marked as required or secret to control how users provide them when accessing the playground.Documentation Index
Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Extended Usage
Add a required secret header non-interactively:Options
| Flag | Description |
|---|---|
--environment-id | The ID of the environment (optional — read from local config if omitted) |
--name | The header name (max 100 characters) |
--description | The header description (max 200 characters) |
--required | Whether the header is required. Use --no-required to make it optional |
--secret | Whether the header value is secret. Use --no-secret to keep it visible |
--non-interactive | Disable interactive prompts. Requires --name and --description. |