Instant
Commercial
Apply and start immediately. Mint cv_ent_ keys so CLI / GUI / Chat / your servers can call api.clavue.com.
Start applicationEnterprise API·api.clavue.com
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
Apply and start immediately. Mint cv_ent_ keys so CLI / GUI / Chat / your servers can call api.clavue.com.
Start applicationReview
For larger rollouts. Ops reviews the application; after approval you use the same OpenAI-compatible API and IP audit.
Start application01
No second login. /enterprise/login returns to /account, then the console.
02
Pick commercial or enterprise. Commercial auto-approves; enterprise waits for ops.
03
Plaintext shown once. Base URL is https://api.clavue.com/v1.
04
Each successful key auth records the connecting server IP for console and ops.
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"