Loading help center
Search
Matches for “Write and publish an article” across help, guides, FAQ, and API.
…d select a section, or create a new section. • Write a title. Buuk generates a URL slug from it — you can edit the slug before you publish. • Press…
…tay private until an editor accepts, edits, and publishes them.
…, API reference, and changelog • Search across published articles • Optional AI answers grounded in those articles • Article feedback (helpful / not…
Create a workspace, write your first article, and publish your help center. Invite teammates and connect integrations whe…
…ver dozens of copy-paste edits. You can still rewrite in the editor afterward.
…es in the dashboard. It can draft an article, rewrite a section, or point you at the right settings page. It only uses your workspace content — it do…
…finished docs site looks. What you can do • Write guides, FAQs, changelog entries, and API reference with autosave and version history. • Publis…
The Buuk API lets you manage help centers, publish articles, and search documentation programmatically. This quickstart walks through creating a t…
…s. Accept to apply or open a draft, edit before publish, or dismiss if the docs are already correct. Zero auto-publishes. Editors decide what customer…
…pen Members in settings. Owners and editors can publish. Viewers can read drafts without changing live pages. Starter includes a public help center an…
…ng. Warnings prevent a common mistake, such as publishing before a slug is final. Code Pick a language from the dropdown so readers know the frame…
…voices. PlanIncludesStarterPublic help center, published articles, core editor — no credit cardGrowthAI writing, more integrations, custom domain, hig…
…data } = await client.articles.list({ status: "published" });
…nect a support inbox so repeated tickets become article drafts. • Connect Slack if docs questions land in a channel first. Each integration lists wha…
List endpoints such as GET /articles return at most 100 items per request. Use cursor and limit to iterate without skipping or dupl…
GET /articles
POST /articles
GET /articles/{articleId}
PATCH /articles/{articleId}