v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-035895111.8 KB
templates

Create template (v3)

Create a new template

post/v3/templates

Request body

namestring

Name of the template. Can include a tag with colon separator (e.g. "my-template" or "my-template:v1"). If tag is included, it will be treated as if the tag was provided in the tags array.

tagsstring[]

Tags to assign to the template build

aliasstring

Alias of the template. Deprecated, use name instead.

teamIDstring

Identifier of the team

cpuCountinteger

CPU cores for the sandbox

memoryMBinteger

Memory for the sandbox in MiB

Response

The build was requested successfully

templateIDstring required

Identifier of the template

buildIDstring required

Identifier of the last successful build for given template

publicboolean required

Whether the template is public or only accessible by the team

namesstring[] required

Names of the template

tagsstring[] required

Tags assigned to the template build

aliasesstring[] required

Aliases of the template