webhook
이 콘텐츠는 아직 번역되지 않았습니다.
webhook
Section titled “webhook”Surface: expose as webhook receiver
Children
Section titled “Children”Translations
Section titled “Translations”- en: webhook
- de: Webhook
- es: webhook
- fr: webhook
- ja: ウェブフック
- ko: webhook
- zh: webhook
Example — Reaching the outside world
Section titled “Example — Reaching the outside world”One machine reachable many ways: a web address, notifications, an AI-tool connection, a phone shortcut, a widget — with access rules on each.
machine status_board accepts question as text responds with status as text behaves compute answer {status: "ok"} expresses api path: "/status" method: "GET" available to: team requires auth: oauth rate limit: 100 webhook path: "/hooks/status" websocket path: "/ws/status" mcp name: "status_tool" a2a name: "status_agent" page view theme: "light" command refresh shortcut phrases: ["Check status"] widget kind: "small" subscribes on "status.changed" compute bump {status: "changed"} verifies test "answers on every surface" given {question: "up?"} expect {status: "ok"}