Secrets
The Secrets page manages Project credential names with independent encrypted values for Development and Production.

Create or rotate a Secret
- Select New project Secret, or choose Rotate on an existing name.
- Enter the uppercase Secret name.
- Enter separate Development and Production values.
- Save both environment values atomically.
Values are write-only in the control plane. The UI reports presence and update time while runtime access occurs through ctx.secrets.get() for names granted to the Function.
Use Secrets for endpoint credentials and Function access to upstream systems. Deployments store grants and references so the worker resolves the appropriate environment value at invocation time.