Overview
The Passports service manages AgentPassportCredentials — W3C VC 2.0 credentials that bind agent identity, human delegation, and spending limits for machine payment flows.
Issue
Issue a new AgentPassportCredential for an agent with an active grant.
Parameters
Response (IssuedPassportResponse)
Errors
Get
Retrieve a passport by ID. Returns the current status.
Parameters
Response (GetPassportResponse)
Revoke
Revoke a passport immediately. Flips the StatusList2021 bit so offline verifiers see the revocation.
Parameters
Response (RevokePassportResponse)
List
List passports with optional filters. The API returns a bare JSON array.
Parameters
Response
Returns []IssuedPassportResponse. See Issue above for the struct fields.Last modified on April 5, 2026