AtlaSent — Create Approval Request
atlasent_create_approval_requestCreate an approval request for a held action by specifying the requesting actor, action, resource, and organization ID, enabling authorization for blocked operations.
Instructions
Create an approval request for a held action. The request ID is returned in the evaluate response when decision is 'hold'. Submit resolution via atlasent_resolve_approval_request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The action requiring approval (e.g. 'delete:production-db'). | |
| org_id | Yes | Organization ID that owns the policy. | |
| context | No | Context from the original evaluate call. | |
| subject | Yes | The actor requesting the approval (e.g. 'user:alice'). | |
| resource | Yes | The resource the action targets (e.g. 'db:prod-postgres'). | |
| justification | No | Human-readable justification for why the action is needed. |