跳转到主要内容

Webhooks

在 Myrm 工作空间中发生事件时接收实时通知。

配置

  1. 进入 设置 > Webhooks
  2. 添加 Webhook URL
  3. 选择要订阅的事件
  4. 保存并验证

事件

事件说明
agent.message.createdAgent 新消息
agent.task.completed定时任务完成
agent.task.failed定时任务失败
memory.created新记忆条目
skill.evolved技能进化完成

载荷格式

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

安全

Webhook 载荷在 X-Myrm-Signature 头中包含 HMAC 签名供校验。