Skip to main content
POST
Create Knowledge Base Config Endpoint

Body

application/json

Schema for creating a knowledge base configuration

provider
enum<string>
required

Provider type (pinecone or qdrant)

Available options:
pinecone,
qdrant,
openai,
redis
name
string
required

Friendly name for the configuration

Required string length: 1 - 255
config
Config · object
required

Provider-specific configuration

is_active
boolean
default:true

Whether the configuration is active

is_default
boolean
default:false

Whether this is the default configuration for the account

Response

Successful Response

data
any
required

Response payload

meta
any
required

Metadata

success
boolean
default:true

Success indicator

message
string | null

Optional success message