Environment variables let you store API keys, secrets, and configuration values that Goose and your skills can use during execution.Documentation Index
Fetch the complete documentation index at: https://docs.gooseworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why use environment variables?
Some skills and workflows need access to external services — for example, an API key for a data provider or a webhook URL. Instead of pasting these into chat every time, you store them as environment variables and Goose uses them automatically.How to set them
- Go to your agent’s Settings page.
- Open the Environment tab.
- Add a key-value pair (e.g.,
APOLLO_API_KEY=your-key-here).
Common use cases
- API keys for data providers (Apollo, Crustdata, etc.)
- Webhook URLs for notifications
- Configuration values that skills reference at runtime
