You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/octopus-ai/index.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@ The MCP server architecture ensures that your deployment data remains secure whi
52
52
53
53
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.
54
54
55
+
:::div{.info}
56
+
Octopus Server communicates with foundation models via `https://aiproxy.octopus.com`. For more details, see [outbound requests](/docs/security/outbound-requests).
57
+
:::
58
+
55
59
[Learn more about Octopus Recovery Agent](/docs/octopus-ai/recovery-agent)
Copy file name to clipboardExpand all lines: src/pages/docs/octopus-ai/recovery-agent/index.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,31 +11,27 @@ One of the most important aspects of Continuous Delivery is being able to rapidl
11
11
12
12
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.
13
13
14
-
The Recovery Agent is now available to all Cloud Customers. We will continue to evolve and refine the Recovery Agent alongside customer feedback.
14
+
The Recovery Agent is now available to all customers starting with version *2026.1*. We will continue to evolve and refine the Recovery Agent alongside customer feedback.
15
15
16
16
:::figure
17
17

18
18
:::
19
19
20
20
## FAQ
21
21
22
-
### Who is the Recovery Agent available to?
23
-
24
-
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.
25
-
26
22
### Is my data being used to train AI?
27
23
28
-
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.
24
+
No. Octopus Agents leverage pre-trained foundation AI models from providers like OpenAI. We host these models in Azure, as we do with all of our Octopus Cloud resources.
29
25
30
-
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.
26
+
Interactions with foundation 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.
31
27
32
28
### How is my data being processed?
33
29
34
-
Our foundational models are hosted within Azure, which provides strong guarantees about how your data is processed and stored.
30
+
Our foundation models are hosted within Azure, which provides strong guarantees about how your data is processed and stored.
35
31
36
32
In short, your prompts (inputs) and completions (outputs) are not available to other customers and are not used to train the models.
37
33
38
-
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)).
34
+
To ensure data residency requirements are met we use geo-based routing that will automatically assign requests from EU to foundation 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)).
39
35
40
36
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).
0 commit comments