Messages, tasks, and sessions
The CLI is best when you want repeatable A2A operations, automation, or shell- friendly workflows.Inspect an agent card first
Send a message
Stream the response live
send command also accepts --stream when you want the same request shape
but prefer one command form.
Continue a saved conversation
Handler persists conversation identifiers locally so you can continue later:Send custom payloads or headers
For agent-friendly invocation and integration testing, Handler exposes raw JSON and repeatable header flags:--bearer-env or --api-key-env.
Work with tasks directly
resubscribe is useful when a task uses streaming events and you need to attach
again after a dropped connection.
Configure push notifications for tasks
Point a task at a webhook receiver:Manage saved sessions
Handler stores session metadata locally so repeated CLI calls can reuse conversation state.session clear when you want a clean slate without deleting the server
definition itself.