Documentation Index
Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt
Use this file to discover all available pages before exploring further.
What is a Solution?
A Solution is an offering type that represents a packaged answer to a specific business problem — typically a curated bundle of capabilities, services, and methodology sold under a single banner. Solutions sit alongside Products and Services as one of the three offering types in the Octave Library. Where a Product is what you build and a Service is how you deliver, a Solution is the answer you bring to a category of buyer — packaging the right combination for a defined outcome. Treat a Solution as its own first-class offering in the Library. It plugs into Motions, personas, use cases, and qualifying questions exactly like a Product or Service does.What a Solution contains
| Field | Purpose |
|---|---|
| Name | External-facing solution name |
| Internal name | Internal alias |
| Description | What problem the solution solves and for whom |
| Primary URL | Solution page link |
| Summary | One-paragraph overview |
| Distinct capabilities | What this solution can do that competitors’ bundles can’t |
| Key components | The products, services, and methods that make up the solution |
| Customer benefits | The outcomes the buyer gets |
| Challenges addressed | The problems the solution solves |
| Status quo | What the buyer is doing today without the solution |
| Differentiated value | Why this packaging wins versus assembling the parts elsewhere |
| Qualifying questions | Questions to assess solution fit |
How Solutions connect to other entities
Solutions plug into the same Library graph as Products and Services:- Personas — who the solution is built for
- Use Cases — problems the solution addresses
- Motions — GTM strategies built around the solution
- References — customer success stories
- Competitors — competing bundles or platforms
- Alternatives — the DIY assembly, status quo, or “do nothing”
- Proof Points — outcome metrics
- Buying Triggers — signals indicating the buyer is ready for a packaged solution
Managing Solutions via API
GET /api/v2/solution/list— list solutionsGET /api/v2/solution/get— get a solutionPOST /api/v2/solution/create— create a solutionPOST /api/v2/solution/generate— AI-generate a solution definitionPOST /api/v2/solution/update— update a solutionDELETE /api/v2/solution/delete— delete a solution