Deploy Gateway
Prerequisites
- Admin credentials for the Control Plane
VITE_CONTROL_PLANE_URLset in your local env
Steps
- Open the Control Plane admin UI at
$APP_PUBLIC_ADMIN_URL. - Navigate to Tenants → [Tenant name].
- Click Compile & Deploy Gateway.
- Monitor the status indicator — it transitions
pending → compiling → active.
CLI alternative
curl -X POST $CONTROL_PLANE_URL/v1/gateway/compile \ -H "Authorization: Bearer $ADMIN_KEY" \ -d '{"tenantId": "<tenant-id>"}'Verification
After deploy, check the Gateway page for the new version number. Run a smoke test:
curl -H "Authorization: Bearer $TEST_API_KEY" \ $GATEWAY_URL/v1/pingRollback
If the new version causes errors, click Rollback next to the previous version in the Gateway table.