---
title: "Fs Create"
method: POST
path: "/fs"
tags: ["Usage"]
---

# Fs Create

`POST /fs`

Create a bare filesystem namespace. Returns a source_id you can
immediately write to via /v2/fs/{source_id}/files.

## Request body

- CreateFilesystemBody
  - `name` string, required — Display name for the filesystem
  - `description` string, nullable — Optional description

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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