---
title: "Create new resource"
method: POST
path: "/resources"
tags: ["Resource Management"]
---

# Create new resource

`POST /resources`

Create a new resource.

## Request body

- ChannelCreate — Resources (input/output)
  - `name` string, required
  - `uri` string, uri, required

## Response `200`

OK

## Other responses

- `400` — Missing Required Information

---

[API](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/versions/3c144b366e19/schema)
