Jeden/Docs

CLI command

jeden token

Print the agent's own Brama credential for shell scripting, redacted unless explicitly revealed.

Exact invocation#

Shell
jeden token [--list] [--reveal] [--json]

Inputs and options#

  • Required environment: non-empty BRAMA_URL and WISENT_APP_AGENT_AUTH_SECRET. WISENT_APP_AGENT_ID is included when configured.
  • --reveal prints the bare secret; --list adds Weles accounts to text output; --json returns the structured URL, agent id, and redacted or revealed token.

Output and state effect#

Reads credentials from process memory and prints them; it does not persist, rotate, or revoke credentials. Default text reveals only the final four characters and length.

Refusals and boundaries#

  • Missing router URL is refused as BRAMA_URL is required; configure the Brama model-router service URL.
  • Missing agent secret is refused as WISENT_APP_AGENT_AUTH_SECRET is not configured; launch with bin/jeden-rust or scripts/run-with-stado.sh.