Create a collection
POST/v1/projects/:project_id/knowledge/collections
Create a knowledge collection. The name is the key manifests reference (an agent's knowledge: block) and must be unique within the project.
Request
Responses
- 201
- 400
- 401
- 404
- 409
Collection created.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.