clade-webhooks-events
Installation
SKILL.md
Anthropic Message Batches & Async Processing
Overview
Anthropic doesn't have traditional webhooks. Instead, use Message Batches for async bulk processing — up to 10,000 requests per batch at 50% off, with a 24-hour processing SLA.
Prerequisites
- Completed
clade-install-auth - Multiple prompts/documents to process in bulk
- Tolerance for async processing (results within 24 hours)
Instructions
Step 1: Create a Batch
import Anthropic from '@claude-ai/sdk';
const client = new Anthropic();