Quickstart
A short guide to getting started with Release AI.
- 1.Join the Release AI Slack community.
- 2.Create a Release AI account.
- 3.Create a cloud integration.
- 4.Install the Release CLI.
- 5.Use Release AI.
Visit the Release AI registration page and sign up with your email address or using Google OAuth. Verify your email by clicking the link in the email Release sends you.

Create your first cloud integration
Navigate to the Cloud Integrations page and click on Create Cloud Integration. The cloud integration is a connection to your cloud account that allows Release AI to talk to your AWS infrastructure.
Select the cloud provider and give this cloud integration a name. Click on Create Cloud Integration to continue.

Give your cloud integration a recognizable name
Now you can configure your cloud integration.
If AWS is your cloud provider, you can click the Configure on AWS button to be redirected to AWS where you can set up a CloudFormation stack with a minimal IAM role allowing Release AI to talk to your infrastructure.

Configuring an AWS Cloud Integration will redirect you to AWS
Launch the stack, give it 2-3 minutes to create, and your new cloud integration should update.
Run
release auth login
to authenticate, and then release ai chat
. You will be prompted for an OpenAI API key the first time you connect to Release AI.Last modified 11d ago