From c61603c3f43b8e007a9c09172fd476ad7cad6a59 Mon Sep 17 00:00:00 2001
From: braginini
Date: Sun, 28 Jun 2026 12:27:15 +0200
Subject: [PATCH] Mention RC for Agent Network
---
src/pages/agent-network/index.mdx | 9 ++++-----
src/pages/agent-network/quickstart.mdx | 7 ++++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/pages/agent-network/index.mdx b/src/pages/agent-network/index.mdx
index 1ee93521..9e9a392c 100644
--- a/src/pages/agent-network/index.mdx
+++ b/src/pages/agent-network/index.mdx
@@ -5,6 +5,10 @@ export const description =
# What is NetBird Agent Network?
+
+ Agent Network is currently in Beta. It is open source and can be self-hosted on your own infrastructure.
+
+
As AI spreads across organizations, humans, agents, tools, and workflows need access to LLM APIs
and internal systems. Too often, that access relies on shared API keys and broad network paths, creating credential
sprawl, weak identity, poor visibility, and limited control over cost, usage, and what each agent can reach. It echoes how SSH keys are still managed in many places: shared, copied onto machines by
@@ -24,11 +28,6 @@ allow it.
-
- Agent Network is currently in Beta. It is open source and can be self-hosted on your own infrastructure.
- See the [GitHub repo](https://github.com/netbirdio/netbird/agent-network) for more details.
-
-
## Two Use Cases
Agent Network is built on NetBird’s overlay network and reverse-proxy capabilities, giving any AI agent secure access
diff --git a/src/pages/agent-network/quickstart.mdx b/src/pages/agent-network/quickstart.mdx
index 7de42f39..f17c5445 100644
--- a/src/pages/agent-network/quickstart.mdx
+++ b/src/pages/agent-network/quickstart.mdx
@@ -9,9 +9,10 @@ This guide takes you from a fresh server to a working, keyless LLM call through
Agent Network.
- NetBird Agent Network is open source and self-hosted, so you can run it on your own servers. This guide sets up a minimal
- NetBird deployment with the core Agent Network functionality. You can enable the full platform later.
- The code lives in the [netbirdio/netbird](https://github.com/netbirdio/netbird/agent-network) repository.
+ NetBird Agent Network is open source and self-hosted. This guide sets up a minimal deployment with core functionality;
+ you can enable the full platform later.
+
+ It is currently in beta, and the setup process installs release candidate versions of the platform.
## Infrastructure Requirements