ENVVAULT

YOUR SECRETS. LOCKED DOWN.

_
🔒
AES-256-GCM Encryption

Every secret encrypted at rest with authenticated encryption.

🛡️
Multi-User Isolation

Each user's vault is completely isolated by design.

🤖
AI-Ready API

One-click setup URLs let AI agents fetch secrets instantly.

terminal
# Fetch a secret from EnvVault
$ curl -s https://envvault.fly.dev/api/v1/variables/OPENAI_API_KEY \
  -H "Authorization: Bearer sk-env-..."

# Response:
{
  "name": "OPENAI_API_KEY",
  "application": "openai",
  "type": "api_key",
  "value": "sk-proj-abc123..."
}

HOW IT WORKS

1
STORE

Push API keys, passwords, and tokens via API or dashboard.

------>
2
SCOPE

Organize by app and type. Assign scoped tokens with roles and expiry.

------>
3
FETCH

Apps, scripts, and AI agents pull secrets on demand. Decrypted on read.