CLI command
jeden token
Print the agent's own Brama credential for shell scripting, redacted unless explicitly revealed.
Exact invocation#
jeden token [--list] [--reveal] [--json]Inputs and options#
- Required environment: non-empty
BRAMA_URLandWISENT_APP_AGENT_AUTH_SECRET.WISENT_APP_AGENT_IDis included when configured. --revealprints the bare secret;--listadds Weles accounts to text output;--jsonreturns 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.