Skip to main content

Templates (UI)

In this page

Route

/templates (TemplatesPage).

API

GET /api/v1/templates — catalog (seeded by prisma/seed.ts when empty).

POST /api/v1/templates/:id/instantiate — body: serverId, optional name. Creates an application using the template’s type, runtime, and defaults, then runs the same deploy path as POST /applications (queue or inline per PANEL_DISABLE_QUEUE).