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

# Create Project

`POST /projects`

## Request body

- CreateProjectRequest — Payload for creating a project
  - `metadata` object, nullable
  - `canonical_name` string, nullable
  - `name` string, required

## Response `201`

Successful Response

- Project — Project model
  - `id` string, uuid, required
  - `metadata` object, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `canonical_name` string, nullable
  - `name` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-12** `3b58badc86fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/julep-ai/apis/julep-agents-api/changes/projects/post.md)

---

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