API Reference
The Vibesites REST API lets you manage sites, files, assets, and publishing programmatically. All endpoints are at https://vibesites.dev/api/v1/.
Authentication
Pass your API key as a Bearer token:
Example request
curl https://vibesites.dev/api/v1/sites \
-H "Authorization: Bearer vibe_live_YOUR_KEY"