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

# HoneyHive CLI

> Use the HoneyHive CLI to work with HoneyHive from your terminal

The HoneyHive CLI (`@honeyhive/cli`) is a single-binary client that maps one-to-one to the HoneyHive REST API. Use it to script datasets, runs, and projects from your terminal, CI, shell pipelines, or AI coding agents like Cursor and Claude Code.

## CLI Documentation

Find install instructions, flags, examples, and more details in the CLI docs.

<CardGroup cols={3}>
  <Card title="Use with Coding Agents" icon="robot" href="/v2/introduction/ai-coding-agents#honeyhive-cli">
    See how agents combine the CLI with Skills and Docs MCP.
  </Card>

  <Card title="Install & Quickstart" icon="rocket" href="https://honeyhiveai.github.io/honeyhive-cli/getting-started">
    Install the CLI and run your first commands.
  </Card>

  <Card title="CLI Docs Home" icon="book" href="https://honeyhiveai.github.io/honeyhive-cli/">
    Browse the full CLI documentation site.
  </Card>
</CardGroup>

## Related References

<CardGroup cols={2}>
  <Card title="SDK Overview" icon="code" href="/v2/sdk-reference/overview">
    Choose the right HoneyHive SDK or client for your workflow.
  </Card>

  <Card title="OpenAPI Clients" icon="code" href="/v2/sdk-reference/openapi-sdks">
    Generate clients from the same public API specification.
  </Card>
</CardGroup>
