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

# Instances API

> Manage compute instances via API

## Endpoints

### List Instances

```bash theme={null}
GET /v1/instances
```

### Create Instance

```bash theme={null}
POST /v1/instances
```

### Get Instance

```bash theme={null}
GET /v1/instances/{id}
```
