E2B
SDK / ToolOpen-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
- sandbox
- code-execution
- sdk
- agents
Official Anthropic Go SDK for the Claude API.
Idiomatic Go client for the Claude Messages API, Batch API, and token counting. Maintained by anthropics.
Best for high-throughput Go backends (Cloudflare Workers, k8s controllers), CLI tools written in Go, and any production agent where net/http streaming + context cancellation are first-class requirements. Pairs well with cobra for CLIs and chi/gin for HTTP frontends.
go get github.com/anthropics/anthropic-sdk-go Set ANTHROPIC_API_KEY (and ANTHROPIC_BASE_URL for Bedrock/Vertex) via os.Setenv or a config loader.
The Go SDK tracks the Python SDK closely — most features ship within weeks of parity. Pin major versions; the streaming API surface has stabilised since v1.0 but earlier 0.x versions had breaking changes.
Repository
anthropics/anthropic-sdk-goCharted
Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.
Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.
Anthropic's official TypeScript SDK for building agentic applications.