Control plane online · mode all

Deployed

API is running. Open the dashboard (React UI when web/dist is built) to register, create projects, manage addons/env, and deploy — or call the HTTP API below.

Health

Checking…

Domains

Apps: *.apps.kijani.co.za

Base: kijani.co.za

Useful routes

  • GET /healthz
  • POST /v1/auth/register
  • POST /v1/auth/login
  • GET /v1/me
  • GET /v1/orgs

Quick start

Default invite code from local .env is usually dev-invite.

curl -s localhost:8080/v1/auth/register \
  -H 'content-type: application/json' \
  -d '{
    "email":"you@example.com",
    "password":"password123",
    "name":"You",
    "inviteCode":"dev-invite"
  }'