---
title: "Ensure Template Project Route"
method: POST
path: "/api/py/sandbox/template/ensure"
---

# Ensure Template Project Route

`POST /api/py/sandbox/template/ensure`

Start the Template Project ensure workflow for an organization.

Requires service-key authentication, and the authenticated organization
must match the request body. Concurrent calls attach to the open
deterministic workflow; later calls may start another idempotent ensure
run.

## Request body

- EnsureTemplateProjectBody
  - `organization_id` string, required

## Response `200`

Successful Response

- EnsureTemplateProjectResponse
  - `organization_id` string, required
  - `workflow_id` string, required
  - `workflow_run_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
