Home / Workflows / Give an agent a secure credential vault
Agent Identity Opsintermediate3-step workflow~18 min

Give an agent a secure credential vault

Store a named credential under the agent's handle, list what's in the vault, then retrieve it on demand.

Workflow

Step 1 of 3

Vault Store

Store a named secret (API key, password) under the agent's handle.

vault_store({"handle": "my-agent", "name": "example", "value": {}})
Step 2 of 3

Vault List

List every secret currently stored for that handle.

vault_list({"handle": "my-agent"})
Step 3 of 3

Vault Get

Retrieve one secret by name when a task needs it.

vault_get({"handle": "my-agent", "name": "example"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.