Credentials your agents actually understand

Structured metadata for every secret — capabilities, constraints, expiration, and fleet health — so agents operate within their boundaries instead of flying blind.

45+
Credential Patterns
age-encrypted
Sealed Secrets
MCP-native
Agent Integration
Zero
Thrown Exceptions

What envpkt does

A metadata sidecar that gives AI agents and CI pipelines structured awareness of their secrets

Built for MCP

The only credential manager with a native MCP server. Your AI agents can check credential health, capabilities, and expiration — without ever seeing a secret value.

Learn about MCP Integration

Quick Start

From install to sealed deployment in 5 steps

1

Install

npm install envpkt

Also works with yarn, pnpm, and bun

2

Initialize

npx envpkt init

Creates envpkt.toml with your project's secrets

3

Scan

npx envpkt env scan

Auto-discover credentials from your environment

4

Audit

npx envpkt audit

Check health, expiration, and lifecycle status

5

Seal & Deploy

npx envpkt seal && npx envpkt exec -- node app.js

Encrypt secrets with age, then inject at runtime