Overview
Clavue is an agent-era AI platform: the native macOS IDE imux, Clavue CLI / TUI runtimes, web Chat, and official auto · clavue · 2.1 models. Every official surface shares one membership account and quota.
- 01One product, one job
Chat, Bot, GUI, CLI, imux, and the two Mobile apps keep distinct bundles. Chat lives on chat.clavue.com.
- 02One membership
Account lives on /account. Calls go to api.clavue.com.
- 03Working copies are not origin
Push returns to GitHub or Cursor Origin.
What we don’t add
- A seventh login or a seventh billed product
- A third git review host
- A meeting bot or a second ticket tracker
- “No prompts / no scheduling” as a brand claim
Product surfaces
Native macOS command center — agents, files, SCM, browser, supervisor.
icc / Clavue CLI — scripts, CI, socket control, device login.
Interactive terminal agent UI without full IDE chrome.
Browser multi-turn Chat · Imagine · chat.clavue.com (not the www tree).
Standalone bot surface — multi-staff, cloud PC. Not Chat.
Desktop agent workbench — Mac / Windows, tool approval, Phone Mirror.
iOS / Android chat + Imagine · com.clavue.xw.
Phone remote for Mac / Windows imux · com.imux.mobile.
auto · clavue-2.1 · fast / pro / rev · search · img.
Parallel working copies. Push to GitHub or Origin.
CI / PR card, then stop. Queue visible. Same card on Mac and phone.
Free · Paid×1 · ×5 · ×20 · Education — one quota everywhere.
Python · Node · curl first request (xAI-style steps).
OpenAI-compatible HTTPS at api.clavue.com/v1.
SSE stream=true token-by-token delivery.
Function calling · Official MCP · imux native tools.
clavue-img generation (Imagine-class surface).
Membership bands + API token tiers.
Keys, retention, compliance FAQ.
Get started
Pick an entry point; calling official models usually needs a Clavue membership account.
imux · macOS IDE
Full native command center: terminals, multi-session Agent Chat, files / SCM, browser automation, and supervisor.
# Optional CLI shim after install
sudo ln -sf "/Applications/imux.app/Contents/Resources/bin/icc" /usr/local/bin/icc
icc --helpContinue to quickstart → · IDE docs →
Clavue Chat · Web
Multi-turn chat in the browser: Ask / Plan / Agent, official models, and boost quota.
open https://chat.clavue.com
# www /playground redirects hereAPI · OpenAI 兼容
curl -s https://api.clavue.com/v1/chat/completions \
-H "Authorization: Bearer $CLAVUE_TOKEN" \
-H "Content-Type: application/json" \
-d '{"model":"clavue-2.1","messages":[{"role":"user","content":"Hello"}]}'HTTP API guide → · CLI reference →
Hosts & responsibilities
| Host | Role |
|---|---|
www.clavue.com | Platform: membership, pricing, docs, products, Worktree. Chat UI is not here. |
api.clavue.com | OpenAI-compatible inference & models list |
www.iccjk.com | imux product · Sparkle / DMG (current v5.1.18) |
chat.clavue.com | Isolated Chat + Imagine (:3016, not the www tree) |
www.clavue.com/bot/ | Clavue Bot static site (own process) |
www.clavue.com/gui · /tui/ · /mobile | GUI · CLI/TUI · both phone landings |
www.clavue.com/worktree | Working-copy host. Never git origin. |
What you can do
- Run multi-agent loops in imux: Scout → Plan → implement → verify
- Code, review PRs, and long tasks on official models (2.1 / pro / rev)
- Device-code login for CLI / TUI, shared with web membership
- OpenAI-compatible integrations: point baseURL at api.clavue.com
If something fails
When Chat, API, or imux official models fail, you get a readable message and a support Ref (requestId + code). Use the code for sign-in, quota, or upstream recovery; include the full Ref line when reporting. Errors & support →