diff --git a/src/pages/docs/octopus-ai/index.mdx b/src/pages/docs/octopus-ai/index.mdx index b06da7e004..ae7d4a471b 100644 --- a/src/pages/docs/octopus-ai/index.mdx +++ b/src/pages/docs/octopus-ai/index.mdx @@ -1,16 +1,14 @@ --- layout: src/layouts/Default.astro pubDate: 2025-04-04 -modDate: 2025-08-01 -title: Octopus AI +modDate: 2025-11-20 +title: AI-Powered DevOps with Octopus Deploy navTitle: Overview navSection: Octopus AI description: An overview of the AI powered devops capabilities provided by Octopus Deploy navOrder: 26 --- -# AI-Powered DevOps with Octopus Deploy - Artificial intelligence, and GenAI technologies in particular, are transforming our technology landscape. For continuous delivery, AI allows us to solve previously-unsolvable problems. Parsing complex log files and diagnosing root cause failures and providing intelligent remediation; natural-language exploration of your software landscape, simplifying auditing, compliance, and standardization; agentic workflows providing intelligent glue between your essential software services. @@ -50,15 +48,11 @@ The MCP server architecture ensures that your deployment data remains secure whi [Learn more about Octopus MCP Server](/docs/octopus-ai/mcp) -## Coming Soon - ### Octopus AI Recovery Agent -One of the most important aspects of continuous delivery is being able to rapidly recover when something goes wrong. There are many tools that can be used to boost recovery - feature toggles, blue/green deployments, canary deployments, rollbacks. A short mean time to recovery is the hallmark of an elite software delivery engine. - -Our AI assistant and our MCP server can help you understand the cause of failure, and suggest corrective actions that should get you back on track. But you are still in control, and need to be in the drivers seat making recovery happen. +Rapid recovery is crucial for Continuous Delivery. The Recovery Agent helps you recover from failures fast by using AI to analyze causes, suggest fixes, and, in the future, execute remediation steps - keeping you in control while handling the heavy lifting. -The Octopus AI Recovery Agent is designed to help you recover from failure, fast. It will provide analysis of the cause of failure and suggest potential diagnosis and remediation steps, and then execute those steps for you. You are in the loop and in control, but the recovery agent takes care of the heavy lifting in the heat of the moment. +[Learn more about Octopus Recovery Agent](/docs/octopus-ai/recovery-agent) ## Getting Started diff --git a/src/pages/docs/octopus-ai/recovery-agent/index.mdx b/src/pages/docs/octopus-ai/recovery-agent/index.mdx new file mode 100644 index 0000000000..a63dc1f8e2 --- /dev/null +++ b/src/pages/docs/octopus-ai/recovery-agent/index.mdx @@ -0,0 +1,56 @@ +--- +layout: src/layouts/Default.astro +pubDate: 2025-11-20 +modDate: 2025-11-20 +title: Octopus Recovery Agent +navTitle: Overview +navSection: Octopus Recovery Agent +description: An overview of the the Recovery Agent feature, allowing AI clients to leverage the power of Octopus Deploy +navOrder: 3 +--- + +One of the most important aspects of Continuous Delivery is being able to rapidly recover when something goes wrong. There are many tools you can use to boost recovery, like feature toggles, blue/green deployments, canary deployments, and rollbacks. A short mean time to recovery is the hallmark of an elite software delivery engine. + +The Recovery Agent is designed to help you recover from failure, fast. In the current release the agent uses AI to analyze and diagnose the cause of deployment failures within the deployments you manage, and suggest potential steps to recover. In the future, the Agent will be able to execute those remediation steps for you. You will be in the loop and in control, but the Recovery Agent will take care of the heavy lifting in the heat of the moment. + +The Recovery Agent is currently an Alpha release feature, and has been developed and tested against a limited set of failure scenarios. We will continue to evolve and refine the Recovery Agent alongside customer feedback we gain throughout the Alpha release phase. + +## FAQ + +### Who is the Recovery Agent available to? + +The Recovery Agent is available to Octopus Cloud customers only. We do not yet have a specific date for when it will be available to self-hosted customers. + +### How do I get early access? + +For early access, [fill in this form](https://octopusdeploy.typeform.com/to/yNMUnzxc), and we’ll add this feature to your instance. + +### Is my data being used to train AI? + +No. Octopus Agents leverage pre-trained foundational AI models from providers like OpenAI. We host these models in Azure, as we do with all of our Octopus Cloud resources. + +Interactions with foundational AI models are entirely stateless. Your data is not used to train the models. Your data is not stored by the models, and they do not retain a “history” of interactions. + +### How is my data being processed? + +Our foundational models are hosted within Azure, which provides strong guarantees about how your data is processed and stored. + +In short, your prompts (inputs) and completions (outputs) are not available to other customers and are not used to train the models. + +If your Octopus Cloud instance is hosted in the EU, it will work with a foundational model hosted in Sweden, ensuring all data transmission and processing happens within an EU member country. Octopus complies with the European Union’s General Data Protection Regulation ([GDPR](https://octopus.com/legal/gdpr)). + +It is important to note that Octopus never prints out or sends secrets to external services as long as they are clearly [identified as sensitive](https://octopus.com/docs/projects/variables/sensitive-variables). + +For a deeper understanding of the technical aspects of data processing, please consult [Data, privacy, and security for Azure Direct Models in Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-foundry/responsible-ai/openai/data-privacy?tabs=azure-portal). + +### Will you charge me for this feature? + +We won’t charge customers for this feature while it’s an Alpha release. This may change in the future as we move to a full feature release, however we’ll clearly inform customers before introducing pricing. + +### Is there any setup or configuration for this feature? + +No! Once enabled, this feature will appear in your UI as shown in the image above. + +### Can I opt out of having the Recovery Agent in my instance? + +Yes, you can get in touch with our [Support team](https://octopus.com/support) who can opt you out.