Phase 6.5 API Quickstart (v4.1)
Start
make deploy
This builds the image, starts PostgreSQL/Redis/API/runtime/nginx, applies tenant migration, and runs API smoke checks.
Validate
make api-smoke
Stop
make api-down
Tenant Claim Requirement
All client API routes require JWT with tenant_id claim in Authorization: Bearer <token>.