Anthropic
Anthropic is an AI safety company and creator of the Claude family of large language models (Opus, Sonnet, Haiku). The Claude API provides access to Claude models for text generation, vision, tool use, extended thinking, batch processing, and agentic workflows including managed agents, skills, memory, compaction, and computer use. Anthropic also publishes the open Model Context Protocol (MCP) for standardized AI tool integration and ships Claude Code, the terminal-based agentic coding tool.
APIs
Anthropic Messages API
Send a structured list of input messages with text and/or image content, and the model will generate the next message in the conversation. The Messages API supports text, images...
Anthropic Models API
List and inspect Claude models including Opus 4.7, Sonnet 4.6, and Haiku 4.5. The response includes max_input_tokens, max_tokens, and a capabilities object for every model so cl...
Anthropic Message Batches API
Send a batch of Message creation requests at 50% off both input and output tokens. Batches can take up to 24 hours to complete. Supports up to 300k output tokens per request on ...
Anthropic Files API
The Files API lets you upload and manage files for reuse across Messages, Batches, code execution, and Managed Agents without re-uploading content. 500 MB request limit; support...
Anthropic Admin API
Programmatically manage administrative resources including organization info, members, invites, workspaces, workspace members, and API keys. Requires an Admin API key (sk-ant-ad...
Anthropic Prompts API
Prompt tools API for generating, improving, and templatizing prompts. Backs the Console Prompt Generator and integrates into the Workbench prompt authoring workflow.
Anthropic Token Counting API
Count the number of tokens in a Message, including tools, images, and documents, without creating it. The Token Count API accepts the same structured list of inputs as Messages ...
Anthropic Skills API
Create and manage custom Agent Skills. Skills are filesystem-based directories of instructions, scripts, and resources that Claude loads on demand via progressive disclosure. Wo...
Anthropic Usage and Cost API
Programmatically access your organization's API usage and cost data with the Usage & Cost Admin API. The Usage API tracks token consumption with breakdowns by model, workspace, ...
Anthropic Claude Code Analytics API
Daily aggregated user-level Claude Code productivity metrics — sessions, lines of code, commits, pull requests, tool actions, and estimated costs by model — via /v1/organization...
Anthropic Managed Agents API
Claude Managed Agents — a fully managed agent harness for running Claude as an autonomous agent with secure sandboxing, built-in tools (bash, file ops, web search/fetch, MCP), S...
Collections
Anthropic Admin API
POSTMANAnthropic Files API
POSTMANAnthropic Managed Agents API
POSTMANAnthropic Message Batches API
POSTMANAnthropic Messages API
POSTMANAnthropic Models API
POSTMANAnthropic Prompt Tools API
POSTMANAnthropic Skills API
POSTMANAnthropic Token Counting API
POSTMANAnthropic Usage and Cost API
POSTMANAnthropic Admin API
OPENAnthropic Files API
OPENAnthropic Models API
OPENAnthropic Skills API
OPENArazzo Workflows
Anthropic Cancel a Message Batch and Confirm
Create a batch, request cancellation, then poll until it leaves the canceling state.
ARAZZOAnthropic Create Batch, Poll, and Retrieve Results
Submit a message batch, poll until processing ends, then fetch the JSONL results.
ARAZZOAnthropic Count Tokens Then Create Message
Estimate input token usage for a prompt, then send the message only when it fits a budget.
ARAZZOAnthropic Create Workspace and Add a Member
Create a workspace, add a user to it, then confirm the member appears in the roster.
ARAZZOAnthropic Discover a Model and Send a Message
List available models, confirm a chosen model exists, then create a message with it.
ARAZZOAnthropic Invite an Org Member and Confirm
Send an organization invite, then read it back and branch on whether it is still pending.
ARAZZOAnthropic List Batches and Fetch Latest Results
List message batches, inspect the most recent one, and pull its results if it has ended.
ARAZZOAnthropic Onboard an Org Member into a Workspace
Find an org member by email, create a workspace, and add that member to it.
ARAZZOAnthropic Provision and Promote a Workspace Member
Create a workspace, add a member as a developer, then promote them to workspace admin.
ARAZZOAnthropic Upload, List, and Clean Up a File
Upload a file, confirm it appears in the file list, then delete it to clean up.
ARAZZOAnthropic Upload, Verify, and Download a File
Upload a file, read back its metadata, and download its content when it is downloadable.
ARAZZOGraphQL
Anthropic GraphQL Schema
This GraphQL schema is a conceptual representation of the Anthropic Claude API derived from the REST API surface. The Anthropic API provides access to Claude large language mode...
GRAPHQLPricing Plans
Rate Limits
FinOps
Anthropic Finops
FINOPSFeatures
Event Specifications
Anthropic Messages Streaming API
AsyncAPI specification modeling the Server-Sent Events (SSE) stream produced by Anthropic's Messages API when `"stream": true` is set on a POST to `/v1/messages`. Transport: HTT...
ASYNCAPI