Living Stack: authorize_action
livingstack.authorize_actionValidate a local host action against session scope, risk class, and cost cap without executing it, returning approval or rejection.
Instructions
Gate one local host action against scope risk and budget; never executes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | Risk class. | read |
| target | No | Target description; only its digest is retained. | |
| action_id | Yes | Stable caller action ID. | |
| session_id | Yes | Session identifier. | |
| action_type | Yes | Action category. | |
| estimated_cost_usd | No | Maximum reserved cost. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||