AP2_REGISTRY
Intent Mandate Registry for AP2-compliant use of the Primer Agent Manifold.
[01]
^
LOOKUP
Look up an Intent Mandate by agent code or mandate ID
[02]
+
ENDPOINTS
Base URL: https://ap2.primer.systems
| Endpoint | Method | Description |
|---|---|---|
/api/mandates?id={uuid} |
GET | Retrieve mandate by ID |
/api/mandates?agent_code={code} |
GET | Retrieve mandates for an agent |
/api/mandates |
POST | Store a new Intent Mandate |
[03]
>
MANDATE VIEWER
View and verify Intent Mandates with cryptographic signature verification
/mandate.html?id={uuid}
/mandate.html?agent_code={code}
[04]
?
ABOUT
An Intent Mandate is a cryptographically signed document that authorizes an AI agent to make payments on behalf of a user within specified limits.
Merchants can verify agent authorization before accepting payments, ensuring compliance with user-defined spending policies.