Skip to main content
POST
Create the enterprise-tier blueprint

Permissions

Requires a service user with the ManageAccountSnapshots permission at the enterprise level.

Behavior

Creates the enterprise-tier blueprint. A blueprint defines the declarative environment configuration for Devin sessions. Mutating a blueprint does not auto-trigger a build — you must explicitly call the builds endpoint.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Body

application/json
contents
string | null

YAML body for the new blueprint. Omit to create an empty blueprint.

Response

Successful Response

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 | null
required
type
enum<string>
required
Available options:
enterprise,
org,
repo
updated_at
integer
required