> ## 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.

# Java Agent SDK Installation (work in progress)

> Build the work-in-progress Java Agent SDK from source.

<Note type="warning">
  The Java Agent SDK is not yet published to Maven Central. Use this source workflow for evaluation only.
</Note>

## Requirements

* Java 17 or newer
* Maven

## Build from source

```bash theme={null}
git clone https://github.com/phaseoteam/Phaseo.git
cd Phaseo
mvn -f packages/sdk/agent-sdk-java/pom.xml package
```

Set `PHASEO_API_KEY` in the application environment before running an example.

## Next

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