FyVault

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.

FyVaultVercelAWSDockerGitHubPythonNode.jsClaudeTerraform

30+

Integrations

6

Categories

0

Plugins needed

Hosting & Deployment

7 integrations

Deploy 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 integrations

Secrets 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 integrations

From 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 integrations

Migrate 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 integrations

First-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 integrations

Give 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.

1Install2Configure3Secrets Flow
1

Install

Add FyVault to your project with your preferred tool.

Node.js

npm install @fyvault/sdk

Python

pip install fyvault

Agent / CLI

curl -fsSL https://get.fyvault.com | bash
2

Configure

Point FyVault at your integration target.

fyvault init --provider vercel
3

Secrets flow

Secrets sync automatically on every deploy.

fyvault sync --watch

Built 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

terminal

$ 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

terminal

$ fyvault integrate cursor

Linked workspace: ~/project

✓ 12 secrets available in editor

Windsurf

AI-assisted secret workflows with automatic rotation support

terminal

$ fyvault integrate windsurf

Connected to Windsurf AI

✓ Secret context injected

One command. Every platform.

terminal

$ 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.

Your Current ToolimportFyVaultsyncAll Your Platforms

Supported migration sources

HashiCorp Vault
Doppler
1Password
dotenv

Node.js

npx @fyvault/cli import --from vault

Python

fyvault import --from doppler

Ready to connect your stack?

Install FyVault, pick your integration, and start syncing secrets in under two minutes.

Node.js

npm install @fyvault/sdk

Python

pip install fyvault