Home
Providers
Anthropic
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.
Anthropic publishes 24 APIs on the APIs.io network, including Messages API, Models API, Message Batches API, and 21 more. Tagged areas include AI, Artificial Intelligence, Claude, Foundation Models, and Large Language Models.
The Anthropic catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 2 Spectral governance rulesets.
Anthropic’s developer surface includes authentication, changelog, CLI, documentation, developer portal, support, pricing, and 120 more developer resources.
24 APIs
1 MCP Servers
26 Features
AI Artificial Intelligence Claude Foundation Models Large Language Models Machine Learning MCP Agents
On this page
Kin Score
APIs 24
Postman 11
Open Collections 11
Arazzo 11
MCP Servers 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 26
Event Specs 1
Vocabularies 1
Spectral Rules 2
JSON Schema 2
Security Posture 4
Agentic Access 1
Resources 127
apis.yml
68 Operational Transparency
Composite quality — 74.6/100 · exemplar
Contract Quality
20.7 / 25
Developer Ergonomics
16.1 / 20
Commercial Clarity
15.8 / 20
Operational Transparency
8.9 / 13
Agent readiness — 62/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
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
6 / 6
Agent Skills
0 / 5
Well-Known Catalog
4 / 4
Consent & Bot Identity
3 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 24
Ready-to-run Postman collections for exercising this provider's APIs.
Scroll for all 11
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 11
Multi-step API workflows described with the Arazzo specification.
Scroll for all 11
Model Context Protocol servers that expose these APIs to AI agents.
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Claude Opus 4.7 — most capable generally available model for complex reasoning and agentic coding
Claude Sonnet 4.6 — balanced model combining speed and intelligence with 1M context window
Claude Haiku 4.5 — fastest model with near-frontier intelligence
Messages API with text, vision, tool use, extended thinking, streaming, structured outputs
Prompt caching with automatic and manual breakpoints, 5-minute and 1-hour TTLs, cache reads at 10% of input price
Server-side compaction API for effectively infinite conversations on Opus 4.6/4.7 and Sonnet 4.6
Memory tool (client-side) for cross-conversation persistence with ZDR support
Message Batches API with 50% discount on both input and output tokens
Files API for upload-once / reuse-many content across Messages and Managed Agents
Agent Skills API (beta) — packaged domain expertise with progressive disclosure
Claude Managed Agents (beta) — Agents, Sessions, Environments with SSE streaming and managed sandboxes
Web Search tool ($10/1,000 searches) and Web Fetch tool (free)
Code Execution tool — Python + Bash + filesystem in sandbox; 1,550 free container-hours/month
Computer Use tool for browser and desktop automation (beta)
Advisor tool (beta) for pairing executor and high-intelligence advisor models
Tool Search tool and Programmatic Tool Calling
Token-bucket rate limiting with cache-aware ITPM (cache reads excluded on most models)
Five usage tiers (Tier 1-4 plus Monthly Invoicing) with automatic advancement
Usage & Cost Admin API and Claude Code Analytics Admin API for FinOps reporting
Rate Limits API for programmatic limit inspection
Workload Identity Federation for short-lived bearer tokens
Data residency controls (US-only inference at 1.1x pricing for models after Feb 2026)
Available via Claude API, Claude Platform on AWS, Microsoft Foundry, AWS Bedrock, and Google Vertex AI
{"Official SDKs" => "Python, TypeScript, Java, Go, Ruby, C#, PHP plus the `ant` CLI"}
Claude Code (terminal agent) and Claude Code GitHub Action
Open MCP specification stewardship via modelcontextprotocol.io
Scroll for all 26
AsyncAPI definitions for this provider's event-driven and streaming APIs.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 8
Portal, sign-up, and the first successful call
Scroll for all 8
Documentation 32
Reference material describing how the API behaves
Scroll for all 32
Agent Surfaces 4
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 18
Pagination, idempotency, versioning, errors, and events
Scroll for all 18
Build 23
SDKs, sample code, and the tooling you integrate with
Scroll for all 23
Access & Security 6
Authentication, authorization, and security posture
Learn 3
Tutorials, courses, talks, and written guidance
Operate 8
Status, limits, changes, and where to get help
Scroll for all 8
Commercial 7
Pricing, plans, and the legal terms of use
Scroll for all 7
Company 3
The organization behind the API
Other 15
Properties that don't map to a standard resource type
Scroll for all 15
Source (apis.yml)
aid: anthropic
url: https://raw.githubusercontent.com/api-evangelist/anthropic/refs/heads/main/apis.yml
apis:
- aid: anthropic:anthropic-messages-api
name: Anthropic Messages API
tags:
- AI
- Artificial Intelligence
- Messages
humanURL: https://docs.anthropic.com/en/api/messages
properties:
- url: https://docs.anthropic.com/en/api/messages
type: Documentation
- url: https://docs.anthropic.com/en/api/messages-streaming
type: Documentation
- url: openapi/anthropic-messages-api-openapi.yml
type: OpenAPI
- url: asyncapi/anthropic-asyncapi.yml
type: AsyncAPI
- url: json-schema/anthropic-message-schema.json
type: JSONSchema
- url: json-schema/anthropic-tool-use-schema.json
type: JSONSchema
- url: json-ld/anthropic-context.jsonld
type: JSONLD
- url: graphql/anthropic-graphql.md
type: GraphQL
description: 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, tool use, extended thinking, streaming, structured
outputs, prompt caching, compaction, and the new advisor tool for pairing executor and higher-intelligence advisor models.
- aid: anthropic:anthropic-models-api
name: Anthropic Models API
tags:
- AI
- Artificial Intelligence
- Models
humanURL: https://docs.anthropic.com/en/api/models-list
properties:
- url: https://docs.anthropic.com/en/api/models-list
type: Documentation
- url: openapi/anthropic-models-api-openapi.yml
type: OpenAPI
description: 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 clients can discover model properties programmatically.
- aid: anthropic:anthropic-message-batches-api
name: Anthropic Message Batches API
tags:
- AI
- Artificial Intelligence
- Batches
- Messages
humanURL: https://docs.anthropic.com/en/api/creating-message-batches
properties:
- url: https://docs.anthropic.com/en/api/creating-message-batches
type: Documentation
- url: openapi/anthropic-message-batches-api-openapi.yml
type: OpenAPI
description: 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 Opus 4.6/4.7 and Sonnet 4.6 with the output-300k-2026-03-24
beta header.
- aid: anthropic:anthropic-files-api
name: Anthropic Files API
tags:
- AI
- Artificial Intelligence
- Files
humanURL: https://docs.anthropic.com/en/api/files-create
properties:
- url: https://docs.anthropic.com/en/api/files-create
type: Documentation
- url: openapi/anthropic-files-api-openapi.yml
type: OpenAPI
description: 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; supports PDFs, images, Office documents, and plain text.
- aid: anthropic:anthropic-token-counting-api
name: Anthropic Token Counting API
tags:
- AI
- Artificial Intelligence
- Counting
- Tokens
humanURL: https://docs.anthropic.com/en/api/messages-count-tokens
properties:
- url: https://docs.anthropic.com/en/api/messages-count-tokens
type: Documentation
- url: openapi/anthropic-token-counting-api-openapi.yml
type: OpenAPI
description: 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 including system prompts, tools, images, and PDFs. Free
to use but subject to requests-per-minute rate limits.
- aid: anthropic:anthropic-skills-api
name: Anthropic Skills API
tags:
- Agents
- AI
- Artificial Intelligence
- Skills
humanURL: https://docs.anthropic.com/en/api/skills/create-skill
properties:
- url: https://docs.anthropic.com/en/api/skills/create-skill
type: Documentation
- url: openapi/anthropic-skills-api-openapi.yml
type: OpenAPI
description: Create and manage custom Agent Skills. Skills are filesystem-based directories of instructions, scripts, and
resources that Claude loads on demand via progressive disclosure. Workspace-wide sharing. The Skills API is currently
in beta and requires the skills-2025-10-02 beta header.
- aid: anthropic:anthropic-claude-code-analytics-api
name: Anthropic Claude Code Analytics API
tags:
- Administration
- AI
- Analytics
- Artificial Intelligence
- Claude Code
- Productivity
humanURL: https://docs.anthropic.com/en/api/claude-code-analytics-api
properties:
- url: https://docs.anthropic.com/en/api/claude-code-analytics-api
type: Documentation
- url: openapi/anthropic-claude-code-analytics-api-openapi.yml
type: OpenAPI
description: Daily aggregated user-level Claude Code productivity metrics — sessions, lines of code, commits, pull requests,
tool actions, and estimated costs by model — via /v1/organizations/usage_report/claude_code. Requires an Admin API key.
- aid: anthropic:anthropic-agents-api
name: Anthropic Agents API
description: Reusable, versioned agent configurations
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Agents
properties:
- type: OpenAPI
url: openapi/anthropic-agents-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-api-keys-api
name: Anthropic Api Keys API
description: Monitor and manage API keys
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Api Keys
properties:
- type: OpenAPI
url: openapi/anthropic-api-keys-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-cost-api
name: Anthropic Cost API
description: Service-level cost reporting
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Cost
properties:
- type: OpenAPI
url: openapi/anthropic-cost-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-environments-api
name: Anthropic Environments API
description: Container configuration for agent sessions
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Environments
properties:
- type: OpenAPI
url: openapi/anthropic-environments-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-events-api
name: Anthropic Events API
description: User messages and tool results sent to a session
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Events
properties:
- type: OpenAPI
url: openapi/anthropic-events-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-organization-api
name: Anthropic Organization API
description: Retrieve organization information and settings
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Organization
properties:
- type: OpenAPI
url: openapi/anthropic-organization-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-organization-invites-api
name: Anthropic Organization Invites API
description: Create and manage organization invitations
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Organization Invites
properties:
- type: OpenAPI
url: openapi/anthropic-organization-invites-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-organization-members-api
name: Anthropic Organization Members API
description: Manage organization members and their roles
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Organization Members
properties:
- type: OpenAPI
url: openapi/anthropic-organization-members-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-prompt-generation-api
name: Anthropic Prompt Generation API
description: APIs for generating well-written prompts for specified tasks
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Prompt Generation
properties:
- type: OpenAPI
url: openapi/anthropic-prompt-generation-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-prompt-improvement-api
name: Anthropic Prompt Improvement API
description: APIs for enhancing existing prompts with feedback
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Prompt Improvement
properties:
- type: OpenAPI
url: openapi/anthropic-prompt-improvement-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-prompt-templatization-api
name: Anthropic Prompt Templatization API
description: APIs for converting prompts into reusable templates with variables
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Prompt Templatization
properties:
- type: OpenAPI
url: openapi/anthropic-prompt-templatization-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-sessions-api
name: Anthropic Sessions API
description: Stateful agent execution instances
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Sessions
properties:
- type: OpenAPI
url: openapi/anthropic-sessions-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-skill-versions-api
name: Anthropic Skill Versions API
description: Manage versions of a Skill
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Skill Versions
properties:
- type: OpenAPI
url: openapi/anthropic-skill-versions-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-tokens-api
name: Anthropic Tokens API
description: APIs for counting tokens in messages
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Tokens
properties:
- type: OpenAPI
url: openapi/anthropic-tokens-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-usage-api
name: Anthropic Usage API
description: Token usage and consumption reporting
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Usage
properties:
- type: OpenAPI
url: openapi/anthropic-usage-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-workspace-members-api
name: Anthropic Workspace Members API
description: Manage workspace membership and roles
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Workspace Members
properties:
- type: OpenAPI
url: openapi/anthropic-workspace-members-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
- aid: anthropic:anthropic-workspaces-api
name: Anthropic Workspaces API
description: Create and manage workspaces within an organization
humanURL: https://docs.anthropic.com/en/api/messages
tags:
- Workspaces
properties:
- type: OpenAPI
url: openapi/anthropic-workspaces-api-openapi.yml
- type: Documentation
url: https://docs.anthropic.com/en/api/admin-api/users/get-user
- type: Documentation
url: https://docs.anthropic.com/en/api/prompt-tools-generate
- type: Documentation
url: https://docs.anthropic.com/en/api/usage-cost-api
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/overview
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/agent-setup
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/sessions
- type: Documentation
url: https://platform.claude.com/docs/en/managed-agents/environments
name: Anthropic
tags:
- AI
- Artificial Intelligence
- Claude
- Foundation Models
- Large Language Models
- Machine Learning
- MCP
- Agents
kind: contract
accessModel:
pricing: paid
onboarding: self-serve
trial: false
try_now: false
public: false
label: Paid · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/anthropic.png
access: 3rd-Party
common:
- type: AgenticAccess
url: agentic-access/anthropic-agentic-access.yml
- type: DomainSecurity
url: security/anthropic-domain-security.yml
- type: Authentication
url: authentication/anthropic-authentication.yml
- type: Packages
url: packages/anthropic-packages.yml
- type: WellKnown
url: well-known/anthropic-well-known.yml
- type: SecurityTxt
url: well-known/anthropic-security.txt
- type: MCPServer
url: mcp/anthropic-mcp.yml
- type: LLMsTxt
url: llms/anthropic-llms.txt
- type: Conformance
url: conformance/anthropic-conformance.yml
- type: ErrorCatalog
url: errors/anthropic-problem-types.yml
- type: Lifecycle
url: lifecycle/anthropic-lifecycle.yml
- type: Conventions
url: conventions/anthropic-conventions.yml
- type: ChangeLog
url: changelog/anthropic-changelog.yml
- type: CLI
url: cli/anthropic-cli.yml
- type: DataModel
url: data-model/anthropic-data-model.yml
- type: VulnerabilityDisclosure
url: security/anthropic-vulnerability-disclosure.yml
- type: TrustCenter
url: security/anthropic-trust-center.yml
- type: Overlay
url: overlays/anthropic-messages-overlay.yaml
- type: Overlay
url: overlays/anthropic-models-overlay.yaml
- type: Overlay
url: overlays/anthropic-message-batches-overlay.yaml
- type: Overlay
url: overlays/anthropic-files-overlay.yaml
- type: Overlay
url: overlays/anthropic-admin-overlay.yaml
- type: Overlay
url: overlays/anthropic-prompts-overlay.yaml
- type: Overlay
url: overlays/anthropic-token-counting-overlay.yaml
- type: Overlay
url: overlays/anthropic-skills-overlay.yaml
- type: Overlay
url: overlays/anthropic-usage-cost-overlay.yaml
- type: Overlay
url: overlays/anthropic-claude-code-analytics-overlay.yaml
- type: Overlay
url: overlays/anthropic-managed-agents-overlay.yaml
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/anthropic/overview
- type: Arazzo
url: arazzo/anthropic-batch-cancel-and-confirm-workflow.yml
name: Anthropic Cancel a Message Batch and Confirm
- type: Arazzo
url: arazzo/anthropic-batch-create-poll-results-workflow.yml
name: Anthropic Create Batch, Poll, and Retrieve Results
- type: Arazzo
url: arazzo/anthropic-count-tokens-then-message-workflow.yml
name: Anthropic Count Tokens Then Create Message
- type: Arazzo
url: arazzo/anthropic-create-workspace-and-add-member-workflow.yml
name: Anthropic Create Workspace and Add a Member
- type: Arazzo
url: arazzo/anthropic-discover-model-and-message-workflow.yml
name: Anthropic Discover a Model and Send a Message
- type: Arazzo
url: arazzo/anthropic-invite-org-member-and-confirm-workflow.yml
name: Anthropic Invite an Org Member and Confirm
- type: Arazzo
url: arazzo/anthropic-list-batches-and-fetch-latest-results-workflow.yml
name: Anthropic List Batches and Fetch Latest Results
- type: Arazzo
url: arazzo/anthropic-onboard-member-to-workspace-workflow.yml
name: Anthropic Onboard an Org Member into a Workspace
- type: Arazzo
url: arazzo/anthropic-provision-and-promote-workspace-member-workflow.yml
name: Anthropic Provision and Promote a Workspace Member
- type: Arazzo
url: arazzo/anthropic-upload-list-and-cleanup-file-workflow.yml
name: Anthropic Upload, List, and Clean Up a File
- type: Arazzo
url: arazzo/anthropic-upload-verify-download-file-workflow.yml
name: Anthropic Upload, Verify, and Download a File
- type: LinkedIn
url: https://www.linkedin.com/company/anthropicresearch
- url: https://github.com/anthropics/anthropic-quickstarts
name: Quickstarts
type: Documentation
- url: https://platform.claude.com/docs/en/home
name: Claude API Docs
type: Portal
- url: https://docs.anthropic.com/en/api/messages
name: Messages - Anthropic
type: Documentation
- url: https://status.anthropic.com/
name: Anthropic Status
type: StatusPage
- url: https://platform.claude.com/docs/en/release-notes/api
name: Claude Platform Release Notes
type: ChangeLog
- url: https://platform.claude.com/login
name: Claude Console
type: Documentation
- url: https://docs.anthropic.com/en/api/rate-limits
name: Rate limits - Anthropic
type: RateLimits
- url: https://docs.anthropic.com/en/api/service-tiers
name: Service tiers - Anthropic
type: Tiers
- url: https://docs.anthropic.com/en/api/errors
name: Errors - Anthropic
type: ErrorCodes
- url: https://docs.anthropic.com/en/api/client-sdks
name: Client SDKs - Anthropic
type: Documentation
- url: https://docs.anthropic.com/en/api/versioning
name: Versions - Anthropic
type: Versioning
- url: https://docs.anthropic.com/en/api/supported-regions
name: Supported regions - Anthropic
type: Regions
- url: https://docs.anthropic.com/en/api/getting-help
name: Getting help - Anthropic
type: Support
- url: https://www.anthropic.com/pricing
data:
- id: free
name: Free
entries:
- geo: US
unit: 1
label: User
limit: 1
price: Free
metric: user
timeFrame: month
description: Usage based pricing.
elements:
- name: Chat on web, iOS, Android, and on your desktop
- name: Generate code and visualize data
- name: Write, edit, and create content
- name: Analyze text and images
- name: Ability to search the web
- name: Unlock more from Claude with desktop extensions
description: Try Claude
- id: pro
name: Pro
entries:
- geo: US
unit: 1
label: User
limit: 1
price: 20
metric: user
timeFrame: month
description: Usage based pricing.
elements:
- name: More usage
- name: Access Claude Code directly in your terminal
- name: Access to unlimited Projects to organize chats and documents
- name: Access to Research
- name: Connect Google Workspace email, calendar, and docs
- name: Connect your everyday tools in just a few clicks (with remote MCP servers)
- name: Extended thinking for complex work
- name: Ability to use more Claude models
description: For everyday productivity.
- id: max
name: Max
entries:
- geo: US
unit: 1
label: User
limit: 1
price: 100
metric: user
timeFrame: month
description: Usage based pricing.
elements:
- name: Choose 5x or 20x more usage per session than Pro
- name: Higher output limits for all tasks
- name: Early access to advanced Claude features
- name: Priority access at high traffic times
description: Get the most out of Claude.
- id: team
name: Team
entries:
- geo: US
unit: 1
label: User
limit: 1
price: 25
metric: user
timeFrame: month
description: Usage based pricing.
elements:
- name: More usage
- name: Central billing and administration
- name: Early access to collaboration features
- name: Claude Code available separately through Anthropic Console
description: For collaboration across organizations
- id: enterprise
name: Enterprise
entries:
- geo: US
unit: 1
label: User
limit: 1
price: Call
metric: user
timeFrame: month
description: For businesses operating at scale
elements:
- name: More usage
- name: Enhanced context window
- name: Single sign-on (SSO) and domain capture
- name: Role-based access with fine grained permissioning
- name: System for Cross-domain Identity Management (SCIM)
- name: Audit logs
- name: Google Docs cataloging
- name: Claude Code available separately through Anthropic Console
description: For collaboration across organizations
name: Plans
type: Plans
- url: https://www.anthropic.com/pricing#api
data:
- id: claude-opus-4-7
name: Claude Opus 4.7
type: Latest
entries:
- geo: US
unit: 1M
label: Input
price: 5
metric: token
timeFrame: usage
description: Input token usage-based pricing.
- geo: US
unit: 1M
label: Output
price: 25
metric: token
timeFrame: usage
description: Output token usage-based pricing.
- geo: US
unit: 1M
label: Read Prompt Caching
price: 0.5
metric: token
timeFrame: usage
description: Read prompt caching for model.
- geo: US
unit: 1M
label: Write Prompt Caching 5min
price: 6.25
metric: token
timeFrame: usage
description: Write prompt caching 5-minute TTL for model.
- geo: US
unit: 1M
label: Write Prompt Caching 1hr
price: 10
metric: token
timeFrame: usage
description: Write prompt caching 1-hour TTL for model.
description: Most capable generally available model for complex reasoning and agentic coding. 1M context window, 128k
max output, new tokenizer.
- id: claude-opus-4-6
name: Claude Opus 4.6
type: Legacy
entries:
- geo: US
unit: 1M
label: Input
price: 5
metric: token
timeFrame: usage
- geo: US
unit: 1M
label: Output
price: 25
metric: token
timeFrame: usage
description: Most capable Claude model from the previous generation with fast mode support and 1M context.
- id: claude-sonnet-4-6
name: Claude Sonnet 4.6
type: Latest
entries:
- geo: US
unit: 1M
label: Prompts Input < 200K
price: 3
metric: token
maximum: 200000
timeFrame: usage
description: Input token less than 200K token usage-based pricing.
- geo: US
unit: 1M
label: Prompts Input > 200K
price: 6
metric: token
minimum: 200000
timeFrame: usage
description: Input token greater than 200K token usage-based pricing.
- geo: US
unit: 1M
label: Prompts Output < 200K
price: 15
metric: token
maximum: 200000
timeFrame: usage
description: Output token less than 200k usage-based pricing.
- geo: US
unit: 1M
label: Prompts Output > 200K
price: 22.5
metric: token
minimum: 200000
timeFrame: usage
description: Output token greater than 200k usage-based pricing.
- geo: US
unit: 1M
label: Read Prompt Caching < 200K
price: 0.3
metric: token
maximum: 200000
timeFrame: usage
description: Read prompt caching for less than 200K tokens model.
- geo: US
unit: 1M
label: Write Prompt Caching < 200K
price: 3.75
metric: token
maximum: 200000
timeFrame: usage
description: Write prompt caching for less than 200K tokens model.
description: High performance balanced model with 1M context window support.
- id: claude-haiku-4-5
name: Claude Haiku 4.5
type: Latest
entries:
- geo: US
unit: 1M
label: Input
price: 1
metric: token
timeFrame: usage
- geo: US
unit: 1M
label: Output
price: 5
metric: token
timeFrame: usage
- geo: US
un
# --- truncated at 32 KB (42 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/anthropic/refs/heads/main/apis.yml