Downloading Studio
AlphaAgent Studio is delivered as a self-contained release bundle that you download from the Console and deploy into your own AWS account. This page explains how to find available releases and download the bundle.
Where to download
The Console lists available Studio releases on the license key view. Each release shows its version and release notes, with a download button.
[Screenshot: Releases list on the license view with download buttons]
How the download works
When you click download, the Console generates a short-lived, secure download link for that version's bundle and your browser begins downloading a single archive (a .zip). The link expires after a few minutes, so download promptly; if it expires, simply click download again to get a fresh link.
The same bundle serves every customer for a given version — there is nothing customer-specific inside it. Your deployment becomes specific to you through the License Token and the configuration you supply at deploy time.
What's in the bundle
The bundle is everything your team needs to deploy Studio. At a high level it contains:
- The guided lifecycle CLI,
studioctl.py(plus a one-releasedeploy.pycompatibility shim that forwards to it). - The Studio application image and web app.
- The infrastructure templates the installer uses to create resources in your account.
- Helper tools the installer runs (environment preflight, configuration, SSO setup).
- A release-information file recording the version and the Console address this build reports to.
You do not need to open or edit these files — studioctl orchestrates them for you.
Choosing a version
Releases are published on channels; the latest stable release is what most customers should deploy. Release notes on each version describe what changed. To move an existing deployment to a newer version, see Updating Studio.
Next steps
- Make sure you have created a license key and copied its License Token.
- Confirm your team meets the deployment prerequisites.
- Follow the Deploy Walkthrough.