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

# Introduction

<Tip>
  **Use Novita AI with your agent**

  **No install — paste into your agent chat:**

  ```
  Read https://raw.githubusercontent.com/novitalabs/novita-skills/main/skills/novita-ai/SKILL.md and use Novita AI for this task.
  ```

  **Optional — install once if your agent supports skills:**

  ```bash theme={"system"}
  npx skills add novitalabs/novita-skills --skill novita-ai
  ```

  The `novita-ai` skill covers model APIs, GPUs, Agent Sandbox, integrations, and troubleshooting. If your agent can run shell commands, you can ask it to install the skill for you.

  [View on GitHub →](https://github.com/novitalabs/novita-skills)
</Tip>

Novita AI is the AI-Native Cloud for builders and agents: run models, scale GPUs, and build AI agents on one platform.

<CardGroup cols={3}>
  <Card title="Quickstart" icon="toolbox" href="/guides/quickstart">
    Set up your account and get started.
  </Card>

  <Card title="Model APIs" icon="box" href="/guides/model-apis-overview">
    Ship top AI models with a simple API.
  </Card>

  <Card title="GPUs" icon="microchip" href="/guides/gpus-overview">
    Need help running your own models? Get dedicated GPUs.
  </Card>

  <Card title="Agent Sandbox" icon="box" href="https://novita.ai/docs/guides/sandbox-overview">
    Securely run AI-generated code with full isolation and seamless agent integration.
  </Card>
</CardGroup>
