---
title: "Creates a new knowledgebase."
method: POST
path: "/knowledgebase"
tags: ["Knowledgebase"]
---

# Creates a new knowledgebase.

`POST /knowledgebase`

## Request body

- KnowledgebaseCreateRequest
  - `tags` string, required
  - `name` string, required
  - `description` string

## Response `200`

Successful response

- KnowledgebaseCreateResponse
  - `message` string
  - `code` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2024-08-01** `643ad4ee18ac` — 1 warning, 1 info
  - removed the optional property `id` from the response with the `200` status
  - added the optional property `code` to the response with the `200` status
- **2024-07-29** `71b312915fef` — 1 breaking
  - the `id` response's property type/format changed from `string`/`` to `integer`/`` for status `200`
- **2024-07-29** `a727c281416e` — 1 warning
  - removed the request property `project_id`
- **2024-07-29** `e38298f79782` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/propulsion-ai/apis/propulsionai-api/changes/knowledgebase/post.md)

---

[API](https://skmtc.dev/propulsion-ai/apis/propulsionai-api.md) · [All operations](https://skmtc.dev/propulsion-ai/apis/propulsionai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/propulsion-ai/propulsionai-api/revisions/643ad4ee18ac/schema)
