Clone a tent template
Duplicate the template — its chat, generation history, and assets — as a fresh draft.
Authorizations
Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.
Headers
Optional idempotency key. Replaying a request with the same key returns the stored result of the first attempt. If the first attempt is still in flight, the replay fails with 409 idempotency_in_progress.
Path Parameters
Tent template ID to clone.
Body
Name for the clone. Defaults to "Copy of {name}".
1 - 200Response
Clone created.
Full tent template object.
Tent template ID.
Internal display name.
Lifecycle state.
draft, approved Latest content version number.
How the template was created: upload for API- or hand-authored HTML, tent for templates created from an existing tent.
upload, tent Tent the template was created from, when source_type is tent.
Version that is approved, or null.
Number of content versions (equals current_version).
Creation time.
Last update.
Who created the template (API key name or user).
Status of the most recent AI generation, when one exists.
generating, completed, failed API path to fetch the latest HTML, e.g. /v1/tent-templates/{templateId}/content.