Add logs to quickstart

This commit is contained in:
braginini
2026-06-23 13:38:04 +02:00
parent ad710ca7a4
commit 6bc96d4328
2 changed files with 8 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -42,9 +42,6 @@ curl -fsSL https://pkgs.netbird.io/getting-started.sh | NETBIRD_AGENT_NETWORK=tr
Once the script finishes, open `https://netbird.example.com`, create your admin
account on the setup page, create an admin user, and log in.
To access a provider via NetBird, you need to use an **agent network endpoint**, which is generated when you connect your
first provider.
## Add Your Device to the Network
Agent network endpoints are private and reachable only over the NetBird overlay network.
@@ -61,6 +58,8 @@ and protected by a peer-to-peer encrypted WireGuard tunnel.
You should now see your device in the peers list in the NetBird dashboard.
To access a provider via NetBird, you need to use an **agent network endpoint**, which is generated when you connect your
first provider.
## Connect a Provider
@@ -136,4 +135,9 @@ curl https://<your-endpoint>/v1/messages \
## Verify in Usage & Logs
Open **Usage & Logs** to confirm the request was
recorded with the caller identity, model, tokens, and cost.
recorded with the caller identity, model, tokens, and cost.
<p>
<img src="/docs-static/img/agent-network/quickstart/agent-network-usage-and-logs.png" alt="agent network usage & logs"
className="imagewrapper-big" />
</p>