claude-api
Installation
SKILL.md
Claude API
Build applications with Anthropic's Claude API using official Python and TypeScript SDKs.
Base URL: https://api.anthropic.com
Authentication
All requests require these headers (SDKs handle automatically):
| Header | Value |
|---|---|
x-api-key |
API key from Console |
anthropic-version |
2023-06-01 |
content-type |
application/json |