Create a vertical (public, only one allowed)
Vertical
Create a vertical (public, only one allowed)
Bootstrap the single vertical record for this deployment. Public (no auth) because it runs once during initial install; returns 400 if a vertical already exists.
POST
Create a vertical (public, only one allowed)
Body
application/json
Vertical display name (e.g. Property Management, Auto Sales); used to scope onboarding defaults.
Response
Vertical created successfully
Response from POST /api/vertical.
The single vertical configured for this deployment. On the fallback path (no record exists yet) only name is populated.
Example:
{
"_id": "65b1f0a2c3d4e5f6a7b8c9d0",
"name": "TetherAI",
"createdAt": "2026-01-12T09:15:00.000Z",
"updatedAt": "2026-04-04T17:42:00.000Z"
}