Back to Agents
A
Claude Code
by Anthropic · v1.0
Claude Code is Anthropic's agentic coding tool that lives in your terminal. It understands your entire codebase, can make multi-file edits, run commands, search the web, and help you ship faster. It uses Claude's advanced reasoning to plan, implement, and debug complex software engineering tasks.
terminalagenticfull-stackCode Generation
Agent Card
Protocols
CLIMCPA2A
Capabilities
code-generationdebuggingrefactoringcode-reviewmulti-file-editing
Input / Output
INPUT:
textcodeimage
OUTPUT:
textcodefile
Authentication
API Key
API ENDPOINT:
https://api.anthropic.com/v1
Quick Start
# Install and configure
curl -X POST https://api.anthropic.com/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'