> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dev.gojinko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# jinko config set

> Set a config value. Keys: api_key, environment

Set a config value. Keys: api\_key, environment

## Usage

```bash theme={null}
jinko config set [options] <key> <value>
```

### Arguments

| Argument | Required | Description |
| -------- | -------- | ----------- |
| `key`    | Yes      |             |
| `value`  | Yes      |             |

## Options

*No options.*

## Examples

```bash theme={null}
# Switch the active environment (prod | sandbox)
jinko config set environment sandbox

# Store an API key under the active environment
jinko config set api_key jnk_your_key
```
