Ready for Deployment

Your Mosaic project is provisioned. Push your code to deploy it here.

Project created
Git repo ready
3 Deploy code
# Clone your repo and push code
git clone https://git.mosaic.site/you/.git
cd
# Add your app code, then push
git add . && git commit -m "initial commit"
git push origin main

# First deploy (one-time)
curl -X POST https://api.mosaic.site/v1/project//deploy \
  -H "X-API-Key: $KEY" -H "Content-Type: application/json" \
  -d '{"repo_url":"","branch":"main"}'

# After that — just git push. Auto-deploys.
Open Dashboard →    API Reference →