Admin: Tenant creation UI #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The admin tenant list page (
/admin/tenants) is read-only. The backendPOST /api/tenantsendpoint exists with@PreAuthorize("SCOPE_platform:admin")and callsLogtoManagementClient.createOrganization(), but there is no frontend form to create tenants.Requirements
AdminTenantsPageDependencies
Superseded by platform redesign spec (
docs/superpowers/specs/2026-04-09-platform-redesign.md). Tenant creation is now part of the full vendor console: #40 (create tenant), #41 (provision server), #42 (generate license).