Knowledge bases are read-only through the v1 API. Create and configure them in the dashboard; this surface lets you list them, resolve
knowledge_base_id references on articles, and check which ones are publicly published.Where knowledge bases live
Public KB site
A published KB serves visitors at
https://kb.awardee.dev/{public_slug}. Set is_published: true to expose it.Chatbot retrieval
Indexed articles in a KB feed the chatbots configured to use them. The KB is the unit of attachment.
Endpoints
| Method | Path | Purpose |
|---|---|---|
GET | /knowledge-bases | List every knowledge base in the org |
GET | /knowledge-bases/{id} | Fetch one by id |
knowledge_bases.view scope.
Common workflows
List your knowledge bases
Filter to published KBs
Passis_published=true to narrow to KBs that are live on the public surface. Useful when building a directory of public sites.

