---
title: "POST /orgs/{org_id}/k2"
method: POST
path: "/orgs/{org_id}/k2"
tags: ["k2"]
---

# POST /orgs/{org_id}/k2

`POST /orgs/{org_id}/k2`

Create a new knowledge base

## Path parameters

- `org_id` string, required

## Request body

- CreateK2Request
  - `name` string, nullable — Name for the new knowledge base

## Response `201`

Knowledge base created

- CreateK2Response
  - `id` string, required
  - `name` string, required
  - `path` string, required
  - `uid` string, required

---

[API](https://skmtc.net/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.net/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/versions/dd7e398ce0d3/schema)
