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

# Patronus CLI

> CLI commands for Patronus observability

```mermaid theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
graph LR
    U[Input] --> A[Agent]
    A --> O[Output]

    classDef agent fill:#8B0000,color:#fff
    classDef tool fill:#189AB4,color:#fff

    class A agent
    class U,O tool
```

# Patronus CLI Commands

## Environment Setup

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export PATRONUS_API_KEY=...
```

## Commands

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai-ts observability doctor patronus
praisonai-ts observability doctor patronus --json
praisonai-ts observability test patronus
```

## Related

<CardGroup cols={2}>
  <Card title="Patronus Code Usage" icon="book" href="/docs/js/observability/patronus-code">
    Patronus Code Usage
  </Card>
</CardGroup>
