Integrations
Your stack. Our vault. Zero glue code.
FyVault connects to 30+ platforms out of the box. No plugins, no adapters — just one CLI command and your secrets flow where they need to go.
30+
Integrations
6
Categories
0
Plugins needed
Hosting & Deployment
7 integrationsDeploy anywhere — FyVault injects secrets automatically
Vercel
Auto-sync env vars on deploy
Netlify
Build-time secret injection
Railway
Native env variable sync
Render
Auto-populate service envs
Fly.io
Secrets pushed at deploy
Heroku
Config var sync on push
DigitalOcean
App Platform env injection
CI/CD
4 integrationsSecrets injected at build time — no .env files in your repo
GitHub Actions
Secrets as step outputs
GitLab CI
Variable injection per stage
Jenkins
Credential binding plugin
CircleCI
Context-level env sync
Infrastructure
6 integrationsFrom containers to cloud — secrets follow your infra
Docker
Build-arg and runtime injection
Kubernetes
Native Secret object sync
AWS
Secrets Manager + Parameter Store
GCP
Secret Manager integration
Azure
Key Vault bridge
Terraform
Provider with state sync
Import From
4 integrationsMigrate in minutes — pull secrets from your current tool
HashiCorp Vault
Full KV engine import
Doppler
Project-level migration
1Password
Vault item extraction
dotenv
Parse and import .env files
SDKs
3 integrationsFirst-class libraries for your language of choice
Node.js
npm install @fyvault/sdk
Python
pip install fyvault
Go
go get fyvault/sdk
AI Tools
3 integrationsGive AI agents scoped, audited access to secrets
Claude (MCP)
Model Context Protocol server
Cursor
Editor-level secret access
Windsurf
AI-assisted secret workflows
How it connects
Three steps from zero to synced — with support for Node.js, Python, and the CLI.
Install
Add FyVault to your project with your preferred tool.
Node.js
npm install @fyvault/sdkPython
pip install fyvaultAgent / CLI
curl -fsSL https://get.fyvault.com | bashConfigure
Point FyVault at your integration target.
fyvault init --provider vercelSecrets flow
Secrets sync automatically on every deploy.
fyvault sync --watchBuilt for AI-native workflows
Give AI agents scoped, audited access to secrets through MCP and editor integrations.
Claude
MCP server for scoped secret access with full audit trails
$ fyvault mcp serve --scope agent
MCP server listening on stdio
✓ Tool registered: get_secret
✓ Tool registered: list_secrets
Cursor
Editor-level secret injection — no .env file needed in your workspace
$ fyvault integrate cursor
Linked workspace: ~/project
✓ 12 secrets available in editor
Windsurf
AI-assisted secret workflows with automatic rotation support
$ fyvault integrate windsurf
Connected to Windsurf AI
✓ Secret context injected
One command. Every platform.
$ fyvault sync vercel --project my-app
Resolving secrets for project "my-app"...
✓ DATABASE_URL synced
✓ STRIPE_SECRET_KEY synced
✓ NEXTAUTH_SECRET synced
⚠ LEGACY_TOKEN skipped (deprecated)
3 secrets synced to Vercel · 1 skipped · 0 errors
Migrate from anywhere
Import your secrets in minutes, then sync everywhere.
Supported migration sources
Node.js
npx @fyvault/cli import --from vaultPython
fyvault import --from doppler