Local requirements
| Tool | Version | Notes |
|---|---|---|
| uv | latest | Manages Python and virtual environments |
| Git | any | Optional — recommended for version control of your local project files |
Install uv
uv manages Python versions for you, including the version required by the ADK. Install it with:
API key
The ADK needs an API key to communicate with Agent Studio. How you obtain it depends on your account type:- Self-serve accounts (studio.poly.ai) —
poly startsigns you in and saves the key automatically. - Enterprise accounts (regional clusters such as
us-1,euw-1,uk-1) —poly login --region <region>signs you in through the browser and saves the key. Alternatively, create the key in the Agent Studio UI and export it manually.poly startis self-serve only.
Checklist
Before continuing, confirm:uvis installed- You have an API key — saved by
poly start(self-serve), saved bypoly login(enterprise), or exported manually asPOLY_ADK_KEY
Next step
First commands
Initialize a project, pull configuration, and push your first change.

