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

# Quickstart

> Go from API docs to a working CLI in minutes

<Steps>
  <Step title="Paste your API docs URL">
    Go to [instantcli.com](https://instantcli.com) and enter the URL of your API documentation. InstantCLI supports all formats, including OpenAPI/Swagger specs.
  </Step>

  <Step title="Review and approve">
    Review the generated plan and approve. We'll generate your CLI, binaries, and source code.
  </Step>

  <Step title="Install and use your CLI">
    Copy the install command from your dashboard and run it:

    ```bash theme={null}
    curl -fsSL get.instantcli.com/your-slug/install.sh | sh
    ```

    Your CLI is ready to use. Run `your-cli --help` to see available commands.
  </Step>
</Steps>

## Next steps

<Columns cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Platform-specific install instructions.
  </Card>

  <Card title="Commands" icon="terminal" href="/commands">
    Learn how your CLI's commands work.
  </Card>
</Columns>
