Added
Vault API: Retrieve agent card credentials
about 22 hours ago by John Mason
Agents can now pull full card credentials - number, expiry, and CVC - for agent cards through the new Vault API:
GET https://vault-api.mercury.com/api/v1/account/{accountId}/cards/{cardId}Also available via the Mercury CLI (mercury cards reveal). Not currently available via MCP.
Reveal works only for agent cards - a new type of virtual card (debit or credit) that a human creates in the Mercury web or mobile app and hands to an AI agent via the GET call above.
Agent cards have built-in guardrails, including:
- Cannot POST /cards where
isAgentCardis TRUE - Cannot update agent cards' spend limits or unfreeze them
Our goal is to allow you to hand cards over to agents and give them access to the Mercury API/CLI while ringfencing your total exposure to only the agent cards handed over.
Available to Mercury business customers. See the API docs and help center article to get started.

