Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt

Use this file to discover all available pages before exploring further.

Manage CLI configuration. Settings are persisted to a local config file.

oc config set <key> <value>

Supported keys: api-key, api-url.
oc config set api-key sk-1234...
oc config set api-url https://app.opencomputer.dev

oc config show

Display current configuration. The API key is masked (first 4 and last 4 characters shown).