cortex config

Manage CortexPrism configuration. Read, write, and validate settings in ~/.cortex/config.json.

Usage

cortex config <subcommand> [options]

Subcommands

SubcommandDescription
get <key>Read a config value (dot-notation for nested keys)
set <key> <value>Set a config value
unset <key>Remove a config key
listPrint all current configuration
validateValidate the config file against the schema

Examples

cortex config get providers.anthropic.model
cortex config set router.enabled true
cortex config get agent.maxTurns
cortex config list
cortex config validate

Configuration Reference

See the Architecture: Databses page for the full configuration schema.