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

# Introduction

> Deploy apps, manage databases, and automate infrastructure with the Hyze Cloud API.

Hyze Cloud is a PaaS for running **Node.js**, **Bun**, and **Python** apps, plus managed databases — via dashboard or REST API.

## Start here

| Step | What to do                                                                      |
| ---- | ------------------------------------------------------------------------------- |
| 1    | [Create an API key](/en/getting-started/authentication)                         |
| 2    | [Make your first request](/en/quickstart)                                       |
| 3    | [Deploy an app](/en/guides/deploy-an-app) or [use the SDK](/en/sdks/typescript) |

## Paths

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/en/quickstart">
    First authenticated request in a few minutes.
  </Card>

  <Card title="Node.js SDK" icon="code" href="/en/sdks/typescript">
    Official `@hyzecloud/sdk` for Node and Bun.
  </Card>

  <Card title="Guides" icon="book" href="/en/guides/deploy-an-app">
    Deploy, databases, secrets, logs.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Every endpoint, interactive playground.
  </Card>
</CardGroup>

## Base URL

```text theme={"system"}
https://api.hyzecloud.com/api
```

Authenticate with a Bearer token:

```http theme={"system"}
Authorization: Bearer hyze_your_key
```

## What you can build

* **Apps** — deploy from ZIP or GitHub, manage env, logs, backups
* **Databases** — PostgreSQL, MySQL, MongoDB, Redis
* **Automation** — API keys, invoices, plans, GitHub integration

## Dashboard

Manage resources in the UI at [hyzecloud.com/dashboard](http://hyzecloud.com/dashboard). Use the API when you want CI/CD, scripts, or custom tooling.
