Private beta — invite only. Request access

Secronna Docs

Secronna is a secret manager for the Forjio family. Store your API keys, database URLs, and other secrets once, organize them by project and environment, and pull them into any app or CI job over a typed API — or inject them straight into a process with the CLI.

What Secronna is

Secronna keeps your secrets in three layers:

  • Projects — the top-level container (usually one per app or repo).
  • Environments — a named slice of a project, e.g. production, staging, development.
  • Secrets — key/value pairs that live inside an environment. Every write mints a new immutable version, and reading a value back is an explicit, audited reveal.

Values are protected with envelope encryption (a master key wraps a per-project key, which wraps a per-version data key) — see the security model.

Secronna is in private beta: access is gated by an allowlist.

How the docs are organized

  • Getting started — the 5-minute path from sign-up to your first revealed secret, including secronna run.
  • API reference — every REST endpoint: auth, request/response shapes, error envelope.
  • SDKs — the Node, Python, and Go clients.
  • Security model — envelope encryption, versioning, audited reveals.

The Forjio family

Secronna shares one identity layer (Huudis) and one billing spine (Plugipay) with the rest of the Forjio family. One account works everywhere — see the product switcher at the top of these docs.