---
title: "Create a project"
method: POST
path: "/projects"
tags: ["Projects"]
---

# Create a project

`POST /projects`

Creates a new Flora project in the requested workspace. Mutating public API requests support an optional Idempotency-Key header for client retries; duplicate keys within two hours return idempotency_duplicate.

## Request body

- object
  - `workspace_id` string, required — Workspace identifier
  - `name` string, required — Project name

## Response `201`

Project created.

- object
  - `project_id` string, required — Project identifier
  - `name` string, required — Project name
  - `workspace_id` string, required — Workspace identifier
  - `origin` string, nullable, required — Project origin
  - `last_modified` number, nullable, required
  - `created_at` number, required

---

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