Create Knowledge Base
Creates a new knowledge base for storing and managing documents. A knowledge base serves as a container for related documents that can be used by AI agents for context and information retrieval. Each knowledge base is isolated and can have its own set of documents, making it ideal for organizing domain-specific knowledge.
Body
Data Transfer Object for creating a new Knowledge Base.
A comprehensive description of the knowledge base explaining its contents, purpose, and how it will be used by AI agents.
The name of the knowledge base. Must be unique within your organization and clearly identify its purpose.
1
Response
Response model for a Knowledge Base.
Unique identifier of the knowledge base in MongoDB ObjectId format.
UTC timestamp indicating when this knowledge base was created.
The name of the knowledge base.
UTC timestamp indicating when this knowledge base was last modified.
Detailed description of the knowledge base's purpose and contents.
Total number of documents currently stored in this knowledge base.