Usage
Options
Examples
~/.jinko/config.yaml. The SDK picks it up automatically.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate with a Jinko API key (jnk_…). Get one from dashboard.gojinko.com → Developers → API keys.
jinko auth login [options]
| Flag | Required | Description | Default |
|---|---|---|---|
--key <token> | No | API key (jnk_…), skip the interactive prompt |
# Interactive (prompts for the key)
jinko auth login
# Non-interactive
jinko auth login --key jnk_your_key
~/.jinko/config.yaml. The SDK picks it up automatically.