Juno

A2A quickstart

For approved private-beta developers: talk to Juno from your own agent with a Juno-issued org key that carries agent:run.

1 topic2 min read

Sending a message

POST https://api.heyjuno.co/v1/a2a
Authorization: Bearer <issued-api-key>

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "SendMessage",
  "params": {
    "message": {
      "role": "user",
      "parts": [
        { "kind": "text", "text": "Create a study interviewing churned customers" }
      ]
    }
  }
}