create knowledge group
Create a new knowledge group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Name and optional description for the new knowledge group. The group starts empty — upload documents separately via POST /v1/knowledge/groups/{id}/documents.
Response
Successfully created knowledge group
A folder of documents that a persona can search via RAG tools.
Unique identifier for the knowledge group.
Human-readable name for the group.
Free-form description of what the group contains.
Number of non-deleted documents currently in the group.
Timestamp when the group was created.
Timestamp when the group was last updated.

