> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Centralized secrets management for teams. Encrypted, audited and synced across your stack.

Enkryptify is a secrets management platform that lets your team store, manage and distribute secrets from a single place. Secrets are encrypted with per-environment keys using AWS KMS envelope encryption, access is controlled with role-based permissions and every action is recorded in a tamper-evident audit log.

All infrastructure runs in Frankfurt, Germany (AWS eu-central-1). Enkryptify is ISO 27001 certified.

## How it works

Enkryptify organizes secrets in a hierarchy:

* **Workspace** — your organization. Contains teams, projects and members.
* **Team** — a group within your workspace (e.g. Backend, Frontend, Infrastructure).
* **Project** — a single application or service. Contains environments and secrets.
* **Environment** — a deployment context (e.g. development, staging, production). Each environment has its own encryption key.
* **Secret** — a key-value pair with a different value per environment.

You manage secrets through the dashboard or the [CLI](/cli/quickstart) and sync them to your cloud providers and CI/CD pipelines.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Set up your workspace and add your first secret in minutes.
  </Card>

  <Card title="Core Concepts" icon="book" href="/getting-started/core-concepts">
    Understand the data model and how Enkryptify organizes secrets.
  </Card>

  <Card title="CLI Quickstart" icon="terminal" href="/cli/quickstart">
    Install the CLI and inject secrets into your local development workflow.
  </Card>

  <Card title="Security Model" icon="shield" href="/security/overview">
    Learn how Enkryptify protects your data at every layer.
  </Card>
</CardGroup>
