LLM Reference
Concepts & capability filters
Getting Startedbeginner

Anthropic Console

Also known as: anthropic developer console, claude console, anthropic api console

Anthropic's developer account surface for API keys, projects, usage, and Claude model access.

See matching models with benchmark scores and pricing.

Definition

The Anthropic Console is Anthropic's web account for developers using the Claude API. It is where you create an organization, generate API keys, inspect usage and spend limits, manage projects, and open Claude documentation — distinct from the consumer Claude chat product at claude.ai.


What the Console is for

If you are integrating Claude into an application, the Console is the starting point Anthropic documents in its get-started flow:

  • Account & billing — organization setup, payment method, and usage dashboards
  • API keys — create and rotate keys scoped to projects
  • Rate & spend limits — organization-level caps documented in Anthropic's API reference
  • Model access — route to current Claude model IDs and pricing before you call the Messages API

The Console does not replace the API itself — it is the control plane that sits in front of Anthropic API inference.


Console vs Claude chat vs provider routes

SurfaceURL patternPurpose
Anthropic Consoleplatform.claude.com / console.anthropic.comDeveloper account, keys, usage, docs entry
Claude chatclaude.aiConsumer chat product
Anthropic APIAPI endpoints + provider pageProduction inference, pricing rows, model catalog

On LLMReference, model specs and benchmark rows live on Claude model pages and the Anthropic API provider page. This concept page answers "what is Anthropic Console" search intent and routes you to those canonical records.


Related picks