From df6ce0d6eb1ab958c1ba74e02d9de9ec94ed0ab4 Mon Sep 17 00:00:00 2001 From: braginini Date: Wed, 8 Jul 2026 16:32:37 +0200 Subject: [PATCH] Update readme --- agent-network/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/agent-network/README.md b/agent-network/README.md index cb9279932..f370d644d 100644 --- a/agent-network/README.md +++ b/agent-network/README.md @@ -5,22 +5,24 @@ It gives every agent a real identity, tied to an identity provider (IdP), and go AI gateways it can call, and the internal resources it can access. Traffic flows only over the encrypted NetBird tunnel, scoped by policy, with no API keys or other credentials to leak. -It also gives you control over cost. Because every LLM request passes through an +It also gives you control over cost and token usage. Because every LLM request passes through an identity-aware proxy, you can: - **Set spending and rate limits** per agent, per user, or per team — with hard caps that stop requests once a budget is reached. - **Restrict models and providers** so agents can only call approved (and cost-appropriate) endpoints, keeping expensive models off-limits unless explicitly allowed. -- **Attribute usage** by tracking token consumption and cost per identity, so every +- **Attribute usage** by tracking token consumption and cost per identity, group, or cost center so every request is tied back to the agent and person responsible. - +- **Reuse your existing AI gateway** — point the proxy at a gateway you already run, + keeping its routing and config in place while it adds identity on top, so you skip + API key distribution. https://github.com/user-attachments/assets/f76d549f-6ea8-45a2-b069-380037aff36a - -> **Beta.** Agent Network is open source and can be self-hosted on your own -> infrastructure. +> **Beta.** Agent Network is in beta, but it's stable and already running in +> production environments. It's fully open source and can be self-hosted on your own +> infrastructure, with no vendor lock-in and no data leaving your environment. ## How it works