AtlaSent — Verify Permit (V1)
atlasent_verify_permitVerifies a permit token with required organization, action, and resource inputs to authorize an agent action. Prevents bypass by ensuring full binding in production.
Instructions
Verify a permit token with full binding inputs against the V1 endpoint. Use this for production verification — under-specified verification is a bypass vector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to verify the permit against. | |
| org_id | Yes | Organization ID that issued the permit. | |
| resource | No | Resource to verify the permit against. | |
| permit_token | Yes | The permit_token from a prior evaluate call. |