What is a Use Case?
A Use Case is a structured description of a customer problem, scenario, or job-to-be-done that your product addresses. Unlike a feature list (which describes what your product does), use cases describe why a customer needs it — the problem they’re trying to solve, the outcome they want, and the business drivers behind the purchase. When an agent qualifies a prospect, it identifies which use cases are relevant based on the prospect’s industry, role, and signals, then tailors the entire conversation around those specific scenarios rather than leading with generic product capabilities.What a Use Case contains
| Field | Purpose |
|---|---|
| Name | Short descriptive label |
| Description | Overview of the scenario |
| Problem statement | What the customer is struggling with |
| Solution approach | How your product addresses this |
| Desired outcomes | What success looks like for the customer |
| Business drivers | Why this matters strategically |
How Use Cases connect to other entities
Use Cases are referenced by multiple entity types:- Offerings — which products or services solve this use case
- Playbooks — which sales strategies emphasize this use case
- Segments — which market segments commonly have this use case
Managing Use Cases via API
GET /api/v2/use-case/list— list all use casesGET /api/v2/use-case/{id}— get a specific use casePOST /api/v2/use-case/create— create a new use casePOST /api/v2/use-case/generate— AI-generate use cases from your product and market contextPUT /api/v2/use-case/update— update an existing use caseDELETE /api/v2/use-case/delete— remove a use case