Pipeline Management
Roulette uses customizable statuses to organize companies through your investment pipeline. Each team can define their own stages to match their unique deal flow process.Company Statuses
Statuses represent the stages in your investment pipeline. Common examples include:Status Properties
Each status has the following properties:| Property | Type | Description |
|---|---|---|
id | UUID | Unique identifier |
status_text | string | Display name |
color | string | Hex color code (e.g., #3B82F6) |
rank | integer | Order in the pipeline |
Statuses are managed through the Roulette web application. The API provides read access to statuses via the company
company_status embedded object.Pipeline Visualization
The Kanban view in Roulette displays companies organized by status:Moving Companies Between Statuses
Update a company’s status by setting itscompany_status_id:
Filtering by Status
You can filter companies by their pipeline status:company_status_id=no_status to find companies that haven’t been assigned to any pipeline stage yet.
Lower rank values appear earlier in the pipeline. The dashboard provides a pipeline summary with counts per status.
Related Resources
Companies API
List and filter companies
Dashboard API
Get pipeline analytics

