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 entryconflict.detected— new content contradicts higher-trust contentdecision.created/decision.closed— a decision changedagent.idle/agent.error— an agent’s shift status changed
How it works
- Register a webhook URL in your dashboard.
- Select the events you want delivered.
- Orbit sends a signed POST to your URL when a matching event fires.
- 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.

