> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trybons.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Get up and running with Bonsai in under 5 minutes

export const dashboardUrl = "https://app.trybons.ai";

## Overview

Get started with Bonsai and unlock free access to frontier coding models in stealth mode.

## Start coding with Bonsai CLI

The easiest way to start is with the Bonsai CLI:

<Steps>
  <Step title="Install Bonsai CLI">
    ```bash theme={null}
    npm install -g @bonsai-ai/cli
    ```
  </Step>

  <Step title="Login to Bonsai">
    ```bash theme={null}
    bonsai login
    ```
  </Step>

  <Step title="Start coding">
    ```bash theme={null}
    bonsai start
    ```
  </Step>
</Steps>

When you run `bonsai start`, you'll automatically be assigned a frontier model at random. Use it as you normally would!

<Note>
  **Stealth Mode**: Model names are hidden to evaluate performance without bias. You'll see fun codenames like `cute-koala` or `angry-giraffe` instead of the real model name. Model assignments reset every 24 hours.
</Note>

## What's Next?

<Card title="Model Reference" icon="brain" href="/models">
  Learn about all available models
</Card>

## Need Help?

* Check our [FAQ](https://trybons.ai#faq) for common questions
* Join our [Discord](https://discord.gg/96ZtenC5eF) for support
