Anthropic Launches Claude Code Routines for Automated Workflows
Original: Claude Code Routines
Why This Matters
Introduces automation capabilities to AI coding assistants, expanding enterprise workflow integration.
Anthropic introduces Claude Code Routines, allowing users to automate workflows through scheduled, API-triggered, or GitHub event-driven executions. The feature runs on Anthropic's cloud infrastructure and is available for Pro, Max, Team, and Enterprise plans.
Claude Code Routines enable users to create automated workflows that combine prompts, repositories, and connectors into saved configurations. The system supports three trigger types: scheduled execution (hourly, nightly, weekly), API endpoints for on-demand triggering via HTTP POST with bearer tokens, and GitHub event responses including pull requests, pushes, and issues. Example use cases include automated backlog maintenance with issue labeling and team notifications, alert triage that correlates stack traces with recent commits to create draft pull requests, bespoke code reviews applying custom checklists, and deploy verification through smoke testing. A single routine can combine multiple trigger types, such as running nightly while also responding to new pull requests. Routines execute on Anthropic-managed cloud infrastructure, ensuring continuous operation regardless of local machine status. Users can create and manage routines at claude.ai/code/routines or through CLI commands.