Skip to main content

command not found: kylon

Install the CLI from npm, then make sure npm’s global bin directory is on PATH:
If kylon still isn’t found after installing, npm’s global bin directory isn’t on your PATH. Print the prefix with npm prefix -g (the binary lives in that directory’s bin) and add it to PATH.

No workspace auth found

Sign in:
Or set workspace auth environment variables:

No workspace bound

Pass the workspace explicitly:
Or sign in with --workspace.

No saved gateway session

Run:

Provider not found

Make sure the selected provider binary is installed and on PATH.

Local agent registration is missing

For directory-local agent commands, run:
Then verify:

Generic provider wrapper is missing

Recreate the wrapper:

Workspace mismatch

The current directory is registered to one workspace, but the CLI is authenticated to another. Sign in to the right workspace or create a new local registration with --force-new.