For the complete documentation index, see llms.txt. This page is also available as Markdown.

Publish a site to make it publicly accessible

Makes the site publicly accessible at its configured URL by publishing it. If the organization's plan requires an upgrade, the response includes a Stripe checkout session ID instead of the site object. Use unpublish to take the site offline again.

Available in MCP
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

Responses
200

Site published successfully

application/json
or
post/orgs/{organizationId}/sites/{siteId}/publish
200

Site published successfully

Last updated

Was this helpful?

Powered by GitBook