> ## Documentation Index
> Fetch the complete documentation index at: https://phaseo.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the Go Agent SDK and its core client dependency.

## Install

```bash theme={null}
go get github.com/phaseoteam/Phaseo/packages/sdk/agent-sdk-go@latest
```

## Environment

Set your gateway API key before running examples:

```bash theme={null}
export PHASEO_API_KEY="phaseo_v1_sk_..."
```

## Next

* [Overview](./agent-sdk-overview.mdx)
* [Usage](./agent-sdk.mdx)
