Mention RC for Agent Network (#816)

This commit is contained in:
Misha Bragin
2026-06-28 12:33:57 +02:00
committed by GitHub
parent 24d2208015
commit e21f92fbda
2 changed files with 8 additions and 8 deletions

View File

@@ -5,6 +5,10 @@ export const description =
# What is NetBird Agent Network?
<Note>
Agent Network is currently in Beta. It is open source and can be self-hosted on your own infrastructure.
</Note>
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.
<img src="/docs-static/img/agent-network/overview/agent-network-control-center-v2.png" alt="agent network" className="imagewrapper-big" />
</p>
<Note>
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.
</Note>
## Two Use Cases
Agent Network is built on NetBirds overlay network and reverse-proxy capabilities, giving any AI agent secure access

View File

@@ -9,9 +9,10 @@ This guide takes you from a fresh server to a working, keyless LLM call through
Agent Network.
<Note>
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.
</Note>
## Infrastructure Requirements