authorize_execution
Go/no-go for a real-world action (payment, filing, API write): runs full validation, then the Blueprint's execution gate. authorized=true only on PASS; REVIEW means do not proceed automatically. Different from validate: validate asks is this data correct, authorize_execution asks should this action happen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | GeodesicAI API key (gai_...) | |
| blueprint | Yes | Blueprint name (workflow_name) to use | |
| structured_data | Yes | The document's extracted fields as key/value pairs. Keys are open by design - your Blueprint's rules define what is checked |