Command Code LLM

Sign in to access the admin dashboard

Overview

Platform usage statistics and recent activity

Total Requests
0
Total Tokens
0
Active API Keys
0
Conversations
0
Requests Today
0
0 tokens today
Execution Mode

Model Usage

ModelRequestsTokens
No data yet

Recent Activity

TimeAPI KeyModelModeTokens
No activity yet

API Keys

Manage API keys for platform access

NameKeyStatusLast UsedCreatedActions
No API keys yet

Available Models

All models available through the Command Code platform

Conversations

Recent conversations through the platform

TimeAPI KeyModelModeTokensPreview
No conversations yet

Usage Logs

Detailed request logs

TimeAPI KeyModelModeTokensIP
No logs yet

Settings

Configure execution mode, authentication, and platform options

Execution Mode

Choose how the platform processes LLM requests. CLI Local uses the command-code CLI installed on this server (your current plan). Provider API uses the Command Code HTTP API (requires Provider plan at commandcode.ai/billing).

CLI Local
Runs command-code CLI on this server
🌐
Provider API
HTTP API — requires Provider plan

CLI Authentication

Authenticate the local command-code CLI with your Command Code API key. This writes the auth file at ~/.commandcode/auth.json on the server.

Checking...

Provider API Key

API key for the Command Code Provider HTTP API. Only needed if using Provider API mode (requires Provider plan).

Default Model

Model used when the API caller does not specify a model in the request.

Platform Name

Display name shown in the dashboard header.

API Documentation

How to use the Command Code LLM API

Authentication

All API requests require a Bearer token in the Authorization header. Generate keys in the API Keys section.

Authorization: Bearer cc_your_api_key_here

Chat Completions — POST /api/chat

OpenAI-compatible chat completions endpoint. Supports all Command Code models.

List Models — GET /api/models

Returns all available models in OpenAI-compatible format.

Streaming

Set "stream": true in the request body to receive Server-Sent Events (SSE) stream.

Generate New API Key

✓ API Key Generated

Copy this key now — it won't be shown again.