PHhTTPS commited on
Commit
7aa9f2f
·
1 Parent(s): 2c69b98

docs(cli): Initialize CLI integration guide and update gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. docs/CLI_INTEGRATION.md +10 -0
.gitignore CHANGED
@@ -27,7 +27,7 @@ auths/*
27
  !auths/.gitkeep
28
 
29
  # Documentation
30
- docs/*
31
  AGENTS.md
32
  CLAUDE.md
33
  GEMINI.md
 
27
  !auths/.gitkeep
28
 
29
  # Documentation
30
+ !docs/CLI_INTEGRATION.md
31
  AGENTS.md
32
  CLAUDE.md
33
  GEMINI.md
docs/CLI_INTEGRATION.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # CLI Tool Integration Guide
2
+
3
+ This guide explains how to connect popular AI command-line tools to **CLIProxyAPI Plus**. By routing your CLI tools through the proxy, you can benefit from multi-provider support, centralized logging, and consistent authentication.
4
+
5
+ ## Prerequisites
6
+
7
+ - **CLIProxyAPI Plus** must be running (default: `http://localhost:7860`).
8
+ - You must have the appropriate client keys (e.g., Anthropic API key, OpenAI API key) configured in the proxy or provided via headers.
9
+
10
+ ---