OctoAI is a Alpha feature currently under development to integrate AI functionality into the Octopus user interface. The goal of OctoAI is:
- To support new Octopus users as they get started with the platform
- To guide teams with large existing Octopus spaces with best practices and suggestions to optimize and scale their Octopus usage
The OctoAI Alpha is a feature released to an audience who has opted-in to provide feedback. The feature is not finished or fully tested. It may not be supported through regular channels. It may change drastically or may never ship.
What can I do with OctoAI?
- Onboard new DevOps teams to Octopus with prompts like
What is an Octopus Runbook?
- Generate Terraform configuration for the Octopus Terraform provider with prompts like
Generate a Terraform module that creates 3 environments called "Development", "Test", and "Production"
- Optimize your Octopus space with prompts like
Check the space for unused projects
andFind unused variables in the project.
- Debug failed deployments with prompts like
Why did the deployment fail?
We want your feedback!
We are looking for feedback on the OctoAI feature, specifically:
- What prompts do you want the service to respond to?
- What would you change about the service?
- Have the responses been helpful?
As part of the Alpha, we will invite you to a private channel in the Octopus Community Slack where you can provide feedback.
Getting started with OctoAI
OctoAI has the following prerequisites:
- An Octopus instance, either
- A cloud instance
- An on-premises Octopus instance with a hostname accessible from the OctoAI service (more on this requirement below)
- Google Chrome
OctoAI is delivered via a Chrome extension which is available from the Chrome Store. Once the extension is installed, you will see a new icon in the top right corner of your Chrome browser. Click on the icon to open the OctoAI interface.
Using OctoAI with an on-premises Octopus instance
OctoAI is implemented as an Azure Function. The function must be able to call the Octopus API.
On-premises Octopus instances must allow HTTP requests from the IP address 51.8.40.170
.
It is not possible to integrate OctoAI with an on-premises Octopus instance that can not accept HTTP requests from this public IP address.
FAQ
Q: What data is collected?
A: We collect prompts entered into OctoAI. All logs are sanitized to remove personally identifiable information. We do not log:
- Prompt responses
- Sensitive values
- Octopus configurations
Q: Is my data used to train AI models?
A: No, we do not train AI models on customer data. We use the Azure OpenAI platform, and Azure does not use customer data to train models either.
Q: How do I turn off OctoAI?
A: Disabling or uninstalling the Chrome extension will disable OctoAI.
Q: How much does the service cost?
A: The service is free during the Alpha phase.
Q: How secure is the service?
A: OctoAI is implemented as an external service that accesses Octopus via the API. This means OctoAI does not have access to any sensitive values, as the API never exposes sensitive values. It also means access to the Octopus instance is limited by the existing permissions of the current user. Additionally, OctoAI shares the same backend as the Octopus Copilot Extension, which has been audited by an independent external security team. The report is available via the trust center.
Q: Can I see the source code?
A: Yes. The OctoAI backend source code is available from GitHub.
Q: Do I need to sign up for an account?
A: No, OctoAI is self-contained and only requires access to an Octopus instance.
Q: Is OctoAI a supported service?
A: No, the OctoAI Alpha is not subject to any existing SLAs or support agreements. It is an experimental feature that may not be supported through regular channels. It may change drastically or may never ship.
Help us continuously improve
Please let us know if you have any feedback about this page.
Page updated on Friday, April 4, 2025