diff --git a/docs/ai-interfaces/ai-chat-widget.md b/docs/ai-interfaces/ai-chat-widget.md index 46195a5cae..da4d27dbea 100644 --- a/docs/ai-interfaces/ai-chat-widget.md +++ b/docs/ai-interfaces/ai-chat-widget.md @@ -9,9 +9,9 @@ import TabItem from "@theme/TabItem" # AI Chat Widget -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + The AI Chat Widget provides a customizable interface for interacting with [Port AI](/ai-interfaces/port-ai/overview) directly within your dashboards. Platform engineers can configure the widget's prompts, conversation starters, and available developer tools to create tailored AI chat experiences for developers. diff --git a/docs/ai-interfaces/context-lake.md b/docs/ai-interfaces/context-lake.md index 7b3e28ecdd..2ce47006b2 100644 --- a/docs/ai-interfaces/context-lake.md +++ b/docs/ai-interfaces/context-lake.md @@ -9,6 +9,10 @@ import TabItem from "@theme/TabItem" # Context lake +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + + Port's Context Lake is your unified engineering knowledge layer—connecting data from across your entire toolchain into a single, semantically-rich source of truth. It's not a separate feature, but rather the powerful result of Port's core capabilities working together to provide organizational context that AI agents, developers, and workflows can understand and act upon. ## What comprises the context lake diff --git a/docs/ai-interfaces/overview.md b/docs/ai-interfaces/overview.md index 6d1d4e98bc..c925c26da2 100644 --- a/docs/ai-interfaces/overview.md +++ b/docs/ai-interfaces/overview.md @@ -5,7 +5,7 @@ title: Overview # AI Interfaces Overview -Port's AI interfaces provide intelligent assistance across your entire software development lifecycle. Our AI capabilities are currently in **open beta**, with AI Agents in **closed beta**. +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**. 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)** @@ -19,9 +19,9 @@ This organizational intelligence enables AI to provide accurate answers about wh ## Port's AI Offerings -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + ### Port AI @@ -50,7 +50,7 @@ Perfect for immediate insights without dedicated customizations. No agents, no c ### AI Agents -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.** +Customize and orchestrate complicated workflows inside Port. Build intelligent agents that can be used as part of automations and engineering workflows. **Use AI Agents to:** * Automate incident response workflows @@ -82,7 +82,7 @@ The MCP Server provides AI machine interface capabilities that are compatible wi **[Set up MCP Server →](/ai-interfaces/port-mcp-server/overview-and-installation)** ### Slack App -Interact with Port's AI capabilities directly from Slack. Ask questions, run actions, and get insights without leaving your team communication platform. **Currently in closed beta.** +Interact with Port's AI capabilities directly from Slack. Ask questions, run actions, and get insights without leaving your team communication platform. **Currently in closed beta** - we are not accepting new applications at the moment and will update once it moves to open beta. **[Learn about the Slack App →](/ai-interfaces/slack-app)** @@ -107,7 +107,7 @@ Use the **Slack App** to make AI insights available to your entire team in your Port offers four main AI interfaces: - **Port AI Assistant**: Chat interface for quick questions and insights. -- **AI Agents**: Customizable workflows for automations (closed beta). +- **AI Agents**: Customizable workflows for automations. - **MCP Server**: IDE integration for development workflows. - **Slack App**: Team collaboration interface (closed beta). @@ -127,7 +127,7 @@ For most users, start with **Port AI Assistant** - it provides immediate value w 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)** -For custom workflows or automation, explore **AI Agents** (requires closed beta access). **[Learn about AI Agents →](/ai-interfaces/ai-agents/overview)** +For custom workflows or automation, explore **AI Agents**. **[Learn about AI Agents →](/ai-interfaces/ai-agents/overview)** For team collaboration, try the **Slack App** to bring AI insights into your communication platform (closed beta). **[Explore Slack App →](/ai-interfaces/slack-app)** @@ -135,10 +135,10 @@ For team collaboration, try the **Slack App** to bring AI insights into your com
What's the current availability status of Port's AI features? (Click to expand) -- **Port AI Assistant**: Closed beta - gradually rolling out to users. +- **Port AI Assistant**: Open beta - available to all users. - **MCP Server**: Open beta - available to all users. -- **AI Agents**: Closed beta - requires application and approval. -- **Slack App**: Closed beta - requires application and approval. +- **AI Agents**: Open beta - available to all users. +- **Slack App**: Closed beta - not accepting new applications at the moment.
diff --git a/docs/ai-interfaces/port-ai-assistant.md b/docs/ai-interfaces/port-ai-assistant.md index 398a6ca16a..31b673c95b 100644 --- a/docs/ai-interfaces/port-ai-assistant.md +++ b/docs/ai-interfaces/port-ai-assistant.md @@ -3,11 +3,11 @@ sidebar_position: 2 title: Port AI Assistant --- +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + # Port AI Assistant -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: + The Port AI Assistant is the fastest way to start using AI with Port - no configuration required. Available through a floating chat button, it provides instant, intelligent answers about your software catalog, actions, and Port's capabilities. diff --git a/docs/ai-interfaces/port-ai/api-interaction.md b/docs/ai-interfaces/port-ai/api-interaction.md index a924f754fc..1d25595064 100644 --- a/docs/ai-interfaces/port-ai/api-interaction.md +++ b/docs/ai-interfaces/port-ai/api-interaction.md @@ -8,9 +8,9 @@ import TabItem from "@theme/TabItem" # Port AI API Interaction -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + Port AI can be accessed programmatically through Port's API, enabling integration into custom applications and workflows. This provides the most flexible way to incorporate Port AI capabilities into your existing tools and processes. diff --git a/docs/ai-interfaces/port-ai/context-engineering.md b/docs/ai-interfaces/port-ai/context-engineering.md index 3c7fb2b7f4..8e6bcd6ec0 100644 --- a/docs/ai-interfaces/port-ai/context-engineering.md +++ b/docs/ai-interfaces/port-ai/context-engineering.md @@ -8,9 +8,9 @@ import TabItem from "@theme/TabItem" # Context Engineering with Port AI -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + Context engineering is the practice of constructing an optimal information environment that provides the right amount of directions, tools, and knowledge for AI systems to successfully solve problems. Unlike prompt engineering, which focuses on crafting individual requests, context engineering ensures AI has access to relevant, structured data and capabilities needed for consistent, accurate results. diff --git a/docs/ai-interfaces/port-ai/llm-providers-management/overview.md b/docs/ai-interfaces/port-ai/llm-providers-management/overview.md index 147118f84b..435d39f05a 100644 --- a/docs/ai-interfaces/port-ai/llm-providers-management/overview.md +++ b/docs/ai-interfaces/port-ai/llm-providers-management/overview.md @@ -5,9 +5,9 @@ title: Overview # LLM Provider Management -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + :::warning Limited Availability The ability to configure your own LLM providers has limited availability. Please reach out to the Port support team for additional information and access. diff --git a/docs/ai-interfaces/port-ai/llm-providers-management/selecting-llm-provider.md b/docs/ai-interfaces/port-ai/llm-providers-management/selecting-llm-provider.md index 0e06a71b5e..ee6d0f7f95 100644 --- a/docs/ai-interfaces/port-ai/llm-providers-management/selecting-llm-provider.md +++ b/docs/ai-interfaces/port-ai/llm-providers-management/selecting-llm-provider.md @@ -5,9 +5,9 @@ title: Selecting LLM Provider # Selecting LLM Provider -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + When interacting with [Port AI](/ai-interfaces/port-ai/api-interaction) through the API, you can select which provider and model to use for specific requests. This gives you fine-grained control over AI processing on a per-request basis. diff --git a/docs/ai-interfaces/port-ai/llm-providers-management/setup-and-configuration.md b/docs/ai-interfaces/port-ai/llm-providers-management/setup-and-configuration.md index 999979bba0..1f7725608e 100644 --- a/docs/ai-interfaces/port-ai/llm-providers-management/setup-and-configuration.md +++ b/docs/ai-interfaces/port-ai/llm-providers-management/setup-and-configuration.md @@ -8,9 +8,9 @@ import TabItem from "@theme/TabItem" # Setup & Configuration -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + This guide covers all technical details for setting up and configuring LLM providers, including permissions, changing defaults, validation flow, and troubleshooting common issues. diff --git a/docs/ai-interfaces/port-ai/overview.md b/docs/ai-interfaces/port-ai/overview.md index d3dff2f29f..7b4bae7808 100644 --- a/docs/ai-interfaces/port-ai/overview.md +++ b/docs/ai-interfaces/port-ai/overview.md @@ -8,9 +8,9 @@ import TabItem from "@theme/TabItem" # Port AI -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + Port AI is the foundational AI system that enables intelligent interaction with your Port data through natural language. As an MCP (Model Context Protocol) client, Port AI accepts prompts and tools, runs autonomous processes to query your software catalog, and returns comprehensive responses. diff --git a/docs/ai-interfaces/port-ai/security-and-data-controls.md b/docs/ai-interfaces/port-ai/security-and-data-controls.md index 1a0a30d42a..95959e1496 100644 --- a/docs/ai-interfaces/port-ai/security-and-data-controls.md +++ b/docs/ai-interfaces/port-ai/security-and-data-controls.md @@ -5,9 +5,9 @@ title: AI Security and Data Controls # AI Security and Data Controls -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: +import BetaFeatureNotice from '/docs/generalTemplates/_beta_feature_notice.md' + + Port is committed to developing AI responsibly, maintaining high standards of data privacy and security across all our AI interfaces. This page addresses common questions about security, data handling, permissions, and controls for Port's AI capabilities. diff --git a/docs/ai-interfaces/slack-app.md b/docs/ai-interfaces/slack-app.md index bbd8475bb3..e656c5393a 100644 --- a/docs/ai-interfaces/slack-app.md +++ b/docs/ai-interfaces/slack-app.md @@ -3,11 +3,11 @@ sidebar_position: 7 title: Slack App --- +import ClosedBetaFeatureNotice from '/docs/generalTemplates/_closed_beta_feature_notice.md' + # Slack Application -:::info Closed Beta -Port's AI offerings are currently in closed beta and will be gradually rolled out to users by the end of 2025. -::: + 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. diff --git a/docs/generalTemplates/_beta_feature_notice.md b/docs/generalTemplates/_beta_feature_notice.md index 4b708cee69..57a6e26d09 100644 --- a/docs/generalTemplates/_beta_feature_notice.md +++ b/docs/generalTemplates/_beta_feature_notice.md @@ -1,5 +1,9 @@ -:::info Beta feature -This capability is currently in beta, and is still undergoing final testing before its official release. -Should you encounter any bugs or functionality issues, please let us know so we can rectify them as soon as possible. -Your help is greatly appreciated! ⭐ +import OpenBetaFeatureNotice from '/docs/generalTemplates/_open_beta_feature_notice_defs'; + +:::info Open Beta +This feature is currently in open beta and available to all organizations. +Should you encounter any bugs or functionality issues, please let us know so we can rectify them as soon as possible. +Your feedback is greatly appreciated! ⭐ + + ::: \ No newline at end of file diff --git a/docs/generalTemplates/_closed_beta_feature_notice.md b/docs/generalTemplates/_closed_beta_feature_notice.md index 3bf39f6275..8727fe01f9 100644 --- a/docs/generalTemplates/_closed_beta_feature_notice.md +++ b/docs/generalTemplates/_closed_beta_feature_notice.md @@ -1,7 +1,7 @@ import ClosedBetaFeatureNotice from '/docs/generalTemplates/_closed_beta_feature_notice_defs'; :::info Closed Beta Feature -This feature is currently in closed beta with limited availability. Access is provided on an application basis. +This feature is currently in closed beta with limited availability. ::: diff --git a/docs/generalTemplates/_closed_beta_feature_notice_defs.js b/docs/generalTemplates/_closed_beta_feature_notice_defs.js index c802f153cb..6ddb6f0b8a 100644 --- a/docs/generalTemplates/_closed_beta_feature_notice_defs.js +++ b/docs/generalTemplates/_closed_beta_feature_notice_defs.js @@ -1,8 +1,8 @@ import Markdown from "@theme/Markdown"; const actions = { - 'ai-form': - 'To request access, please reach out to us by filling this form.' + 'slack-app': + 'We are not accepting new applications at the moment and will update once it moves to open beta.' }; const ClosedBetaFeatureNotice = ({ id }) => { @@ -14,4 +14,4 @@ return ( ); }; -export default ClosedBetaFeatureNotice; \ No newline at end of file +export default ClosedBetaFeatureNotice; diff --git a/docs/generalTemplates/_open_beta_feature_notice_defs.js b/docs/generalTemplates/_open_beta_feature_notice_defs.js new file mode 100644 index 0000000000..63cf6f0e51 --- /dev/null +++ b/docs/generalTemplates/_open_beta_feature_notice_defs.js @@ -0,0 +1,17 @@ +import Markdown from "@theme/Markdown"; + +const actions = { + 'ai-form': + 'To get access, please fill out this form with your organization details.' + }; + +const OpenBetaFeatureNotice = ({ id }) => { + +return ( + + {actions[id]} + +); +}; + +export default OpenBetaFeatureNotice; \ No newline at end of file