ClavueClavue
AI platform · IDE · agents · models

Enterprise API·api.clavue.com

Connect official models to your products

OpenAI / xAI console-style: apply commercial or enterprise on the shared Clavue account, mint org keys, and see every connecting server IP. Not a billed SKU. Not a second login.

Instant

Commercial

Apply and start immediately. Mint cv_ent_ keys so CLI / GUI / Chat / your servers can call api.clavue.com.

Start application

Review

Enterprise

For larger rollouts. Ops reviews the application; after approval you use the same OpenAI-compatible API and IP audit.

Start application

01

Same account

No second login. /enterprise/login returns to /account, then the console.

02

Apply

Pick commercial or enterprise. Commercial auto-approves; enterprise waits for ops.

03

Mint cv_ent_

Plaintext shown once. Base URL is https://api.clavue.com/v1.

04

Inspect IPs

Each successful key auth records the connecting server IP for console and ops.

How other products connect

CLI, GUI, Chat, and your own services share one API. Point any OpenAI-compatible client at api.clavue.com and send the org key as Bearer.

export OPENAI_BASE_URL=https://api.clavue.com/v1
export OPENAI_API_KEY=cv_ent_…

curl -s $OPENAI_BASE_URL/models \
  -H "Authorization: Bearer $OPENAI_API_KEY"