Introduction
Unbe gives your team one encrypted source of truth for application secrets, scoped to the exact service and environment that needs them.
What is Unbe?
Unbe replaces copied .env files, credentials in chat, and manually maintained deployment values with a shared secrets workflow. People manage access and history in the dashboard; local processes and automation receive values through the CLI.
The key idea
How secrets are organized
Workspace
└── Project
├── development
│ ├── DATABASE_URL
│ └── RESEND_API_KEY
└── production
├── DATABASE_URL
└── RESEND_API_KEYWorkspace
The team boundary for members, projects, tokens, billing, and audit history.
Project
One deployable app or service, such as an API, web app, or worker.
Environment
An isolated set of values for a release lane such as development or production.
Secret
A named encrypted value with a safe preview, version history, and audit events.
Ways to use Unbe
Recommended structure
Start with one workspace per team or organization. Create one project per independently deployed service, then mirror the environments that service actually uses. Avoid one giant project shared by unrelated applications; it makes access scopes and audit history less useful.
