Ory Network — identity infrastructure
ory/network · version 1
envs add ory/network
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 |
|---|---|---|---|
ORY_PROJECT_API_KEY |
required | secret | Ory says to keep API keys secure and rotate them when necessary. Bound to a project rather than to a user, so it outlives whoever made it. Both documented prefixes are admitted.. Shape ^ory_(apikey|pat)_.+$. where to get it |
ORY_WORKSPACE_API_KEY |
optional | secret | Workspace-wide rather than project-wide, so it reaches more than the key above. Same guidance, its own documented prefix.. Shape ^ory_wak_.+$. where to get it |
ORY_SDK_URL |
optional | config | Your project's API base. An address. Ory publishes no browser-safe credential; what a browser sees is this URL.. where to get it |