Materialize task-inbox rows for all organizations
Internal Ops
Materialize task-inbox rows for all organizations
Iterates over every organization in the database and runs the four task materializers (plan approvals, alert instances, recommended plans, recommendation digests) for each org. All materializers are idempotent — safe to call repeatedly. A single failing org is logged and skipped; the sweep continues for all others. Requires Bearer token authentication via INTERNAL_OPS_TOKEN.
POST
Materialize task-inbox rows for all organizations
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.

