v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Knowledge Base

Create Pillar

Creates a Knowledge Base pillar (a subject area that groups brand facts) from a name and optional description. Get-or-create semantics: if a pillar with the same name already exists (case-insensitive), it is returned with created: false instead of failing, so retries and re-imports are idempotent. Requires a website-admin API key. Also available as the MCP tool create_pillar.

post/api/v1/knowledge-base/pillars

Request body

website_idstring uuid required

The website to create the pillar on.

namestring required

Pillar name.

descriptionstring

What the pillar covers.

Response

The created (or pre-existing) pillar

createdboolean required

False when a pillar with the same name already existed and was returned instead.