List blueprints
GET /blueprints
GET
/blueprints
Predefined infrastructure templates that users can deploy as cloud instances. Templates carry parameterized configs (region, size, etc.) that are rendered at deploy time.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
name
required
string
description
string
category
required
string
provider
string
icon
MDI icon name, e.g. mdi-server
string
template
required
Parameterized config: { params: [{key, label, type, options?, default?, required?}], cloud_instance: {…} }. Supports {{key}} placeholder substitution.
version
string
is_public
When true, visible in the global catalog for all users.
boolean
organisation
deploy_count
Usage counter incremented on each successful deploy.
integer
tags
Array of string tags for search and filtering.
cost_estimate
Cost estimate for this blueprint: {resources: [{type, provider, region, monthly_usd}], total_monthly_usd}.
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)