The configure command launches an interactive setup wizard that guides you through configuring your Unpage instance, including:
  • Setting up API keys for your LLM provider
  • Configuring authentication for infrastructure providers
  • Enabling and configuring plugins
  • Setting up alerting integrations

Usage

unpage configure [OPTIONS]

Options

OptionDescription
--profile TEXTUse profiles to manage multiple graphs [env var: UNPAGE_PROFILE] [default: default]
--use-uv-runUse uv run instead of uvx to start the Unpage MCP server (useful for developing Unpage) [default: True]
-h, --helpShow help message and exit

Examples

Basic Configuration

Run the configuration wizard with default settings:
unpage configure

Using a Named Profile

Configure a separate environment using a named profile:
unpage configure --profile production
This allows you to maintain separate configurations for different environments (e.g., development, staging, production).