name field from any returned template as the template parameter when creating a new capsule.
Endpoint
Authentication
Your team’s API key. Pass the full
wrn_... key value.Query parameters
Filter templates by type. Accepted values:
"base" (built-in images) or "snapshot" (team-created snapshots). Omit to return all templates.Example requests
Response
Returns200 OK with an array of Template objects.
The template name. Pass this value as
template when creating a capsule.Either
"base" (a built-in Wrenn image) or "snapshot" (created from a running capsule).Number of vCPUs the template was captured with. May be
null for base templates.Memory in MiB the template was captured with. May be
null for base templates.Total size of the template files on disk, in bytes.
ISO 8601 timestamp of when the template was created.
Example response
Python SDK
The
name field is what you pass as the template parameter in POST /v1/capsules. Base template names like "minimal" are always available; snapshot names are scoped to your team.