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

# Plans & Features

> Feature availability and limits across Niro's Free, Pro, and Enterprise plans.

## Plans at a glance

<CardGroup cols={3}>
  <Card title="Free" icon="seedling" color="#7C3CFF">
    \$0 for one seat, one cluster, and up to 3 nodes. Best for validating AI SRE visibility on a small k3s environment.
  </Card>

  <Card title="Pro" icon="bolt" color="#8F5CFF">
    \$29 per org per month. Adds more seats, more fleet capacity, longer history, GitOps, private registries, and AI review.
  </Card>

  <Card title="Enterprise" icon="building" color="#9A6BFF">
    Custom capacity, retention, org hierarchy, audit controls, support, onboarding, and security review for governed teams.
  </Card>
</CardGroup>

## Feature comparison

| Feature                                         | Free | Pro | Enterprise |
| ----------------------------------------------- | :--: | :-: | :--------: |
| **Fleet management**                            |   ✅  |  ✅  |      ✅     |
| **Pod inventory**                               |   ✅  |  ✅  |      ✅     |
| **Live pod logs**                               |   ✅  |  ✅  |      ✅     |
| **Node and pod metrics**                        |   ✅  |  ✅  |      ✅     |
| **Resource inventory**                          |   ✅  |  ✅  |      ✅     |
| **Visual builder**                              |   ✅  |  ✅  |      ✅     |
| **Standards and posture checks**                |   ✅  |  ✅  |      ✅     |
| **External policy violations (OPA / Kyverno)**  |   ✅  |  ✅  |      ✅     |
| **Rightsizing recommendations**                 |   ✅  |  ✅  |      ✅     |
| **Audit log**                                   |   ✅  |  ✅  |      ✅     |
| **Discord notifications**                       |   ✅  |  ✅  |      ✅     |
| **Private registries**                          |   —  |  ✅  |      ✅     |
| **Deployment automation**                       |   —  |  ✅  |      ✅     |
| **GitOps with GitHub App**                      |   —  |  ✅  |      ✅     |
| **AI PR review**                                |   —  |  ✅  |      ✅     |
| **Auto-sync and drift remediation**             |   —  |  ✅  |      ✅     |
| **Image automation**                            |   —  |  ✅  |      ✅     |
| **AI incident investigation**                   |   —  |  ✅  |      ✅     |
| **Rightsizing via pull request**                |   —  |  ✅  |      ✅     |
| **Cost monitoring**                             |   —  |  ✅  |      ✅     |
| **Autoscaling insights**                        |   —  |  ✅  |      ✅     |
| **Remediations (approval-gated)**               |   —  |  ✅  |      ✅     |
| **Slack, PagerDuty, and webhook notifications** |   —  |  ✅  |      ✅     |
| **Image vulnerability scanning**                |   —  |  —  |      ✅     |
| **Org hierarchy for teams and MSPs**            |   —  |  —  |      ✅     |
| **SSO and advanced RBAC**                       |   —  |  —  |      ✅     |
| **Custom retention and capacity**               |   —  |  —  |      ✅     |
| **Support and onboarding**                      |   —  |  —  |      ✅     |

## Plan details

<AccordionGroup>
  <Accordion title="Free" icon="seedling">
    **Designed for:** Individuals and small teams connecting a first cluster.

    **Includes:**

    * 1 seat
    * 1 cluster
    * Up to 3 nodes
    * 24h history
    * Realtime pod and cluster health
    * Node and pod CPU/memory metrics
    * Live pod logs when enabled on the agent
    * Resource inventory across the cluster
    * Visual builder for first deployments
    * Advisory standards and posture checks
    * External policy violations (OPA Gatekeeper / Kyverno)
    * Rightsizing recommendations
    * Audit log
    * Discord incident notifications
    * No public cluster ports
  </Accordion>

  <Accordion title="Pro" icon="bolt">
    **Designed for:** Growing teams that need incident context, longer history, remediation workflows, and cost visibility.

    **Includes:**

    * 3 seats included
    * Extra seats at \$5 per seat per month
    * 3 clusters or 15 nodes included
    * Metered overage beyond included capacity
    * 7d and 30d history options
    * Private registry credentials
    * Deployment automation
    * GitOps with GitHub App
    * AI PR review
    * Image automation
    * Auto-sync and drift remediation
    * AI incident investigation and auto-investigation
    * Remediations (approval-gated AI-suggested fixes)
    * Cost monitoring and rightsizing via pull request
    * Autoscaling insights (Karpenter / Cluster Autoscaler)
    * Slack, PagerDuty, and webhook notification channels
  </Accordion>

  <Accordion title="Enterprise" icon="building">
    **Designed for:** Platform teams, MSPs, and organizations that need governance, compliance, and security controls around Kubernetes operations.

    **Everything in Pro, plus:**

    * Image vulnerability scanning (CVE findings across all running images)
    * Org hierarchy for teams and MSPs
    * SSO and advanced access controls
    * 30d+ retention
    * Custom capacity and security review
    * Support and onboarding
  </Accordion>
</AccordionGroup>

## Capacity

| Capacity | Free          | Pro                                 | Enterprise            |
| -------- | ------------- | ----------------------------------- | --------------------- |
| Seats    | 1             | 3 included, then \$5 per extra seat | Custom                |
| Clusters | 1             | 3 included                          | Custom                |
| Nodes    | Up to 3       | 15 included                         | Custom                |
| History  | 24h           | 7d/30d options                      | 30d+ custom retention |
| Overage  | Not available | Metered beyond included capacity    | Contracted capacity   |

## Upgrading

Go to **Settings** → **Billing** to view your current plan and upgrade. Plan upgrades take effect immediately.

<Tip>
  Start on Free to connect your first cluster. Upgrade to Pro when you need GitOps, private registries, longer history, more capacity, or AI-assisted incident workflows.
</Tip>

## Related

<CardGroup cols={2}>
  <Card title="Alerts" icon="bell" href="/features/alerts" color="#7C3CFF">
    Notification channels and incident lifecycle.
  </Card>

  <Card title="AI Investigation" icon="brain" href="/features/ai-investigation" color="#8F5CFF">
    Available on Pro and Enterprise.
  </Card>

  <Card title="GitOps" icon="code-branch" href="/guides/gitops" color="#9A6BFF">
    Available on Pro and Enterprise.
  </Card>

  <Card title="Image Automation" icon="image" href="/guides/image-automation" color="#7C3CFF">
    Available on Pro and Enterprise.
  </Card>
</CardGroup>
