---
title: "Invoke Agent A2A"
method: POST
path: "/a2a/{agent_id}/message/send"
tags: ["[beta] A2A Agents"]
---

# Invoke Agent A2A

`POST /a2a/{agent_id}/message/send`

Invoke an agent using the A2A protocol (JSON-RPC 2.0).

Supported methods:
- message/send: Send a message and get a response
- message/stream: Send a message and stream the response

## Path parameters

- `agent_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
