Authorize a Bounded Agent Action
livingstack.authorize_actionEvaluate an intended action against server-owned risk policy and session budget to determine authorization. Denies external and destructive risks, while the server never executes the action.
Instructions
Evaluate an intended action against server-owned risk policy and the session budget. The default policy denies external and destructive risks, and this server never executes the action itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | Risk class. | read |
| target | No | Optional target description. Only its SHA-256 is persisted. | |
| action_id | Yes | Caller-generated stable action identifier. | |
| session_id | Yes | Opaque Living Stack session identifier. | |
| action_type | Yes | Action category such as filesystem.read or model.call. | |
| estimated_cost_usd | No | Maximum amount reserved for this action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||