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

# Environments

> Base URLs and WebSocket hosts for RocketFi networks.

## Hosted docs (beta)

| Resource                   | URL                                                                                |
| -------------------------- | ---------------------------------------------------------------------------------- |
| **API keys (beta UI)**     | [beta.rocketfi.io/api-management](https://beta.rocketfi.io/api-management)         |
| Swagger UI (try REST)      | [beta.rocket-cluster-1.com/docs/](https://beta.rocket-cluster-1.com/docs/)         |
| OpenAPI (machine-readable) | […/docs/openapi.json](https://beta.rocket-cluster-1.com/docs/openapi.json)         |
| AsyncAPI (WebSockets)      | […/docs/ws-asyncapi.yaml](https://beta.rocket-cluster-1.com/docs/ws-asyncapi.yaml) |

## WebSocket hosts

| Network | Host                                 |
| ------- | ------------------------------------ |
| Beta    | `wss://beta.rocket-cluster-1.com`    |
| Testnet | `wss://testnet.rocket-cluster-1.com` |
| Devnet  | `wss://devnet.rocket-cluster-1.com`  |

After connecting, use the **`/ws`** path (see AsyncAPI `servers` + channel `address`).

## REST base URLs

The deployed OpenAPI `servers` (and this site’s playground / curl samples) define the HTTP bases — open [openapi.json](https://beta.rocket-cluster-1.com/docs/openapi.json) or use the table below as a shortcut:

| Environment | Base URL                               |
| ----------- | -------------------------------------- |
| Beta        | `https://beta.rocketfi.io`             |
| Testnet     | `https://testnet.rocket-cluster-1.com` |
| Devnet      | `https://devnet.rocket-cluster-1.com`  |

If your gateway uses a path prefix (for example `/api/v1`), add it to the `servers[].url` field in the OpenAPI file so curl snippets include the correct path.
