Guest Machines

Webhook events

Every subscribable webhook event, grouped by the resource it reports on.

These are the event types an outbound webhook can subscribe to. New ones are added over time, so treat the list as open — capability discovery returns the current catalog for your workspace.

The console's test action sends ping, a delivery test rather than a platform event. Your receiver should accept it and ignore it.

See Webhooks for delivery, signing, and retries.

Run progress

Follow agent and team runs from start to finish.

ValueMeaning
run.startedAn agent or team begins working.
run.completedAn agent or team completes its work.
run.failedA run ends before completing its work.
run.cancelledSomeone or something stops a run.
run.pausedA run stops temporarily and can continue later.
run.resumedWork restarts after a pause.
run.requires_approvalA person must approve the next step before work continues.

Problems during runs

Know when a run needs attention.

ValueMeaning
run.tool_call.failedA tool returns an error while a run is working.
run.policy_violationA run attempts an action that a policy does not allow.
run.resource.warningA run is close to its configured resource allowance.
run.resource.exceededA run uses all of a configured resource allowance.

Pipelines

Follow automated pipelines through completion.

ValueMeaning
pipeline.completedEvery required pipeline step completes.
pipeline.failedA pipeline stops because one of its steps fails.

Workforce runs

Follow coordinated workforce runs and conflicts.

ValueMeaning
workforce.run.startedA workforce begins coordinated work.
workforce.run.completedA workforce completes its coordinated work.
workforce.run.failedA workforce stops before completing its work.
workforce.scope.conflictWorkforce members claim overlapping areas of work.

Alerts

Forward alerts as soon as their conditions are met.

ValueMeaning
alert.triggeredA configured alert condition is met.

Budgets and limits

Know before usage or spending stops important work.

ValueMeaning
budget.breach.warnSpending reaches the budget's early warning threshold.
budget.breach.criticalSpending reaches the budget's critical threshold.
budget.hard_stopA hard budget limit prevents more work from starting.
run.limit_exceededA configured usage or concurrency limit prevents work.

On this page