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 /healthzPOST /v1/auth/registerPOST /v1/auth/loginGET /v1/meGET /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"
}'