PRODUCTION SCENARIO
A platform team wants a coding agent that reads and edits files and runs shell commands on the company's own servers. They want the agent loop and built-in tools provided for them rather than writing a tool loop.
Which Anthropic offering matches this requirement?
Answering here is anonymous. Nothing is saved unless you sign in.
Show answer and explanation
Answer: The Claude Agent SDK, which brings the Claude Code loop and its tools to your servers
The Agent SDK comparison table says to use the Agent SDK when building an agent without implementing the tool loop yourself, the Client SDK when calling the API directly and implementing the loop, and Managed Agents when you do not want to manage your own sandbox or session infrastructure.
Official Source: https://code.claude.com/docs/en/agent-sdk/overview ↗