---
title: "POST /v1/projects/{projectId}/blueprints"
method: POST
path: "/v1/projects/{projectId}/blueprints"
tags: ["Blueprints"]
---

# POST /v1/projects/{projectId}/blueprints

`POST /v1/projects/{projectId}/blueprints`

## Path parameters

- `projectId` string, required

## Request body

- GoliothBlueprintsCreateBody
  - `boardId` string
  - `name` string
  - `platform` string

## Response `200`

A successful response.

- GoliothCreateBlueprintResponse
  - `data` GoliothBlueprint
    - `boardId` string
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `platform` string
    - `updatedAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/golioth/apis/golioth-api.md) · [All operations](https://skmtc.net/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/golioth/golioth-api/versions/47c98ae69a55/schema)
