Templates
A template says which keys a service needs and what each one should look like. It never carries a value, which is the only reason a public list of these can exist.
| Template | What it covers | Keys |
|---|---|---|
github/actions |
GitHub — a token for automation | 1 |
openai/api |
OpenAI — API access | 2 |
stripe/backend |
Stripe — server-side integration | 3 |
Publishing is a pull request, and every template is checked with
envs template lint before it merges.