GitHub
github.com › anthropics › anthropic-sdk-go
GitHub - anthropics/anthropic-sdk-go: Access to Anthropic's safety-first language model APIs via Go
The Anthropic Go library provides convenient access to the Anthropic REST API from applications written in Go. import ( "github.com/anthropics/anthropic-sdk-go" // imported as anthropic )
Starred by 650 users
Forked by 81 users
Languages Go
Claude
docs.claude.com › en › api › client-sdks
Client SDKs - Claude Docs
This page includes brief installation instructions and links to the open-source GitHub repositories for Anthropic’s Client SDKs.
Videos
08:00
Claude in the Box - Use Anthropic Agent SDK in a Sandbox - YouTube
How to use AgentOps with the Anthropic SDK in 5 minutes
17:01
How openai and anthropic publish their SDK and you can too - YouTube
09:05
Build with Claude as a JavaScript developer - Anthropic API - YouTube
Go Packages
pkg.go.dev › github.com › adamchol › go-anthropic-sdk
anthropic package - github.com/adamchol/go-anthropic-sdk - Go Packages
August 11, 2024 - This library provides unofficial Go clients for Anthropic API. It is heavily inspired by the Unofficial Go SDK for OpenAI API by @sashabaranov
Go Packages
pkg.go.dev › github.com › liushuangls › go-anthropic
anthropic package - github.com/liushuangls/go-anthropic - Go Packages
March 26, 2024 - Anthropic Claude API wrapper for Go (Unofficial).
Reddit
reddit.com › r/aitrailblazer › anthropic claude golang sdk
r/AITrailblazer on Reddit: Anthropic Claude Golang SDK
April 9, 2024 - A Go SDK for interacting with the Anthropic Claude API. This SDK allows you to send structured messages and handle responses from Anthropic's conversational AI models seamlessly within your Go applications.
AWS re:Post
repost.aws › questions › QUtbSkkVUyTPeMaGo_Fwb2aA › golang-sdk-support-for-claude-v3
Golang SDK support for Claude v3 | AWS re:Post
March 22, 2024 - I'm not very familiar with Go, but based on the documentation below, it looks like "bedrockruntime" can be used, so I thought I could use it just by sending a message API request. https://docs.aws.amazon.com/code-library/latest/ug/go_2_bedrock-runtime_code_examples.html https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/gov2/bedrock-runtime/hello/hello.go#L4 https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/bedrockruntime#Client.InvokeModel · Please check the contents of the following document for message API requests. https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-anthropic-claude-messages.html
GitHub
github.com › madebywelch › anthropic-go
GitHub - madebywelch/anthropic-go: Go SDK for Anthropic's Claude, a next-generation AI assistant for your tasks, no matter the scale.
Go SDK for Anthropic's Claude, a next-generation AI assistant for your tasks, no matter the scale. - madebywelch/anthropic-go
Starred by 36 users
Forked by 18 users
Languages Go
Go Packages
pkg.go.dev › github.com › staropshq › go-anthropic
go-anthropic module - github.com/staropshq/go-anthropic - Go Packages
This is a golang SDK for anthropic claude API.
Restack
restack.io › p › anthropic-knowledge-answer-golang-sdk-cat-ai
Anthropic SDK Golang Overview | Restackio
March 22, 2025 - This setup allows you to authenticate and interact with the Anthropic API using Go. Make sure to handle errors appropriately and secure your API key to prevent unauthorized access. For more advanced usage, consider exploring the Anthropic SDK for Go, which may simplify some of these tasks.
Codingmall
codingmall.com › knowledge-base › 25-global › 1559-how-to-use-go-anthropic-for-real-time-applications
How to use go-anthropic for real-time applications
At CodingMall.com we provide Joomla extensions, components, WordPress Plugins, SEO and customized web development solutions.
Codingmall
codingmall.com › knowledge-base › 25-global › 1558-anthropic-package-for-go
Anthropic Package for Go: Integration with Claude API
At CodingMall.com we provide Joomla extensions, components, WordPress Plugins, SEO and customized web development solutions.
GitHub
github.com › liushuangls › go-anthropic
GitHub - liushuangls/go-anthropic: Anthropic Claude API wrapper for Go
Starred by 161 users
Forked by 24 users
Languages Go
Anthropic
anthropic.com › learn › build-with-claude
Anthropic Academy: Claude API Development Guide
Learn about Anthropic's APIs, SDKs, and other development tools · Python SDK · TypeScript SDK · Java SDK · Go SDK · Ruby SDK · Understand the Messages API · Process multiple Messages API requests at once with the Message Batches API · Optimize your API usage with prompt caching ·
Go Packages
pkg.go.dev › github.com › modeledge › anthropic-sdk-go › v2
anthropic package - github.com/modeledge/anthropic-sdk-go/v2 - Go Packages
April 2, 2024 - github.com/modeledge/anthropic-sdk-go · Open Source Insights · Golang SDK for AnthRopic Claude AI · Contextual sequential memory · Prompt automatically handles / Contextual automated processing · Concise and easy-to-use API · Fast data processing · Claude Docs: https://console.anthr...
Anthropic
anthropic.com › engineering › building-agents-with-the-claude-agent-sdk
Building agents with the Claude Agent SDK
September 29, 2025 - The Claude Agent SDK is a collection of tools that helps developers build powerful agents on top of Claude Code. In this article, we walk through how to get started and share our best practices. Last year, we shared lessons in building effective agents alongside our customers.