Verify Agent Authority
verify_agent_authorityUse this tool when a merchant or API seller receives a signed verification record from an agent. It cryptographically verifies the compact JWS signature, checks expiration, and decodes the payload before payment or paid access execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jws | Yes | Compact JWS signed verification record. | |
| jwks_url | No | Optional JWKS URL. Must be on the FLINT origin. Defaults to the FLINT production JWKS. | |
| expected_partner_id | Yes | Partner identifier expected in the authorization record. | |
| expected_merchant_reference | Yes | Current transaction or resource reference expected in the authorization record. |