Skip to main content

Webhooks

Receive real-time notifications when events occur in your Myrm workspace.

Setup

  1. Navigate to Settings > Webhooks
  2. Add a webhook URL
  3. Select events to subscribe to
  4. Save and verify

Events

EventDescription
agent.message.createdNew message from agent
agent.task.completedScheduled task finished
agent.task.failedScheduled task failed
memory.createdNew memory entry
skill.evolvedSkill evolution completed

Payload Format

{
  "event": "agent.message.created",
  "timestamp": "2026-05-30T00:00:00Z",
  "data": { ... }
}

Security

Webhook payloads include an HMAC signature in the X-Myrm-Signature header for verification.