Skip to main content
Organization secrets store credentials used during workspace provisioning — private repo access, container registry auth, and AI agent API keys.

Accessing secrets

  1. Navigate to your organization in the sidebar
  2. Click Secrets in the org’s quick links

Available secrets

SecretPurpose
GitHub TokenAccess private repositories during workspace creation
DockerHub UsernameAuthenticate with DockerHub for container images
DockerHub TokenDockerHub authentication token
Claude API KeyAPI key for Claude Code in workspaces
Claude OAuth TokenOAuth token for Claude Code authentication
Each secret shows its current status: configured or not configured.

Set a secret

  1. Find the secret you want to configure
  2. Enter the value in the inline password input
  3. Click Set
The value is encrypted and stored at the organization level.

Delete a secret

  1. Find the configured secret
  2. Click Delete
  3. The secret is removed immediately
Deleting a secret may affect running workspaces that depend on it. New workspaces created after deletion won’t have access to the removed credential.

How secrets are used

Secrets are injected during workspace provisioning:
  • GitHub Token — clones private repos during workspace setup
  • DockerHub credentials — pulls private container images without rate limiting
  • Claude API Key / OAuth Token — configures Claude Code inside workspaces so agents can authenticate automatically