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

The routines/triggers tool can create webhook triggers

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

Claude can now attach a webhook trigger, like a GitHub event, to a routine instead of a schedule.

create_webhook_trigger
What

A create_webhook_trigger action lets Claude attach an event source, such as a GitHub event, to an existing routine so it fires on that event rather than on a schedule.

Details
  • Posts to /v1/code/webhook-triggers and requires a body; without one it errors with 'create_webhook_trigger requires body'
  • Documented in the tool prompt alongside the other routine actions
  • The response appends the routine's claude.ai link instead of a next run time
Evidence

create_webhook_trigger: POST /v1/code/webhook-triggers (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 →