claude-api
Installation
SKILL.md
Claude API (Anthropic Messages API)
Status: Production Ready | SDK: @anthropic-ai/sdk@0.70.1
Quick Start (5 Minutes)
Node.js
import Anthropic from '@anthropic-ai/sdk';
const client = new Anthropic({
apiKey: process.env.ANTHROPIC_API_KEY,
});