HashiCorp Vault · Capability
HashiCorp Vault HTTP API — System
HashiCorp Vault HTTP API — System. 21 operations. Lead operation: List audit devices. Self-contained Naftiko capability covering one Hashicorp Vault business surface.
What You Can Do
GET
Listauditdevices
— List audit devices
/v1/sys/audit
PUT
Enableauditdevice
— Enable an audit device
/v1/sys/audit/{path}
DELETE
Disableauditdevice
— Disable an audit device
/v1/sys/audit/{path}
GET
Listauthmethods
— List auth methods
/v1/sys/auth
POST
Enableauthmethod
— Enable an auth method
/v1/sys/auth/{path}
DELETE
Disableauthmethod
— Disable an auth method
/v1/sys/auth/{path}
GET
Getrootgenerationprogress
— Read root generation progress
/v1/sys/generate-root/attempt
PUT
Startrootgeneration
— Start root token generation
/v1/sys/generate-root/attempt
DELETE
Cancelrootgeneration
— Cancel root token generation
/v1/sys/generate-root/attempt
GET
Gethealth
— Health status
/v1/sys/health
GET
Getinitstatus
— Check initialization status
/v1/sys/init
PUT
Initialize
— Initialize Vault
/v1/sys/init
GET
Getleader
— Get leader information
/v1/sys/leader
GET
Listsecretengines
— List mounted secrets engines
/v1/sys/mounts
POST
Enablesecretengine
— Enable a secrets engine
/v1/sys/mounts/{path}
DELETE
Disablesecretengine
— Disable a secrets engine
/v1/sys/mounts/{path}
PUT
Seal
— Seal the Vault
/v1/sys/seal
GET
Getsealstatus
— Check seal status
/v1/sys/seal-status
PUT
Unseal
— Submit an unseal key
/v1/sys/unseal
POST
Unwrap
— Unwrap data
/v1/sys/wrapping/unwrap
POST
Wrap
— Wrap data
/v1/sys/wrapping/wrap
MCP Tools
list-audit-devices
List audit devices
read-only
idempotent
enable-audit-device
Enable an audit device
idempotent
disable-audit-device
Disable an audit device
idempotent
list-auth-methods
List auth methods
read-only
idempotent
enable-auth-method
Enable an auth method
disable-auth-method
Disable an auth method
idempotent
read-root-generation-progress
Read root generation progress
read-only
idempotent
start-root-token-generation
Start root token generation
idempotent
cancel-root-token-generation
Cancel root token generation
idempotent
health-status
Health status
read-only
idempotent
check-initialization-status
Check initialization status
read-only
idempotent
initialize-vault
Initialize Vault
idempotent
get-leader-information
Get leader information
read-only
idempotent
list-mounted-secrets-engines
List mounted secrets engines
read-only
idempotent
enable-secrets-engine
Enable a secrets engine
disable-secrets-engine
Disable a secrets engine
idempotent
seal-vault
Seal the Vault
idempotent
check-seal-status
Check seal status
read-only
idempotent
submit-unseal-key
Submit an unseal key
idempotent
unwrap-data
Unwrap data
wrap-data
Wrap data