---
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

---

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