Skip to main content

Endpoint

Use this endpoint to publish a tent manually after generation has already completed.

Request Body

Request Example

Successful Response

No-Op Response

If the tent is already live with the latest completed generation, publish still returns 200 OK with an explanatory message:

Clearing an Alias

Send custom_page_alias: null to remove a previously assigned alias and publish at the default tent URL:

Alias Rules

  • Maximum 100 characters
  • Lowercase letters, numbers, hyphens, underscores, and dots only
  • Must start with a letter or number
  • Must not be a UUID
  • Must not use reserved words such as api, admin, submit, or assets
  • Use / to publish at the domain root

Publish Limit Response

If the workspace cannot publish another tent, the API returns 429 Too Many Requests:
The same failure is also persisted into GET /v1/tents/{tentId} under the publication object.

Common Errors

Next: Unpublish Tents

Remove a published tent from its public URL.