Home

Build, edit, and deploy Agent Studio projects locally with the PolyAI ADK.
The ADK gives you a local, Git-like workflow for Agent Studio projects: pull, edit with standard tooling, validate, and push.
Start here¶
-
What is the ADK?
Understand what the ADK does and where it fits in the Agent Studio workflow. Read the overview
-
Installation
Install the ADK and prepare your local environment. Open installation
-
Build an agent
Follow the end-to-end workflow from project setup to deployment. Open the tutorial
-
CLI reference
See every
polycommand and its flags. Open CLI reference
What this site covers¶
This documentation follows the developer journey:
- understanding what the ADK is and how to get access
- installing it and running the first commands
- building, reviewing, and deploying agents
- reference for all CLI commands, resource types, and tooling
Recommended path¶
If you are new to the ADK, follow this order:
- read What is the PolyAI ADK?
- check Access and waitlist
- complete Prerequisites
- follow Installation
- use First commands
- continue to Build an agent with the ADK