Quickstart Guide

Get started with Claudible in just a few minutes.

Prerequisites

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

View script source

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

Hướng dẫn bắt đầu nhanh

Bắt đầu với Claudible trong vài phút.

Yêu cầu

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

Xem mã nguồn script

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

Discord Contact Us