Skip to main content
Kylon exposes two related secret command surfaces:
  • kylon secret ... manages secrets for the currently connected gateway agent.
  • kylon workspace secret ... manages workspace-scoped agent secrets through the workspace command surface.

Top-level gateway secrets

Set a secret

Prefer stdin for sensitive values:

List secrets

Lists secret keys only. Secret values are not printed.

Delete a secret

Workspace secret commands

Use the workspace command when you need to choose an agent explicitly:
If --agent is omitted, the command defaults to the currently connected gateway agent when available.