Skip to main content

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

taskId
string (UUID)
required
Branded TaskId
appId
string
required
The appId field.
conversationId
string (UUID)
required
Branded ConversationId
recipient
object
required
The recipient field.
message
object
required
The message field.
attempt
integer
required
The attempt field.
receivedAt
string (ISO 8601)
The receivedAt field.
clock
object
The clock field.
pending
array
The pending field.

Response

admission
union
The admission field.