WorkOS — enterprise authentication
workos/api · version 1
envs add workos/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
WORKOS_API_KEY |
required | secret | WorkOS says keys can perform any API request, must be kept secure and private, and must not be made publicly accessible such as in client-side code. Examples show an sk_ prefix but WorkOS does not state it as a rule, so no pattern is declared.. where to get it |
WORKOS_CLIENT_ID |
required | secret | WorkOS tells you to store this as a managed secret alongside the key and never separates it as publishable, so it is not treated as public here.. where to get it |