AI platform · IDE · agents · models

What do you want to know?

Imagine·Models·API·Free quota·Education·Enterprise

By messaging Clavue, you agree to our Terms and Privacy Policy.

Chat, workbench, terminal. One account.

Chat, imux, and CLI. Distinct jobs. Shared membership.

Clavue CLI

CLI

One job

One account. Keep the jobs distinct.

  1. 01

    One product, one job

    Chat, Bot, GUI, CLI, imux, and the two Mobile apps keep distinct bundles. Chat lives on chat.clavue.com.

  2. 02

    One membership

    Account lives on /account. Calls go to api.clavue.com.

  3. 03

    Working copies are not origin

    Push returns to GitHub or Cursor Origin.

How work moves

Emit a card. Stop. Wait for a human.

  1. 01

    CI / PR wake

    Supervisor reads already-fetched sidebar checks, emits an approvable card, and stops. Not a webhook.

  2. 02

    Queue is visible

    Task phase is queued / claimed / running. It does not replace waiting-approval on the phone.

  3. 03

    One card schema

    IDE inbox and imux Mobile share the card. Decide on the Mac; the phone is read-only this slice.

Approve records the decision. It does not start another silent loop. Bot decide/API is not in this repo.

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

API

A standard API.

OpenAI-compatible chat completions. Membership keys. Shared quota with web Chat and imux.

curl -s https://api.clavue.com/v1/chat/completions \
  -H "Authorization: Bearer $CLAVUE_TOKEN" \
  -d '{"model":"clavue-2.1",
       "messages":[{"role":"user",
                    "content":"Hello"}]}'

Start now.

A free account includes daily quota. Alipay / WeChat. One login on desktop and web.