Account & utilities
jinko config set
Set a config value. Keys: api_key, environment
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set a config value. Keys: api_key, environment
jinko config set [options] <key> <value>
| Argument | Required | Description |
|---|---|---|
key | Yes | |
value | Yes |
# 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
