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

# Developer reference library

Welcome to the Anaconda developer reference library. This documentation is intended for developers who need to use Anaconda's products programmatically or through the command line.

<Note>
  This is a new section of Anaconda's documentation and is currently under development. Additional reference materials for APIs, SDKs, and other CLI tools will be added here soon.
</Note>

<CardGroup cols={2}>
  <Card title="Anaconda CLI" icon="terminal" href="/cli-reference/anaconda-cli/getting-started">
    A single command-line tool for authenticating, managing tools, and configuring package sources across Anaconda products.
  </Card>

  <Card title="anaconda-auth" icon="key" href="/cli-reference/anaconda-auth/getting-started">
    Authenticate with Anaconda services and manage credentials from the command line.
  </Card>

  <Card title="anaconda-repo-cli" icon="terminal" href="/cli-reference/anaconda-repo-cli/getting-started">
    Manage channels, packages, and artifacts on Anaconda Platform (Self-hosted) from the command line. Replaces the legacy conda-repo-cli package with unified authentication and simplified configuration.
  </Card>

  <Card title="anaconda-client" icon="cloud-arrow-up" href="/cli-reference/anaconda-client/getting-started">
    Manage packages, users, and tokens on Anaconda.org from the command line.
  </Card>

  <Card title="anaconda-mcp" icon="server" href="/cli-reference/anaconda-mcp/getting-started">
    Run the Anaconda MCP Server and expose conda environment management tools to MCP-enabled AI coding assistants from the command line.
  </Card>

  <Card title="anaconda-ai" icon="microchip-ai" href="/cli-reference/anaconda-ai/getting-started">
    Manage AI models, inference servers, and vector databases from the command line. Works with AI Navigator and AI Catalyst backends.
  </Card>
</CardGroup>
