---
title: "Create a blueprint"
method: POST
path: "/api/blueprints"
tags: ["Blueprints"]
---

# Create a blueprint

`POST /api/blueprints`

Creates a draft blueprint. API keys need the `blueprints:write` scope. You can create an empty blueprint with just a name, or provide an initial visual definition.

## Request body

- CreateBlueprint
  - `name` string, required
  - `visual` unknown
  - `thesisId` string, uuid

## Response `200`

Created draft blueprint.

- Blueprint
  - `id` string, uuid, required
  - `name` string, required
  - `status` 'draft' | 'running' | 'error' | 'stopped', required
  - `deploymentId` string, nullable
  - `visual` unknown
  - `nodeStates` unknown
  - `error` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

[API](https://skmtc.net/carboncopyinc/apis/blueprints-api.md) · [All operations](https://skmtc.net/carboncopyinc/apis/blueprints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carboncopyinc/blueprints-api/revisions/821dba6e3373/schema)
