What is an Offering?
An Offering is a top-level entity in the Octave Library representing something your company sells. Offerings are the anchor for the rest of your GTM knowledge. Personas buy them, use cases describe the problems they solve, Motions orchestrate how to sell them, and competitors are evaluated against them. Every other entity in the Library ultimately connects back to an Offering, making it the foundation that agents use to understand what you sell and why it matters. Most companies have between one and a handful of Offerings — each carrying its own features, deliverables, differentiators, qualifying questions, and pricing — giving agents the specificity they need to position the right offering for the right prospect, rather than pitching your entire portfolio in every conversation.The three offering types
Octave models three kinds of offerings, each with its own data shape:| Type | What it represents | Read more |
|---|---|---|
| Product | Software, hardware, or anything you ship as a built capability | This page |
| Service | Consulting, implementation, advisory, managed, or professional services | Services |
| Solution | A packaged answer to a specific business problem — typically a bundle of products, services, and methodology | Solutions |
What a Product offering contains
| Field | Purpose |
|---|---|
| Name | Product name |
| Description | What the offering does and who it’s for |
| Features & capabilities | What it can do |
| Differentiators | What makes it unique vs alternatives |
| Pricing information | Tier structure and pricing model |
| Primary URL | Product page link |
| Qualifying questions | Questions to assess prospect fit |
How Offerings connect to other entities
Offerings sit at the top of the entity hierarchy. Everything flows from them:- Personas — which buyer and user personas care about this offering
- Use Cases — which problems this offering addresses
- Motions — GTM strategies built around this offering
- References — customer success stories for this offering
- Competitors — vendors competing with this offering
- Alternatives — non-product substitutes prospects use instead
- Proof Points — stats and validations supporting this offering
- Buying Triggers — signals indicating a prospect is ready to buy
- Objections — recurring pushback against this offering
Managing Products via API
Product offerings use the/api/v2/product/* endpoints:
GET /api/v2/product/list— list all productsGET /api/v2/product/get— get a specific productPOST /api/v2/product/create— create a new productPOST /api/v2/product/generate— AI-generate a product definition from your website or descriptionPOST /api/v2/product/update— update an existing productDELETE /api/v2/product/delete— remove a product
/api/v2/service/* and /api/v2/solution/* endpoints.