PromptRails
All Integrations
Go SDK

Go SDK

Developer Tools

Native Go client library for PromptRails. Execute agents, handle streaming responses, and manage workspace resources from your Go applications with idiomatic error handling.

How to Connect

  1. 1Install the SDK: go get github.com/promptrails/go-sdk
  2. 2Import and initialize the client with your API key.
  3. 3Call agent execution methods from your Go application.