---
title: "Send message between agents"
method: POST
path: "/api/agents/message"
tags: ["Agents"]
---

# Send message between agents

`POST /api/agents/message`

## Request body

- object
  - `from` string, required
  - `to` string, required
  - `content` string, required
  - `type` string

## Response `200`

Message sent

- object
  - `success` boolean
  - `id` integer

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `500` — unresolved $ref

## Changes

- **2026-04-14** `a1cceb2359a8` — 1 info
  - added the non-success response with the status `500`
- **2026-03-02** `39aff788d955` — 3 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/agents/message/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
