Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.225 Home All releases olderv2.1.224 v2.1.226newer

Routine trigger tool can create webhook triggers

Use it now
Useful4 Signal0
Background Tasks Notable not in their notes

The remote trigger tool can create webhook triggers so routines fire on outside events.

create_webhook_triggerCLAUDE_AI_ORIGIN
What

The claude.ai remote-trigger tool's action enum adds create_webhook_trigger, which POSTs to /v1/code/webhook-triggers so a routine can be fired by an external event source.

Details
  • The body must name the event source, scope, events, filter and the routine_trigger_id to fire.
  • On success the tool appends a summary line linking the routine it fires; the link is assembled at runtime from the CLAUDE_AI_ORIGIN and the routine trigger id.
  • Telemetry trigger_id is populated from the request's routine_trigger_id for this action.
  • The tool description was rewritten to document the new action.
Evidence

create_webhook_trigger requires body

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.225 →