Developers

Put it live from code, or let your AI do it.

Everything you can do in the dashboard you can also do programmatically. Mint a scoped token, push a bundle, and the site is live in seconds.

Quick start

Publish a private site in a single request. Point the API at a bundle, choose its visibility, and you get back a live link.

Publish a site
curl -X POST https://api.thryvate.com/v1/sites \
  -H "Authorization: Bearer $THRYVATE_TOKEN" \
  -F "title=Q3 board deck" \
  -F "visibility=private" \
  -F "bundle=@deck.zip"