Skip to content

Commit 76d2585

Browse files
authored
Document Gateway CLI for self-hosted instances (#2311)
1 parent 3bbda81 commit 76d2585

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/reference/advanced/gateway/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ pip install "logfire[gateway]"
161161
logfire gateway launch claude
162162
```
163163

164+
!!! note
165+
For self-hosted Logfire, run `logfire --base-url "https://<your-logfire-host>" gateway launch claude`. If the Gateway is exposed at a different URL, append `--gateway-url "https://<your-gateway-host>"`.
166+
164167
Or run just the proxy and configure a tool manually with `logfire gateway serve`. See the [CLI reference](../../cli.md#ai-gateway-gateway) for details.
165168

166169
## See also

docs/reference/cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Launch a supported integration through the proxy:
9797
logfire gateway launch claude
9898
```
9999

100+
!!! note
101+
For self-hosted Logfire, run `logfire --base-url "https://<your-logfire-host>" gateway launch claude`. If the Gateway is exposed at a different URL, append `--gateway-url "https://<your-gateway-host>"`.
102+
100103
You can also run only the proxy and configure a tool manually:
101104

102105
```bash

0 commit comments

Comments
 (0)