Quickstart Guide
Get started with Claudible in just a few minutes.
Prerequisites
- A Claudible API key (contact support to get one)
- Claude Code CLI installed (Install Claude Code)
Step 1: Install Claudible
Run the following command in your terminal:
macOS / Linux
curl -fsSL "https://claudible.io/install.sh?key=YOUR_KEY" | sh
View script source — sets ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN in your shell config and ~/.claude/settings.json.
Windows (PowerShell)
irm "https://claudible.io/install.ps1?key=YOUR_KEY" | iex
Step 2: Restart Terminal
Close and reopen your terminal, or source your profile:
source ~/.bashrc # or ~/.zshrc
Step 3: Verify Installation
Check that Claudible is configured correctly:
echo $ANTHROPIC_BASE_URL
Should print: https://claudible.io
Step 4: Start Using Claude Code
You're all set! Run claude to start.
claude
What happens now? You'll see a statusline showing your balance and usage cost in real-time. All usage is tracked in your Dashboard.
Next Steps
- Install Claudible Kit for pre-built agents and commands
- Set up MCP servers for web search and library docs
- Check your usage dashboard
- Claude Code documentation for more tips
Hướng dẫn bắt đầu nhanh
Bắt đầu với Claudible trong vài phút.
Yêu cầu
- Một API key Claudible (liên hệ hỗ trợ để nhận)
- Claude Code CLI đã cài đặt (Cài đặt Claude Code)
Bước 1: Cài đặt Claudible
Chạy lệnh sau trong terminal:
macOS / Linux
curl -fsSL "https://claudible.io/install.sh?key=YOUR_KEY" | sh
Xem mã nguồn script — thiết lập ANTHROPIC_BASE_URL và ANTHROPIC_AUTH_TOKEN trong shell config và ~/.claude/settings.json.
Windows (PowerShell)
irm "https://claudible.io/install.ps1?key=YOUR_KEY" | iex
Bước 2: Khởi động lại Terminal
Đóng và mở lại terminal, hoặc source lại profile:
source ~/.bashrc # hoặc ~/.zshrc
Bước 3: Kiểm tra cài đặt
Kiểm tra Claudible đã được cấu hình đúng:
echo $ANTHROPIC_BASE_URL
Kết quả: https://claudible.io
Bước 4: Bắt đầu sử dụng Claude Code
Xong! Chạy claude để bắt đầu.
claude
Tiếp theo? Bạn sẽ thấy statusline hiển thị balance và chi phí sử dụng realtime. Mọi hoạt động được theo dõi trong Dashboard.
Bước tiếp theo
- Cài đặt Claudible Kit để có agent và command có sẵn
- Thiết lập MCP server cho tìm kiếm web và tra cứu tài liệu
- Xem dashboard sử dụng
- Tài liệu Claude Code để biết thêm mẹo