mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
Mention RC for Agent Network (#816)
This commit is contained in:
@@ -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 NetBird’s overlay network and reverse-proxy capabilities, giving any AI agent secure access
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user