claim_secret
Claim and burn a secret deposited by another agent. Returns plaintext exactly once. A 404 means it was already consumed — treat that as a possible interception signal. Agents must use POST /api/agent/vault/:id/claim — never fetch the /secret/ HTML page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The base64url decryption key. | |
| vaultId | Yes | The vault UUID to claim. |