AtlaSent — Verify Permit
verify_permitConfirms a permit issued by evaluate remains valid before executing an action. Returns verified, expired, invalid, or error; invalid permits trigger review.
Instructions
Call this AFTER completing an authorized action. Confirms the permit issued by evaluate is still valid. Outcome is verified, expired, invalid, or error. If valid is false, the action should be flagged for review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor_id | Yes | Identifier for the user or service account the agent is acting on behalf of. | |
| approvals | No | Approval identifiers already obtained for this action (e.g. ticket IDs, reviewer handles). | |
| action_type | Yes | The action the agent is about to perform (e.g. deploy, delete, merge, execute_query, send_email). | |
| environment | Yes | Target environment for the action (e.g. production, staging, development). | |
| permit_token | Yes | The permit_token returned by a prior evaluate call. | |
| change_window | No | ISO-8601 time window during which the change is permitted (e.g. 2025-01-15T02:00:00Z/PT4H). |