> ## 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.

# Introduction

> Turn any API into a production-ready CLI for AI agents

InstantCLI takes any API documentation URL and generates a fully functional command-line tool. You get native binaries, install scripts, auto-updates, and full source code all from a single URL.

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Go from API docs URL to working CLI in minutes.
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Install your generated CLI on any platform.
  </Card>

  <Card title="Commands" icon="terminal" href="/commands">
    Learn how to use your CLI's commands and flags.
  </Card>

  <Card title="Configuration" icon="gear" href="/configuration">
    Set up API keys, base URLs, and other settings.
  </Card>
</Columns>
