API Endpoints
Storage API
| Method | Endpoint | Description |
|---|---|---|
| PUT | /v1/storage/{bucket}/{key} | Upload object |
| GET | /v1/storage/{bucket}/{key} | Download object |
| DELETE | /v1/storage/{bucket}/{key} | Delete object |
| HEAD | /v1/storage/{bucket}/{key} | Get metadata |
| GET | /v1/storage/{bucket}/ | List objects |
LLM API
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/chat/completions | Chat completion |
| POST | /v1/llm/chat | Chat (native) |
| GET | /v1/models | List models |
Database API
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/databases | Create database |
| GET | /v1/databases/{type} | List databases |
| DELETE | /v1/databases | Delete database |
| GET | /v1/databases/{type}/{name}/credentials | Get credentials |
| POST | /v1/databases/{type}/{name}/snapshots | Create snapshot |
| GET | /v1/databases/{type}/{name}/snapshots | List snapshots |
Firewall API
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/firewall/allow | Allow IP |
| DELETE | /v1/firewall/remove | Remove IP |
| GET | /v1/firewall/list | List rules |