Skip to main content
The CLI mirrors the booking workflow exposed through MCP and is ideal for shell agents and scripts.

Install

npm install -g @gojinko/cli

Authenticate

OAuth:
jinko auth login
API key:
jinko auth login --key jnk_your_key
export JINKO_API_KEY=jnk_your_key

First request

jinko find-destination --from JFK
jinko flight-calendar --from JFK --to CDG --start 2026-06-01 --end 2026-06-30
jinko find-flight --from JFK --to CDG --date 2026-06-15