v2

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-04-1516093.4 KB
Vault

Request Vault Access

Agent requests access to a vault item by name. Sends a push notification to the user for biometric approval. Poll GET /v1/vault/access/{id} for the status + decrypted payload.

post/v1/vault/access

Request body

itemNamestring required
fieldPathstring required
purposestring required
ephemeralPublicKeystring required
expiresInSecsinteger

Response

Default Response

idstring required

Access request ID — use this to poll status

statusstring required

Initial status — typically "pending"

challengeHexstring required

Challenge the mobile device signs on approval

ephemeralPublicKeystring required
expiresAtstring date-time required
createdAtstring date-time required