Molixa Forge

API reference

The Molixa Forge REST API.

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.

Interactive Swagger UI

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.

Resource groups

Endpoints are organized by resource. Most follow standard REST conventions; deploys and AI jobs expose additional action routes.

Servers

Create, list, update, and delete managed VPS connections.

  • GET /servers
  • POST /servers
  • GET /servers/:id
  • DELETE /servers/:id

Sites

Provision sites, bind domains, and trigger zero-downtime deploys.

  • GET /sites
  • POST /sites
  • POST /sites/:id/deploy
  • PATCH /sites/:id

Databases

Install engines, manage users, and schedule encrypted backups.

  • GET /databases
  • POST /databases
  • POST /databases/:id/backups
  • POST /databases/:id/restore

Alerts

Configure threshold + anomaly alerts routed to Slack, email, SMS.

  • GET /alerts
  • POST /alerts
  • PATCH /alerts/:id
  • DELETE /alerts/:id

Webhooks

Subscribe to platform events with HMAC-signed deliveries.

  • GET /webhooks
  • POST /webhooks
  • GET /webhooks/:id/deliveries

AI

Kick off AI tasks, stream output, and inspect every approval.

  • POST /ai/prompts
  • GET /ai/jobs/:id
  • POST /ai/jobs/:id/approve

Billing

Read plans, upgrade subscriptions, fetch invoices, and open portals.

  • GET /billing/plans
  • POST /billing/subscribe
  • GET /billing/invoices

Teams

Create teams, invite members, assign roles, and read audit logs.

  • GET /teams
  • POST /teams/:id/invites
  • PATCH /teams/:id/members/:mid
API Reference | Molixa Forge · Molixa Forge