Create Stage
Create an Opportunity pipeline stage.
**Required:** `name` (max 255, unique per tenant + tenant_location).
**Optional:** `sort_order` (int ≥ 0), `is_initial`, `is_won`, `is_lost` (at most one of is_won/is_lost), `probability` (0-100 percentage for forecast), `color` (#RRGGBB), `description` (max 5000).
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
name
Required: Stage name - max 255, unique
color
Optional: 6-digit hex starting with #
is_won
Optional: true|false
is_lost
Optional: true|false
is_initial
Optional: true|false
sort_order
Optional: Integer ≥ 0
description
Optional: max 5000
probability
Optional: 0-100 (forecast weighting)
Response
Successful response

