Servers
Create, list, update, and delete managed VPS connections.
GET /serversPOST /serversGET /servers/:idDELETE /servers/:id
API reference
Every feature in the dashboard is backed by a documented REST endpoint. Authentication is via a bearer token issued from your account settings; responses are JSON and strictly typed.
The full interactive reference is hosted at api.molixa.app/api/docs. Try any endpoint with real credentials, download the OpenAPI spec, or generate a typed client in your language of choice.
Endpoints are organized by resource. Most follow standard REST conventions; deploys and AI jobs expose additional action routes.
Create, list, update, and delete managed VPS connections.
GET /serversPOST /serversGET /servers/:idDELETE /servers/:idProvision sites, bind domains, and trigger zero-downtime deploys.
GET /sitesPOST /sitesPOST /sites/:id/deployPATCH /sites/:idInstall engines, manage users, and schedule encrypted backups.
GET /databasesPOST /databasesPOST /databases/:id/backupsPOST /databases/:id/restoreConfigure threshold + anomaly alerts routed to Slack, email, SMS.
GET /alertsPOST /alertsPATCH /alerts/:idDELETE /alerts/:idSubscribe to platform events with HMAC-signed deliveries.
GET /webhooksPOST /webhooksGET /webhooks/:id/deliveriesKick off AI tasks, stream output, and inspect every approval.
POST /ai/promptsGET /ai/jobs/:idPOST /ai/jobs/:id/approveRead plans, upgrade subscriptions, fetch invoices, and open portals.
GET /billing/plansPOST /billing/subscribeGET /billing/invoicesCreate teams, invite members, assign roles, and read audit logs.
GET /teamsPOST /teams/:id/invitesPATCH /teams/:id/members/:mid