Secrets

The Secrets system is an encrypted vault for API keys, database credentials, environment variables, and other sensitive data. All secrets are encrypted client-side with AES-256-GCM before being sent to the server.

Key Features

  • End-to-end encryption — AES-256-GCM with PBKDF2-derived keys
  • Personal and team vaults — isolated storage with granular sharing
  • Environment variables panel — manage env vars with import/export
  • API token management — create scoped tokens for programmatic access
  • MCP integration — access secrets from Claude Code and Cursor
  • Drag-and-drop organization — reorder and move secrets between groups

Architecture

  1. The server only stores encrypted blobs
  2. Each vault has an independent encryption key
  3. Team vaults share a single password across members
  4. Personal vaults are protected by your individual password

Sections

PreviousDashboardNextQuick Start