Anthropic Claude website screenshot

Anthropic Claude

Anthropic Claude is a family of frontier large language models (Opus, Sonnet, Haiku) accessible via the Anthropic API for building AI assistants, agents, and integrations. The API supports streaming chat completions, tool use, vision, prompt caching, batch processing, the Files API, computer use, and the Model Context Protocol, with authentication via x-api-key headers and a base URL at api.anthropic.com.

Anthropic Claude publishes 4 APIs on the APIs.io network, including Message Batches API, Messages API, Models API, and 1 more. Tagged areas include Artificial Intelligence, Large Language Models, LLM, Generative AI, and Chat.

The Anthropic Claude catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Anthropic Claude’s developer surface includes authentication, documentation, API reference, developer console, signup flow, pricing, support, and 23 more developer resources.

51.3/100 developing ▬ flat Agent 51/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
4 APIs 1 MCP Servers
Artificial IntelligenceLarge Language ModelsLLMGenerative AIChatAgentsClaude

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 51.3/100 · developing
Contract Quality 17.0 / 25
Developer Ergonomics 10.9 / 20
Commercial Clarity 6.3 / 20
Operational Transparency 4.8 / 13
Governance 5.0 / 12
Discoverability 7.4 / 10
Agent readiness — 51/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/anthropic-claude: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Anthropic Claude Message Batches API

Submit and manage asynchronous Message Batches.

Anthropic Claude Messages API

Create messages with Claude models.

Anthropic Claude Models API

List and inspect available Claude models.

Anthropic Claude Token Counting API

Count tokens for a prospective Messages request.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

MCP Server

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Anthropic Claude Messages Streaming API

AsyncAPI specification modeling the Server-Sent Events (SSE) stream produced by Anthropic's Claude Messages API when `"stream": true` is set on a POST to `/v1/messages`. Transpo...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Anthropic Claude API Rules

6 rules · 1 errors 5 warnings

SPECTRAL

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Anthropic Claude Authentication

apiKey · 1 scheme

SECURITY

Anthropic Claude Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Anthropic Claude Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Anthropic Claude Agentic Access

9 operations · 4 acting

9 operations · 4 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Learn 2

Tutorials, courses, talks, and written guidance

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: anthropic-claude
name: Anthropic Claude
description: Anthropic Claude is a family of frontier large language models (Opus, Sonnet, Haiku) accessible via the Anthropic
  API for building AI assistants, agents, and integrations. The API supports streaming chat completions, tool use, vision,
  prompt caching, batch processing, the Files API, computer use, and the Model Context Protocol, with authentication via x-api-key
  headers and a base URL at api.anthropic.com.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/anthropic-claude.png
tags:
- Artificial Intelligence
- Large Language Models
- LLM
- Generative AI
- Chat
- Agents
- Claude
url: https://raw.githubusercontent.com/api-evangelist/anthropic-claude/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-29'
specificationVersion: '0.19'
apis:
- aid: anthropic-claude:anthropic-claude-message-batches-api
  name: Anthropic Claude Message Batches API
  description: Submit and manage asynchronous Message Batches.
  humanURL: https://docs.anthropic.com/en/api/messages
  baseURL: https://api.anthropic.com
  tags:
  - Message Batches
  properties:
  - type: OpenAPI
    url: openapi/anthropic-claude-message-batches-api-openapi.yml
  - type: Documentation
    url: https://docs.anthropic.com/en/api/messages
  - type: APIReference
    url: https://docs.anthropic.com/en/api/getting-started
  - type: AsyncAPI
    url: asyncapi/anthropic-claude-asyncapi.yml
  - type: GettingStarted
    url: https://docs.anthropic.com/en/api/getting-started
- aid: anthropic-claude:anthropic-claude-messages-api
  name: Anthropic Claude Messages API
  description: Create messages with Claude models.
  humanURL: https://docs.anthropic.com/en/api/messages
  baseURL: https://api.anthropic.com
  tags:
  - Messages
  properties:
  - type: OpenAPI
    url: openapi/anthropic-claude-messages-api-openapi.yml
  - type: Documentation
    url: https://docs.anthropic.com/en/api/messages
  - type: APIReference
    url: https://docs.anthropic.com/en/api/getting-started
  - type: AsyncAPI
    url: asyncapi/anthropic-claude-asyncapi.yml
  - type: GettingStarted
    url: https://docs.anthropic.com/en/api/getting-started
- aid: anthropic-claude:anthropic-claude-models-api
  name: Anthropic Claude Models API
  description: List and inspect available Claude models.
  humanURL: https://docs.anthropic.com/en/api/messages
  baseURL: https://api.anthropic.com
  tags:
  - Models
  properties:
  - type: OpenAPI
    url: openapi/anthropic-claude-models-api-openapi.yml
  - type: Documentation
    url: https://docs.anthropic.com/en/api/messages
  - type: APIReference
    url: https://docs.anthropic.com/en/api/getting-started
  - type: AsyncAPI
    url: asyncapi/anthropic-claude-asyncapi.yml
  - type: GettingStarted
    url: https://docs.anthropic.com/en/api/getting-started
- aid: anthropic-claude:anthropic-claude-token-counting-api
  name: Anthropic Claude Token Counting API
  description: Count tokens for a prospective Messages request.
  humanURL: https://docs.anthropic.com/en/api/messages
  baseURL: https://api.anthropic.com
  tags:
  - Token Counting
  properties:
  - type: OpenAPI
    url: openapi/anthropic-claude-token-counting-api-openapi.yml
  - type: Documentation
    url: https://docs.anthropic.com/en/api/messages
  - type: APIReference
    url: https://docs.anthropic.com/en/api/getting-started
  - type: AsyncAPI
    url: asyncapi/anthropic-claude-asyncapi.yml
  - type: GettingStarted
    url: https://docs.anthropic.com/en/api/getting-started
common:
- type: AgenticAccess
  url: agentic-access/anthropic-claude-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/anthropic-claude-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/anthropic-claude-domain-security.yml
- type: Authentication
  url: authentication/anthropic-claude-authentication.yml
- type: Website
  url: https://www.anthropic.com
- type: Documentation
  url: https://docs.anthropic.com
- type: APIReference
  url: https://docs.anthropic.com/en/api/getting-started
- type: Console
  url: https://console.anthropic.com
- type: Signup
  url: https://console.anthropic.com/login
- type: Pricing
  url: https://www.anthropic.com/pricing
- type: Models
  url: https://docs.anthropic.com/en/docs/about-claude/models
- type: Authentication
  url: https://docs.anthropic.com/en/api/getting-started
- type: RateLimits
  url: https://docs.anthropic.com/en/api/rate-limits
- type: ErrorCodes
  url: https://docs.anthropic.com/en/api/errors
- type: Versioning
  url: https://docs.anthropic.com/en/api/versioning
- type: StatusPage
  url: https://status.anthropic.com
- type: Support
  url: https://support.anthropic.com
- type: PrivacyPolicy
  url: https://www.anthropic.com/legal/privacy
- type: TermsOfService
  url: https://www.anthropic.com/legal/commercial-terms
- type: GitHubOrganization
  url: https://github.com/anthropics
- type: Python SDK
  url: https://github.com/anthropics/anthropic-sdk-python
- type: TypeScript SDK
  url: https://github.com/anthropics/anthropic-sdk-typescript
- type: Cookbook
  url: https://github.com/anthropics/anthropic-cookbook
- type: Claude Code
  url: https://www.anthropic.com/claude-code
- type: ModelContextProtocol
  url: https://modelcontextprotocol.io
- type: Blog
  url: https://www.anthropic.com/news
- type: X (Twitter)
  url: https://x.com/AnthropicAI
- type: LinkedIn
  url: https://www.linkedin.com/company/anthropicresearch
- type: YouTube
  url: https://www.youtube.com/@anthropic-ai
- name: MCP Server
  url: https://github.com/anthropics/claude-ai-mcp
  type: MCPServer
features:
- name: Frontier Models
  description: Access to Claude Opus, Sonnet, and Haiku families of large language models with industry-leading reasoning,
    coding, and agentic capabilities.
- name: Tool Use
  description: Define custom tools that Claude can invoke during conversations to call external APIs, query databases, or
    execute code.
- name: Vision
  description: Multi-modal input supports images alongside text for analysis, OCR, diagrams, and document understanding.
- name: Prompt Caching
  description: Cache large prompts (system instructions, documents, examples) to reduce cost and latency on subsequent requests.
- name: Streaming
  description: Server-sent events stream responses token-by-token for low-latency interactive experiences.
- name: Batch API
  description: Submit large batches of asynchronous requests at 50 percent discount with results delivered within 24 hours.
- name: Files API
  description: Upload and reference files for use across Messages, batches, and computer-use sessions.
- name: Computer Use
  description: Allow Claude to control a virtual computer (screenshots, mouse, keyboard) to complete multi-step tasks autonomously.
- name: Extended Thinking
  description: Enable extended reasoning steps for harder problems with transparent thinking traces.
useCases:
- name: AI Assistants and Chatbots
  description: Build conversational assistants for customer support, productivity, and knowledge work powered by Claude models.
- name: Coding Agents
  description: Power software engineering agents that read, edit, run, and test code across large repositories.
- name: Document Processing
  description: Extract, summarize, and analyze long documents using large context windows and vision capabilities.
- name: Content Generation
  description: Generate marketing copy, technical writing, translations, and creative content at scale.
- name: Agentic Workflows
  description: Orchestrate multi-step agent workflows using tool use, MCP servers, and computer use for end-to-end task automation.
integrations:
- name: Amazon Bedrock
  description: Access Claude models via the AWS Bedrock API
- name: Google Cloud Vertex AI
  description: Access Claude models via Google Cloud Vertex AI
- name: Model Context Protocol
  description: Open protocol for connecting Claude to external tools and data sources
- name: LangChain
  description: First-class LangChain integration for chains and agents
- name: LlamaIndex
  description: Use Claude as the LLM for RAG and indexing workflows
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com