Skip to main content
POST
A2A JSON-RPC 2.0 dispatch (per-agent)

Authorizations

Authorization
string
header
required

User-bound credential carrying an identity: either a session JWT or a user access token (at:*) generated from the user settings UI. Send as Authorization: Bearer <token>. Org API keys (iak_*) are not accepted here - they carry no user identity. Use the x-prismeai-api-key header instead (see OrgApiKeyAuth).

Path Parameters

agentId
string
required
Maximum string length: 64

Body

application/json

Per-agent A2A JSON-RPC 2.0 request.

jsonrpc
enum<string>
required
Available options:
2.0
method
string
required
Maximum string length: 64
params
object
id
string
Maximum string length: 128

Response

JSON-RPC 2.0 response. Carries result on success or error on failure.

A2A JSON-RPC 2.0 response.

jsonrpc
enum<string>
Available options:
2.0
id
string | null

Echoes the request id (string or null per JSON-RPC 2.0).

result
object
error
object