---
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

## Changes

- **2026-03-18** `70eefd95db9e` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/k2/post.md)

---

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