---
title: "POST /managed/blueprints/"
method: POST
path: "/managed/blueprints/"
tags: ["managed"]
---

# POST /managed/blueprints/

`POST /managed/blueprints/`

Blueprint instances

## Request body

- BlueprintInstanceRequest — Info about a single blueprint instance file
  - `name` string, required
  - `path` string
  - `context` object
  - `enabled` boolean
  - `content` string

## Response `201`

- BlueprintInstance — Info about a single blueprint instance file
  - `pk` string, uuid, required
  - `name` string, required
  - `path` string
  - `context` object
  - `last_applied` string, date-time, required
  - `last_applied_hash` string, required
  - `status` 'successful' | 'warning' | 'error' | 'orphaned' | 'unknown', required
  - `enabled` boolean
  - `managed_models` string[], required
  - `metadata` object, required
  - `content` string

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
