Back to product overview

MyKanban Live Workbench

This page drives the real API contract: bootstrap/login, tenant context, board discovery, board creation, card creation, card movement, and card deletion.

API Base URL
/api

1. Bootstrap a tenant

Create a first owner, tenant, starter board, and seeded cards.

For a real deployment, replace the demo defaults with secure values.

2. Login

Authenticate against the same API used by the deploy smoke path.

Session

Tenant pinning and live context for the active authenticated user.

Bootstrap or login to start the live tenant-scoped workbench.

3. Create a board

Uses the API create-board flow and seeds Todo/Doing/Done columns.

Board catalog

All boards visible inside the currently selected tenant.

No boards yet. Bootstrap a tenant or create a board from the panel on the left.

Tenant members

Member visibility proves the auth + tenant guard path is wired.

Login and select a tenant to load memberships.

Kanban workbench

Selected board detail with live create / move / delete actions against the NestJS API.

Select or create a board to open the live workbench.