MSPILOT_STATE_DIR overrides ~/.mspilot. --region works the same way as on the published binary. Windows release builds use cargo build -p mspilot-agent --release --target x86_64-pc-windows-msvc on a Windows machine. Tests:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Customer install is Windows. Claude Desktop and ChatGPT run through the MSPilot gateway. Start here.
Build the agent and enroll it against a gateway you run.
cargo build -p mspilot-agent
export MSPILOT_ENROLLMENT_KEY=mspilot_enr_...
export MSPILOT_GATEWAY_URL=http://127.0.0.1:8080
./target/debug/mspilot-agent enroll
MSPILOT_STATE_DIR overrides ~/.mspilot. --region works the same way as on the published binary. Windows release builds use cargo build -p mspilot-agent --release --target x86_64-pc-windows-msvc on a Windows machine. Tests:
cargo test -p mspilot-app-config -p mspilot-agent