mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-29 19:21:25 +02:00
28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
export const description =
|
|
'Connect specific agent tools and gateways to NetBird Agent Network: Claude Code, Codex, and LiteLLM.'
|
|
|
|
# Integrations
|
|
|
|
These guides show how to point common AI tools and gateways at your
|
|
[agent network endpoint](/agent-network/how-it-works#llm-apis-and-ai-gateways). In every
|
|
case the client holds no provider API key. NetBird authorizes the request against your
|
|
[policies](/agent-network/policies) and injects the upstream key server-side.
|
|
|
|
Replace `<your-endpoint>` in the snippets below with the endpoint shown on the
|
|
**Agent Network → Providers** page after you connect your first provider.
|
|
|
|
## In This Section
|
|
|
|
- [Claude Code](/agent-network/integrations/claude-code): route Claude Code through NetBird.
|
|
- [Codex](/agent-network/integrations/codex): point the Codex CLI at the endpoint.
|
|
- [LiteLLM](/agent-network/integrations/litellm): use a LiteLLM gateway with identity-based
|
|
attribution and budgets.
|
|
- [vLLM](/agent-network/integrations/vllm): connect a self-hosted, OpenAI-compatible vLLM
|
|
server.
|
|
- [Google Vertex AI](/agent-network/integrations/vertex-ai): connect Gemini and Claude on
|
|
Vertex AI with a Google Cloud service account.
|
|
- [AWS Bedrock](/agent-network/integrations/bedrock): connect Claude, Llama, and Nova on
|
|
Bedrock with a Bedrock API key.
|
|
- [Kimi (Moonshot AI)](/agent-network/integrations/kimi): connect Moonshot's Kimi models and
|
|
point Kimi CLI or Claude Code at the endpoint.
|