eavz
HashiCorp Vault

HashiCorp Vault

Secrets management and data protection platform for secure storage of sensitive data

5 actions

Actions

Name
read_secret

Read a secret from a KV secrets engine path

write_secret

Write a secret to a KV secrets engine path

list_secrets

List secret keys at a given path in a KV secrets engine

get_health

Check the health and seal status of the Vault server

delete_secret

Delete a secret at a given path in a KV secrets engine

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'vault',
  actionName: 'read_secret',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect HashiCorp Vault to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does HashiCorp Vault support?

HashiCorp Vault supports 5 actions including Read Secret, Write Secret, List Secrets, Get Health, Delete Secret.

Can I use HashiCorp Vault with AI agents?

Yes. Add HashiCorp Vault to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does HashiCorp Vault use?

HashiCorp Vault uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the HashiCorp Vault integration cost?

The HashiCorp Vault integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect HashiCorp Vault in 2 minutes

Get 1,000 free actions every month. No credit card required.