Skip to content

Getting Started

  1. Download Entrance

    Grab the latest release for your platform:

    Download the latest .zip from Releases, extract it, and run entrance.exe.

  2. Verify installation

    Terminal window
    .\entrance.exe nota status
    # → token_count: 0, mcp_config_count: 0
  3. Connect your AI agent via MCP

    Terminal window
    # For Codex CLI, Claude Code, or any MCP-compatible agent
    .\entrance.exe mcp stdio
  4. Store your first API key

    Open the Vault UI or use the CLI to securely store an API token. Your agent can now fetch it on demand.

  5. Dispatch your first task

    Terminal window
    .\entrance.exe nota do --title "Fix login page 500 error"
    .\entrance.exe nota overview