Skip to content

Commit 960f4ae

Browse files
CopilotMatanga1-2
andcommitted
Address feedback: Update Slack app to use ClosedBetaFeatureNotice and AI agents to open beta
Co-authored-by: Matanga1-2 <24847398+Matanga1-2@users.noreply.github.com>
1 parent 5bec2e5 commit 960f4ae

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

docs/ai-interfaces/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Overview
55

66
# AI Interfaces Overview
77

8-
Port's AI interfaces provide intelligent assistance across your entire software development lifecycle. Our AI capabilities are currently in **open beta**, with AI Agents and Slack App in **closed beta**.
8+
Port's AI interfaces provide intelligent assistance across your entire software development lifecycle. Our AI capabilities are currently in **open beta**, with Slack App in **closed beta**.
99

1010
We're committed to developing AI responsibly, maintaining high standards of data privacy and security. **[Learn more about our security & data controls →](/ai-interfaces/port-ai/security-and-data-controls)**
1111

@@ -50,7 +50,7 @@ Perfect for immediate insights without dedicated customizations. No agents, no c
5050

5151

5252
### AI Agents
53-
Customize and orchestrate complicated workflows inside Port. Build intelligent agents that can be used as part of automations and engineering workflows. **Currently in closed beta.**
53+
Customize and orchestrate complicated workflows inside Port. Build intelligent agents that can be used as part of automations and engineering workflows.
5454

5555
**Use AI Agents to:**
5656
* Automate incident response workflows
@@ -107,7 +107,7 @@ Use the **Slack App** to make AI insights available to your entire team in your
107107

108108
Port offers four main AI interfaces:
109109
- **Port AI Assistant**: Chat interface for quick questions and insights.
110-
- **AI Agents**: Customizable workflows for automations (closed beta).
110+
- **AI Agents**: Customizable workflows for automations.
111111
- **MCP Server**: IDE integration for development workflows.
112112
- **Slack App**: Team collaboration interface (closed beta).
113113
</details>
@@ -127,7 +127,7 @@ For most users, start with **Port AI Assistant** - it provides immediate value w
127127

128128
If you're a developer who works primarily in an IDE, consider starting with the **MCP Server** for seamless integration with your development workflow. **[Set up MCP Server →](/ai-interfaces/port-mcp-server/overview-and-installation)**
129129

130-
For custom workflows or automation, explore **AI Agents** (requires closed beta access). **[Learn about AI Agents →](/ai-interfaces/ai-agents/overview)**
130+
For custom workflows or automation, explore **AI Agents**. **[Learn about AI Agents →](/ai-interfaces/ai-agents/overview)**
131131

132132
For team collaboration, try the **Slack App** to bring AI insights into your communication platform (closed beta). **[Explore Slack App →](/ai-interfaces/slack-app)**
133133
</details>
@@ -137,7 +137,7 @@ For team collaboration, try the **Slack App** to bring AI insights into your com
137137

138138
- **Port AI Assistant**: Open beta - available to all users.
139139
- **MCP Server**: Open beta - available to all users.
140-
- **AI Agents**: Closed beta - requires application and approval.
140+
- **AI Agents**: Open beta - available to all users.
141141
- **Slack App**: Closed beta - not accepting new applications at the moment.
142142
</details>
143143

docs/ai-interfaces/slack-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sidebar_position: 7
33
title: Slack App
44
---
55

6+
import ClosedBetaFeatureNotice from '/docs/generalTemplates/_closed_beta_feature_notice.md'
7+
68
# Slack Application
79

8-
:::info Closed Beta
9-
The Slack App is currently in closed beta. We are not accepting new applications at the moment and will update once it moves to open beta.
10-
:::
10+
<ClosedBetaFeatureNotice id="slack-app" />
1111

1212
Port's Slack app brings your developer portal experience into your team's daily communication flow — allowing you to interact with Port directly from Slack and receive real-time notifications from Port right where your team collaborates.
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ClosedBetaFeatureNotice from '/docs/generalTemplates/_closed_beta_feature_notice_defs';
22

33
:::info Closed Beta Feature
4-
This feature is currently in closed beta with limited availability. Access is provided on an application basis.
4+
This feature is currently in closed beta with limited availability.
55

66
<ClosedBetaFeatureNotice id={props.id} />
77
:::

docs/generalTemplates/_closed_beta_feature_notice_defs.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import Markdown from "@theme/Markdown";
22

33
const actions = {
44
'ai-form':
5-
'To request access, please reach out to us by filling <a href="https://forms.gle/D2Uwp72U6uBBwwBdA">this form</a>.'
5+
'To request access, please reach out to us by filling <a href="https://forms.gle/D2Uwp72U6uBBwwBdA">this form</a>.',
6+
'slack-app':
7+
'We are not accepting new applications at the moment and will update once it moves to open beta.'
68
};
79

810
const ClosedBetaFeatureNotice = ({ id }) => {

0 commit comments

Comments
 (0)