Skip to main content
POST
Create a knowledge base

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
name
string
required

Human-readable name for the knowledge base.

Maximum string length: 200
description
string

Optional summary of what this base contains.

Maximum string length: 1000
refresh_schedule
enum<string>

Recurring re-scrape cadence for external-source documents. Defaults to manual.

Available options:
manual,
hourly,
daily,
weekly

Response

201 - application/json

The created knowledge base.

data
object
required

A knowledge base — the RAG container documents are uploaded into and that AI agents search at answer time.

meta
object
required