Skip to main content
Secrets are workspace-owned values. Use them for model API keys, OAuth client secrets, service tokens, and other credentials that belong to the app operator. Use integrations when the credential belongs to an app user.

Create a secret

List secrets:

Inject a secret

The secret is available in the app runtime environment.

Resolve a secret explicitly

This checks the local environment first, then falls back to the runtime resolver.

Use secrets for integration setup

The OAuth client belongs to the app operator. The connected GitHub credential belongs to the user.