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

# Nonce API

> Private API documentation for Nonce mining management platform

## Overview

The Nonce Private API provides programmatic access to manage your mining operations, including workspace management, farm monitoring, miner control, and task execution.

<CardGroup cols={2}>
  <Card title="Concepts" icon="book" href="/api-guide/concepts">
    Core terminology and concepts in Nonce
  </Card>

  <Card title="Tasks" icon="list-check" href="/api-guide/tasks">
    Task types, parameters, and execution lifecycle
  </Card>
</CardGroup>

<Card title="API Reference" icon="code" href="/api-reference" horizontal>
  Explore all available API endpoints, parameters, and responses
</Card>

## API Resources

<CardGroup cols={2}>
  <Card title="Workspace" icon="building" href="api-reference/private-api/list-farms">
    Manage workspaces, list farms and agents
  </Card>

  <Card title="Farm" icon="server" href="api-reference/private-api/list-farm-miners">
    Monitor farm metrics and miner status
  </Card>

  <Card title="Miner" icon="microchip" href="api-reference/private-api/list-farm-miners-history">
    Control individual miners and bulk operations
  </Card>

  <Card title="Task" icon="list-check" href="api-reference/private-api/create-task-batch">
    Execute tasks and batch operations
  </Card>
</CardGroup>
