---
title: "Receive Hermes hook events"
method: POST
path: "/api/hermes/events"
tags: ["Agents"]
---

# Receive Hermes hook events

`POST /api/hermes/events`

## Request body

- object
  - `event` string, required
  - `session_id` string
  - `source` string
  - `timestamp` string
  - `agent_name` string

## Response `200`

Hermes event accepted

- object
  - `ok` boolean
  - `event` string

## Other responses

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

## Changes

- **2026-04-14** `a1cceb2359a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/hermes/events/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)
