Accessing secrets
- Navigate to your organization in the sidebar
- Click Secrets in the org’s quick links
Available secrets
| Secret | Purpose |
|---|---|
| GitHub Token | Access private repositories during workspace creation |
| DockerHub Username | Authenticate with DockerHub for container images |
| DockerHub Token | DockerHub authentication token |
| Claude API Key | API key for Claude Code in workspaces |
| Claude OAuth Token | OAuth token for Claude Code authentication |
Set a secret
- Find the secret you want to configure
- Enter the value in the inline password input
- Click Set
Delete a secret
- Find the configured secret
- Click Delete
- The secret is removed immediately
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
Related
Launch a workspace
Create workspaces that use these secrets.
GitHub integration
Set up full GitHub App integration per resource.