> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# oc config

> CLI configuration

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

## `oc config set <key> <value>`

Supported keys: `api-key`, `api-url`.

```bash theme={null}
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).
