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

# Introduction

> The Nova API powers Cozmo AI's Sirius platform with robust, scalable backend services

## Welcome to Nova API

Nova API is the backend infrastructure powering **Cozmo AI's Sirius platform**. Designed for scale, it provides the foundation for AI-driven interactions and seamless integrations.

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Get up and running with the Nova API in minutes.
</Card>

## Core Capabilities

<Columns cols={2}>
  <Card title="Authentication" icon="shield-check" href="/authentication">
    Secure OAuth2 and JWT-based authentication powered by Auth0.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore all available endpoints with request and response schemas.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Receive real-time notifications for events in your application.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/rate-limits">
    Understand rate limiting and best practices for API usage.
  </Card>
</Columns>
