---
title: "create"
method: POST
path: "/api/projects"
tags: ["Project"]
---

# create

`POST /api/projects`

## Request body

- object
  - `data` object, required
    - `type` string, required
    - `attributes` object, required
      - `name` string, required
      - `description` string
      - `useRuntimeTextResource` boolean
      - `useWorkflowExecutor` boolean

## Response `201`

creates a project with useWorkflowExecutor set to true

## Other responses

- `400` — rejects POST /api/projects
- `401` — Rejected by 401
- `422` — Validation error - invalid or conflicting parameters provided

---

[API](https://skmtc.net/treasure/apis/llm-api.md) · [All operations](https://skmtc.net/treasure/apis/llm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/llm-api/revisions/56f275763358/schema)
