Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/pages/agent-network/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
7 changes: 4 additions & 3 deletions src/pages/agent-network/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading