ClavueClavue
AI workbench for macOS

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.

Docs layout follows docs.x.ai-style surfaces + FAQ first, then imux deep dive. Full FAQ: /docs/faq.

Product surfaces

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 --help

Continue to quickstart → · IDE docs →

Clavue Chat · Web

Multi-turn chat in the browser: Ask / Plan / Agent, official models, and boost quota.

open https://www.clavue.com/playground
# or chat.clavue.com

API · 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

HostRole
www.clavue.comPlatform: membership, pricing, Chat, docs, API keys
api.clavue.comOpenAI-compatible inference & models list
www.iccjk.comimux product · Sparkle / DMG (current v5.0.33)
chat.clavue.comModel playground (shared quota)

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 →

Next steps