Download Secrets
Download secrets in various formats:Format Examples
- .env
- JSON
- YAML
Runtime Injection
The most common way to use secrets is injecting them at runtime:- Fetches all secrets for the specified project/environment
- Sets them as environment variables
- Spawns the command as a child process
- Secrets exist only in memory — never written to disk
Example: GitHub Actions
Store theKEYFLARE_API_KEY in GitHub repository as a secret. Then:
Docker
Using Defaults
Set default project and environment in your config:Next Steps
API Keys
Create scoped keys for CI/CD and services.
