For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
🌱 Add endpoints to add and remove Account relations: You can now specify an object ID and relation key to control Account relations via the add relation endpoint and the remove relation endpoint.
Inquiries
🌱 Add endpoint to search Inquiries: You can now use complex queries to search for Inquiries via the search endpoint. Using search is a faster alternative to using the list all Inquiries endpoint. It is not appropriate for read-after-write flows because the data is not immediately available to search.
Relays
🌱 Add new Relay API for privacy-preserving identity claims: You can now create a Relay and read its claim through the API. Relay returns an anonymized identity claim (such as age-over-18 or live-human-presence) without exposing the underlying PII.
Create a Relay returns the relay-token, relay-secret, and session access token needed to redeem the claim.
Generate a Relay claim returns the claim payload. It is authenticated with a Privacy Pass token (RFC 9577) and requires the Persona-Relay-Secret header.
Create a Privacy Pass blind-signs a client-provided token (Blind RSA, RFC 9578) so it can be redeemed anonymously when generating a claim.
Transactions
🌱 Add endpoints to add and remove Transaction relations: You can now specify an object ID and relation key to control Transaction relations via the add relation endpoint and the remove relation endpoint.