Claude Platform
Start building
with Claude
Everything you need to integrate Claude into your applications. From first API call to production.
What do you want to build?
⌘K
import anthropic
client = anthropic.Anthropic()
message = client.messages.create(
model="claude-opus-4-7",
max_tokens=1024,
messages=[{
"role": "user",
"content": "Hello, Claude"
}]
)
print(message.content[0].text)Platform
Choose how you build
Pick the developer surface that matches your approach, and the infrastructure that fits your stack.
Messages
Direct model access. You construct every turn, manage conversation state, and write your own tool loop.
Claude Managed Agents
Fully managed agent infrastructure. Deploy and manage autonomous agents in stateful sessions with persistent event history.
Developer journey
From idea to production
Follow the lifecycle or jump to what you need.
Get started
Build
Evaluate & ship
Operate
Models
The Claude model family
Choose the right model for your use case.
Resources
