Anthropic
Claude API — Developer API
The surface that carries the server-side tools: browser control, desktop control, sandboxed code execution, web search with citations, batching and prompt caching.
Developer API Vendor page read September 1, 2026 platform.claude.com
What you can do with it
- Run Anthropic-executed tools inside a turn, so search and code execution do not need a client-side loop.
- Cut repeat-context cost to a tenth with prompt caching, and bulk work to half price with the Batches API.
- Read PDFs up to 32 MB and 600 pages, and images up to 8000x8000 px, by file reference rather than base64.
- Run Agent Skills inside the code execution container by skill_id.
What people made with it
Playbooks it appears in
In the reference layer
- Drive a real browser, not a scraper
- Operate a desktop application
- Let the model write and run real code mid-answer
- Read a 600-page PDF including its charts
- Answer from the live web with citations attached
- Stop paying twice for the same file
- Run the whole job overnight at half price
- Teach the model a procedure once and reuse it
- One screenshot in, a working page out
- Fit a whole codebase in one prompt, and find its limit