DocsGetting StartedFirst Steps
Back to Docs
Getting Started

First Steps

Get productive quickly with YeePilot's setup wizard, plan mode, and guarded command execution workflow.

Last updated: March 1, 2026

1. Run Setup

Start with:

bash
yeepilot setup

Recommended baseline:

  • Provider: OpenRouter (easy start) or OpenAI/Anthropic
  • Model: provider default first, tune later
  • Security: keep confirmations enabled
  • Platform auth: complete via setup flow

If you need auth management only:

bash
yeepilot setup --auth

2. Launch Interactive Mode

bash
yeepilot
yeepilot run

If installed via the official installer, you can also use the short alias:

bash
yee

3. Send Your First Prompt

Example:

text
> Analyze this repo and propose a safe plan to add health checks.

YeePilot proposes commands/actions, classifies risk, and asks for approval before execution.

4. Learn the Core Controls

Plan-first workflow

text
/plan on
/plan status
/plan Add CI checks for lint, test, and build

Autonomy profile

text
/autonomy status
/autonomy guarded
/autonomy strict_review

Available profiles: high, guarded, strict_review, ultra.

Thinking and token behavior

text
/think low
/tokenmode saver

Security and sandbox

text
/mode strict
/sandbox status
/sandbox net
/sandbox nonet

Initialize vault for local secret handling:

bash
yeepilot vault init --method password
yeepilot vault status

In TUI, unlock/lock quickly:

text
/unlock
/lock

6. Run a One-shot Task

bash
yeepilot exec --provider openai --model gpt-4o "summarize changed files"

This is useful for CI-like, non-interactive tasks.

7. Check Status

bash
yeepilot status

Use this when debugging setup, provider, or session state.

Next Reads

First Steps - DevOps-First Server Management with YeePilot – YeePilot Docs | YeePilot