---
title: "Create the enterprise-tier blueprint"
method: POST
path: "/v3beta1/enterprise/snapshot-setup/blueprints"
tags: ["snapshot_setup"]
---

# Create the enterprise-tier blueprint

`POST /v3beta1/enterprise/snapshot-setup/blueprints`

Create the single enterprise-tier blueprint.

Returns 409 if a blueprint already exists for this enterprise.

## Request body

- CreateEnterpriseBlueprintBody
  - `contents` string, nullable — YAML body for the new blueprint. Omit to create an empty blueprint.

## Response `201`

Successful Response

- Blueprint — Public ``Blueprint`` resource shape. Note: the ``type`` enum may grow in the future; clients MUST gracefully handle unknown values. YAML contents are fetched separately via ``GET /blueprints/{id}/contents``.
  - `blueprint_id` string, required
  - `created_at` integer, required
  - `repo_name` string, nullable, required
  - `type` 'enterprise' | 'org' | 'repo', required
  - `updated_at` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

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