Per-agent JSON-RPC 2.0 entry point. The agent ID is taken from
the path - params.id is ignored. Recognised methods include
message/send, message/stream, tasks/get, tasks/cancel,
tasks/sendSubscribe, agent/getCard, agent/getExtendedCard.
For first-class consumers the dedicated REST endpoints
(/messages/send, /messages/stream, /tasks/{taskId}, etc.)
are preferred - this endpoint exists for A2A interoperability.
Note: tasks/sendSubscribe directly streams Server-Sent Events
without a JSON-RPC wrapper - it does not produce the
application/json body documented here.
Documentation Index
Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt
Use this file to discover all available pages before exploring further.
User session JWT or instance API key (iak_*).
Send as Authorization: Bearer <token>.
64