execute_with_context
Execute an action by specifying action type, target, and required scope. Use to enforce context-based permissions for operations like API fetch or data write.
Instructions
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Execute an action through the enforcement context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Required scope for this action (must match a delegated scope) | |
| target | Yes | Target of the action (e.g. URL, file path, resource ID) | |
| action_type | Yes | Action type (e.g. 'api:fetch', 'data:write', 'commerce:checkout') | |
| estimated_spend | No | Estimated spend for commerce actions |