---
title: "Post Message"
method: POST
path: "/api/v1/admin/agent/messages"
tags: ["admin-ops-agent"]
---

# Post Message

`POST /api/v1/admin/agent/messages`

One agent turn, streamed as SSE (event vocabulary: ``agent_*``).

## Request body

- AdminAgentTurnRequest
  - `text` string, required
  - `client_context` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
