Documentation/SDK (Go)/Install
1 min read

Install

Module

go get github.com/getboson/boson-go@latest

Environment variables

This SDK supports both Boson-style and Langfuse-style env vars:

  • BOSON_BASE_URL (or LANGFUSE_BASE_URL)
  • BOSON_PUBLIC_KEY (or LANGFUSE_PUBLIC_KEY)
  • BOSON_SECRET_KEY (or LANGFUSE_SECRET_KEY)

Next steps