Cyberia SecretOps
03 / Structure
Projects, Apps & Environments
Group apps into projects and give each app the environments it actually needs.
In this feature
- Unlimited projects per organization
- Apps grouped under the project that owns them
- Fully editable environment list per app
- Per-app and per-project API keys
- Quick actions to edit, share or key an app
// In the console
What it looks like
Each organization holds projects, and each project holds apps. Every app declares its own environments — development, staging, production or anything you define — so secret values are stored per environment instead of per file.
Projects, Apps & Environments

Model
Environments are first class
An app is not one secret set — it is one secret set per environment, versioned and revealed independently.
Flexibility
Define your own stages
dev / staging / production is the default, not the limit. Add qa, sandbox, edge or per-region stages as needed.
Ownership
Keys where they belong
Projects and apps each carry their own keys, so a CI job for one app can never read another app's values.
Included out of the box
Unlimited projects per organization
Apps grouped under the project that owns them
Fully editable environment list per app
Per-app and per-project API keys
Quick actions to edit, share or key an app