tribal config
A set of subcommands for viewing and modifying TribalMind configuration.
tribal config <SUBCOMMAND> [OPTIONS]Subcommands
Section titled “Subcommands”config set
Section titled “config set”Set a configuration value in .tribal/config.yaml.
tribal config set <key> <value>Available keys: backboard-base-url, llm-provider, model-name, project-assistant-id
tribal config set llm-provider openaitribal config set model-name gpt-4oconfig get
Section titled “config get”Read a single resolved configuration value.
tribal config get <key>tribal config get llm-provider# → anthropicconfig list
Section titled “config list”Show all resolved configuration values (secrets are redacted).
tribal config listconfig set-secret
Section titled “config set-secret”Store a secret in the OS system keyring.
tribal config set-secret <name> [--value/-v VALUE]Available secrets: backboard-api-key
# Interactive (prompts for value)tribal config set-secret backboard-api-key
# Non-interactivetribal config set-secret backboard-api-key --value sk-xxxconfig assistants
Section titled “config assistants”List all Backboard assistants in your account. Useful for debugging.
tribal config assistantsconfig clear-memory
Section titled “config clear-memory”Clear ALL memories for an assistant.
tribal config clear-memory [--assistant/-a ASSISTANT_ID] [--yes/-y]# Clear current project's memoriestribal config clear-memory --yes
# Clear a specific assistant's memoriestribal config clear-memory --assistant asst_abc123 --yesconfig debug-key
Section titled “config debug-key”Show a masked version of the API key for debugging connection issues.
tribal config debug-keySee also
Section titled “See also”- Configuration concepts — precedence rules, env vars, keyring behavior