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

# AI Agents

> NemoClaw and OpenShell AI agent gateway monitoring, sandbox management, and diagnostics.

The AI Agents page provides monitoring and management for NemoClaw / OpenShell AI agent infrastructure across three tabs.

<Info>
  NemoClaw is primarily a [Headlamp](https://headlamp.dev/) feature. The Rancher extension provides monitoring and diagnostics UI for NemoClaw deployments managed alongside Rancher clusters.
</Info>

## Tabs

<Tabs>
  <Tab title="Gateways">
    ### Gateway health

    View AI agent gateways with status cards showing:

    * Gateway name and endpoint
    * Health status (healthy / degraded / offline)
    * Active sandbox count
    * Last heartbeat timestamp

    **Engine endpoint:** `GET /nemoclaw/gateways`
  </Tab>

  <Tab title="Sandboxes">
    ### Sandbox management

    Browse sandboxes filtered by their parent gateway. The table displays:

    * Sandbox ID and name
    * Gateway association
    * Status (running / idle / terminated)
    * Resource allocation (CPU, memory)
    * Uptime and last activity
  </Tab>

  <Tab title="Diagnostics">
    ### Automated failure diagnostics

    Run automated checks for common NemoClaw failure patterns. Diagnostic checks cover:

    * Gateway connectivity and TLS configuration
    * Sandbox lifecycle failures (OOM, scheduling, image pull)
    * Model endpoint reachability
    * Permission and RBAC misconfigurations

    **Engine endpoint:** `POST /diagnose/nemoclaw-*`
  </Tab>
</Tabs>
