Overview
Platform usage statistics and recent activity
Model Usage
| Model | Requests | Tokens |
|---|---|---|
| No data yet | ||
Recent Activity
| Time | API Key | Model | Mode | Tokens |
|---|---|---|---|---|
| No activity yet | ||||
API Keys
Manage API keys for platform access
| Name | Key | Status | Last Used | Created | Actions |
|---|---|---|---|---|---|
| No API keys yet | |||||
Available Models
All models available through the Command Code platform
Conversations
Recent conversations through the platform
| Time | API Key | Model | Mode | Tokens | Preview |
|---|---|---|---|---|---|
| No conversations yet | |||||
Usage Logs
Detailed request logs
| Time | API Key | Model | Mode | Tokens | IP |
|---|---|---|---|---|---|
| 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 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.
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.
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.