Skip to main content

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:
TypeWhat it representsRead more
ProductSoftware, hardware, or anything you ship as a built capabilityThis page
ServiceConsulting, implementation, advisory, managed, or professional servicesServices
SolutionA packaged answer to a specific business problem — typically a bundle of products, services, and methodologySolutions
All three offering types plug into Motions, Personas, Use Cases, Competitors, and the rest of the Library in the same way. Choose the type that best matches what you sell — a workspace can mix all three.

What a Product offering contains

FieldPurpose
NameProduct name
DescriptionWhat the offering does and who it’s for
Features & capabilitiesWhat it can do
DifferentiatorsWhat makes it unique vs alternatives
Pricing informationTier structure and pricing model
Primary URLProduct page link
Qualifying questionsQuestions to assess prospect fit
For Services and Solutions, see Services and Solutions for their full field sets.

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 products
  • GET /api/v2/product/get — get a specific product
  • POST /api/v2/product/create — create a new product
  • POST /api/v2/product/generate — AI-generate a product definition from your website or description
  • POST /api/v2/product/update — update an existing product
  • DELETE /api/v2/product/delete — remove a product
Services and Solutions have their own parallel /api/v2/service/* and /api/v2/solution/* endpoints.