Skip to content

Commit 8710f6f

Browse files
Update outbound docs (#3025)
1 parent 366e637 commit 8710f6f

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

src/pages/docs/octopus-ai/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ The MCP server architecture ensures that your deployment data remains secure whi
5252

5353
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.
5454

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+
5559
[Learn more about Octopus Recovery Agent](/docs/octopus-ai/recovery-agent)
5660

5761
## Getting Started

src/pages/docs/octopus-ai/recovery-agent/index.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,27 @@ One of the most important aspects of Continuous Delivery is being able to rapidl
1111

1212
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.
1313

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.
1515

1616
:::figure
1717
![A screenshot of Octopus Deploy's Recovery Agent showing suggestions on how to fix a deployment failure](/docs/img/octopus-ai-assistant/recovery-agent.gif)
1818
:::
1919

2020
## FAQ
2121

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-
2622
### Is my data being used to train AI?
2723

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.
2925

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.
3127

3228
### How is my data being processed?
3329

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.
3531

3632
In short, your prompts (inputs) and completions (outputs) are not available to other customers and are not used to train the models.
3733

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)).
3935

4036
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).
4137

src/pages/docs/security/outbound-requests/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: src/layouts/Default.astro
33
pubDate: 2023-01-01
4-
modDate: 2024-12-13
4+
modDate: 2026-02-09
55
title: Outbound requests
66
description: Traffic details of network requests made by Octopus and Tentacle, and what information is included when Octopus checks for updates.
77
navOrder: 25
@@ -32,6 +32,7 @@ The Octopus Server makes the following outbound requests:
3232
6. Checking for updated [community contributed step templates](/docs/projects/community-step-templates) (if enabled).
3333
7. Behavioral telemetry is sent to `https://telemetry.octopus.com` (if enabled).
3434
8. Email address and behavioral data is sent to `https://experiences.octopus.com` via In-App messaging (if enabled).
35+
9. Requests are sent to `https://aiproxy.octopus.com` to communicate with foundation models for [AI features](/docs/octopus-ai) in Octopus Deploy.
3536

3637
### Built-in step templates
3738

0 commit comments

Comments
 (0)