Create the enterprise-tier blueprint
Snapshot Setup (Enterprise)
Create the enterprise-tier blueprint
Create the single enterprise-tier blueprint.
Returns 409 if a blueprint already exists for this enterprise.
POST
Create the enterprise-tier blueprint
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permissions
Requires a service user with theManageAccountSnapshots 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
Service User credential (prefix: cog_)
Body
application/json
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.
