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.
Authenticate
API tokens
Create scoped tokens to publish and update sites from any script or pipeline.
AutomateMCP server
Connect your assistant so it can create and refresh sites on its own.
LearnDocumentation
Concepts, guides, and the full API reference for building on Thryvate.
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"