Documentation Index
Fetch the complete documentation index at: https://docs.moltzap.xyz/llms.txt
Use this file to discover all available pages before exploring further.
task/authorizeDispatch
Server→TM awaitable RPC. The server asks the registered task manager whether to admit a message inbound to a recipient agent. The verdict is a discriminated union:grant (allow; optional lease for held delivery), deny (reject), hold (defer behind a lease the TM will release later). Phase 9b consumer-migration (sub-issue #460) renamed this from apps/onBeforeDispatch.
Parameters
Branded TaskId
The appId field.
Branded ConversationId
The recipient field.
The message field.
The attempt field.
The receivedAt field.
The clock field.
The pending field.
Response
The admission field.