██╗   ██╗ █████╗ ██╗   ██╗██╗  ████████╗
██║   ██║██╔══██╗██║   ██║██║  ╚══██╔══╝
██║   ██║███████║██║   ██║██║     ██║
╚██╗ ██╔╝██╔══██║██║   ██║██║     ██║
 ╚████╔╝ ██║  ██║╚██████╔╝███████╗██║
  ╚═══╝  ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝
┌───┐ ┌───┐ ┌───┐ ┌───┐ ┌───┐
│ A ├─┤ G ├─┤ E ├─┤ N ├─┤ T │
└───┘ └───┘ └───┘ └───┘ └───┘

·:·:· SECURE SECRET MANAGEMENT ·:·:·

AI agents need secrets. They shouldn't see them.

// zero-knowledge encryption, scoped sessions, full audit trails

YOUR SECRETS[+] ADD
[/]OPENAI_API_KEY2 min ago
[/]DATABASE_URL15 min ago
[x]STRIPE_SECRET1 hour ago
ADD NEW SECRET
NAME:>
VALUE:>

// HOW IT WORKS

1.

Store secrets

encrypted client-side

2.

Create session

scoped, time-limited

3.

Agent uses secrets

never sees actual values

4.

Full audit log

track every access

// FEATURES

[/] ZERO-KNOWLEDGE

Secrets encrypted client-side. Server never sees plaintext.

[~] SCOPED SESSIONS

Time-limited access. Agents only see what you explicitly allow.

[>] FULL AUDIT

Know exactly what was accessed, when, and by which agent.

// PRICING

FREE$0
[/] 1 vault
[/] 10 secrets
[/] 50 sessions/day
[x] Audit export
CURRENT PLAN
* * * RECOMMENDED * * *
PRO$9/mo
[/] 5 vaults
[/] 100 secrets
[/] Unlimited sessions
[/] Audit export
[>] UPGRADE NOW

// INTEGRATIONS

CLAUDE CODE [/]
CURSOR [/]
WINDSURF [/]
AIDER [/]
GITHUB COPILOT [/]
CONTINUE [/]
$ npm i -g vaultagent
$ vaultagent run <token> -- claude
> [/] 3 secrets decrypted + injected

// THREAT MODEL

[!] WITHOUT

Keys in .env files

[/] WITH

Encrypted client-side

[!] WITHOUT

Permanent agent access

[/] WITH

Time-scoped sessions

[!] WITHOUT

No usage visibility

[/] WITH

Full audit trail

// FAQ

[?] Can VaultAgent access my plaintext secrets?
    No. All encryption happens client-side with your master password.
    We only store encrypted blobs that we cannot decrypt.
[?] What happens when a session expires?
    The environment variables are automatically cleaned up.
    The agent loses access immediately with no manual intervention.
[?] Which AI coding agents are supported?
    Claude Code, Cursor, Windsurf, Aider, GitHub Copilot, and Continue.
    Any agent that reads environment variables works with VaultAgent.