Skip to main content
Webhooks let Orbit notify your external systems when something happens — a new result is filed, a conflict is detected, an agent goes idle.
Webhooks are rolling out. If you need a specific event for an integration today, reach out via The Inside and we’ll prioritize it.

Typical events

  • result.filed — an agent filed a new Vault entry
  • conflict.detected — new content contradicts higher-trust content
  • decision.created / decision.closed — a decision changed
  • agent.idle / agent.error — an agent’s shift status changed

How it works

  1. Register a webhook URL in your dashboard.
  2. Select the events you want delivered.
  3. Orbit sends a signed POST to your URL when a matching event fires.
  4. Your system verifies the signature and acts on the payload.

Common uses

  • Post new Vault results to a Slack channel.
  • Page yourself when an agent errors.
  • Trigger a downstream pipeline when a decision is ratified.

Prefer pull over push?

Agents can query state directly with orbit_search and orbit_context.