---
title: "Create Graph Project"
method: POST
path: "/graph-project"
---

# Create Graph Project

`POST /graph-project`

## Request body

- CreateGraphProjectRequest
  - `display_name` string, nullable
  - `workspace_id` string, nullable
  - `workspace` string, nullable
  - `content` GraphProjectContent — The user-editable graph document that JSON Patches modify directly.
    - `resolution` integer
    - `normal_format` 'opengl' | 'directx'
    - `outputs` object
    - `output_positions` object, nullable
    - `output_order` string[]
    - `output_formats` object
    - `nodes` object
    - `frames` object
    - `reroutes` object
    - `portals` object
    - `portal_exits` object
    - `custom_nodes` object

## Response `200`

Successful Response

- CreateGraphProjectResponse
  - `graph_project_id` string, required
  - `display_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
