mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-27 10:11:27 +02:00
clarify overview
This commit is contained in:
@@ -5,10 +5,10 @@ export const description =
|
||||
|
||||
# NetBird Agent Network
|
||||
|
||||
Agent Network is NetBird's control layer for AI agents. It gives every agent a
|
||||
real network identity and governs what it can reach:
|
||||
Agent Network is NetBird's access control layer for AI agents. It gives every agent a
|
||||
real identity, tied to your identity provider (IdP), and governs what it can reach:
|
||||
LLM APIs and AI gateways it can call, and the internal resources it can access. Traffic
|
||||
flows only over the NetBird tunnel, scoped by policy, with no API keys or other credentials
|
||||
flows only over the encrypted NetBird tunnel, scoped by policy, with no API keys or other credentials
|
||||
to leak.
|
||||
|
||||
<p>
|
||||
@@ -24,9 +24,9 @@ to leak.
|
||||
|
||||
Agent Network is built on NetBird’s overlay network and reverse-proxy capabilities, giving any AI agent secure access
|
||||
to LLM APIs and private resources. It works with human-in-the-loop tools like Claude Code and Codex, as well as fully autonomous
|
||||
workloads running on VMs, Mac minis, or other infrastructure. Below are two specific use cases.
|
||||
workloads running on VMs, Mac minis, or other infrastructure. Below are two specific use cases where Agent Network fits naturally.
|
||||
|
||||
### Keyless Gateway to LLM APIs for Cost Control and Auditing
|
||||
### Keyless Access to LLM APIs for Cost Control and Auditing
|
||||
|
||||
Your agents reach OpenAI, Anthropic, and AI gateways through a single
|
||||
endpoint that's only reachable over the end-to-end encrypted tunnel. There is no need to
|
||||
|
||||
Reference in New Issue
Block a user