---
title: "Emit Event"
method: POST
path: "/events/emit"
tags: ["Events"]
---

# Emit Event

`POST /events/emit`

Push an event into the bus. Used by MCP persona servers to send
real-time updates (e.g. chat token deltas) that reach the browser via
the ``/events`` WebSocket.

Auth: delegation JWT (persona acting on behalf of user) or server token.

## Request body

- EmitEventRequest — Body for POST /events/emit — lets MCP servers broadcast events.
  - `event` string, required
  - `payload` object
  - `container_id` string, nullable
  - `artifact_id` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/revisions/187bad270c94/schema)
