Hubfly Dashboard REST API v1
Build & manage cloud infrastructure programmatically
Comprehensive OpenAPI specification for the Hubfly Platform. Control containers, workloads, GPU compute, domain DNS, organizations, and automated CI/CD deployments through standard HTTP requests.
216
Endpoints
13
Modules
Bearer
Auth model
~80ms
Avg. latency
Production Server Base URL
https://api.hubfly.space
Authentication
All authenticated endpoints require a Bearer token in the standard HTTP Authorization header. Obtain your token via /api/v1/auth/login or generate a personal access token.
# HTTP Header Format
Authorization: Bearer <YOUR_API_TOKEN>
Standard API Response Structure
Hubfly API responses follow a structured JSON wrapper format containing ok, data, and meta.
{ "ok": true, "data": { "id": "container_8f9a2", "name": "production-web", "status": "RUNNING" }, "meta": { "requestId": "req_881a29f", "timestamp": "2026-07-21T14:50:00Z" } }