HashiCorp Vault

api.vaultproject.io

Community

HashiCorp Vault is a secrets management and data protection platform. Use this API to store and retrieve secrets, manage encryption keys, handle dynamic credentials, and configure authentication and authorization policies.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.vaultproject.io

Crawl failures

1

Last verified

2026-03-01T11:09:55.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

encrypt_decrypt_data

other

Encrypt and decrypt data using Vault's Transit secrets engine.

Detail: https://api.vaultproject.io/capabilities/encrypt_decrypt_data

list_secrets

other

List secret keys at a given path in the secrets engine.

Detail: https://api.vaultproject.io/capabilities/list_secrets

manage_auth_methods

other

Enable, configure, and manage authentication methods.

Detail: https://api.vaultproject.io/capabilities/manage_auth_methods

manage_policies

other

Create, read, update, and delete access control policies.

Detail: https://api.vaultproject.io/capabilities/manage_policies

read_secret

other

Read a secret from a KV (key-value) secrets engine.

Detail: https://api.vaultproject.io/capabilities/read_secret

write_secret

other

Store or update a secret in a KV secrets engine.

Detail: https://api.vaultproject.io/capabilities/write_secret

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: HashiCorp Vault
Description: HashiCorp Vault is a secrets management and data protection platform. Use this API to store and retrieve secrets, manage encryption keys, handle dynamic credentials, and configure authentication and authorization policies.
Auth: api_key
Capabilities:
  - encrypt_decrypt_data: Encrypt and decrypt data using Vault's Transit secrets engine.
  - list_secrets: List secret keys at a given path in the secrets engine.
  - manage_auth_methods: Enable, configure, and manage authentication methods.
  - manage_policies: Create, read, update, and delete access control policies.
  - read_secret: Read a secret from a KV (key-value) secrets engine.
  - write_secret: Store or update a secret in a KV secrets engine.