---
title: "Get Scaffold Manifest"
method: GET
path: "/v1/public/templates/scaffolds/{template_id}/manifest"
tags: ["Public Templates API", "Public Scaffolds"]
---

# Get Scaffold Manifest

`GET /v1/public/templates/scaffolds/{template_id}/manifest`

Render a scaffold template as a Mixpeek manifest (public, no auth).

Powers the Studio namespace-templates UI, which shows each template as a
declarative manifest tree + copyable YAML (the same IaC format used by
`POST /v1/manifest/apply`). Returns both the YAML string (`manifest_yaml`)
and the parsed manifest dict (`manifest`).

## Path parameters

- `template_id` string, required — Scaffold template ID

## Response `200`

Successful Response

- ScaffoldManifestResponse — A scaffold template rendered as a Mixpeek manifest. Returned by GET /templates/scaffolds/{template_id}/manifest (authenticated) and GET /public/templates/scaffolds/{template_id}/manifest (public browse).
  - `template_id` string, required — Scaffold template ID
  - `name` string, required — Scaffold template display name
  - `manifest_yaml` string, required — Manifest rendered as YAML (same style as manifest export)
  - `manifest` object, required — Manifest as a JSON-safe dict (parseable by the manifest parser)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/revisions/04b379bdbb7c/schema)
