From ad710ca7a4bd416a431efe0f1ab24d61a0937d8c Mon Sep 17 00:00:00 2001 From: braginini Date: Mon, 22 Jun 2026 14:14:40 +0200 Subject: [PATCH] Improve quickstart --- src/pages/agent-network/quickstart.mdx | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/src/pages/agent-network/quickstart.mdx b/src/pages/agent-network/quickstart.mdx index 887bb594..508691a4 100644 --- a/src/pages/agent-network/quickstart.mdx +++ b/src/pages/agent-network/quickstart.mdx @@ -64,9 +64,19 @@ You should now see your device in the peers list in the NetBird dashboard. ## Connect a Provider -Go to **Agent Network > Providers** and add an AI provider, such as Anthropic if you use Claude Code. -Paste the provider’s API key. NetBird stores the API key server-side and returns a tunnel-only endpoint that agents -can use securely. You can optionally set a list of allowed models and a custom token price. +A **provider** is an upstream LLM service that NetBird routes requests to, such as +OpenAI, Anthropic, any AI gateway, or a local model served by Ollama +or vLLM. + +1. Go to **Agent Network > Providers** and click **Connect Provider**. +2. Select the provider, such as **Anthropic** if you use Claude Code. +3. Paste the provider’s API key. +4. _(Optional)_ Set a list of allowed models and a custom token price. +5. Save the provider. + +NetBird stores the provider API key server-side and returns a tunnel-only endpoint that agents use to reach it. +The key never lives on the client. + See [Providers](/agent-network/providers) for more details.

@@ -85,11 +95,11 @@ Point your agent at the NetBird endpoint as its **base URL**. No provider API ke is needed on the client. NetBird authorizes each request against your policies and injects the upstream provider key server-side. -Click the **Agent Config** button next to your agent network endpoint and pick the -tab that matches your tool. The dashboard pre-fills your endpoint for you. - -Copy the snippet for your tool. Claude Code reads `~/.claude/settings.json` and Codex reads -`~/.codex/config.toml`. +1. Next to your agent network endpoint, click **Agent Config**. +2. Pick the tab that matches your tool — Claude Code, Codex, OpenAI SDK, or cURL. The + dashboard pre-fills your endpoint for you. +3. Copy the snippet and apply it. Claude Code reads `~/.claude/settings.json` and Codex + reads `~/.codex/config.toml`.

agent network agent config