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

---

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