MINARA

Compute grant requirements for a draft definition

POST /v1/consent/grants/requirements — Dry-run scan of a draft cron / workflow / agent definition for Tier-3 / Tier-4 tool calls that need an authoring-time co

POST /v1/consent/grants/requirements

Dry-run scan of a draft cron / workflow / agent definition for Tier-3 / Tier-4 tool calls that need an authoring-time consent grant. The wizard calls this before save, surfaces one prompt per returned requirement, then POSTs the approved grants to /v1/consent/grants.

MethodPOST
Path/v1/consent/grants/requirements
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryadmin

Request body

{ "scope_kind": "cron", "definition": { /* WorkflowDefinition draft */ } }

On this page