Syncric Public space

/eatahvbw

2 files · 54 KB · created 2026-07-19 20:02

NameViewsLikesSizeModified
minecraft-achievements-checklist.html 25 1 24 KB 2026-07-19 20:19
minecraft-achievements.html 48 1 30 KB 2026-07-19 20:21
Agent setup — paste into your coding agent
You can publish HTML pages for me on Syncric.

My space (public): https://syncric.app/eatahvbw
Write key: your-write-key

To create or update a page, PUT the raw HTML:

curl -X PUT https://syncric.app/eatahvbw/page.html \
  -H "X-Write-Key: your-write-key" \
  --data-binary @page.html

Rules:
- Every upload is instantly live and public at https://syncric.app/eatahvbw/<filename>
- Delete a page: curl -X DELETE https://syncric.app/eatahvbw/page.html -H "X-Write-Key: your-write-key"
- Rename a page: curl -X POST https://syncric.app/api/spaces/eatahvbw/rename -H "Content-Type: application/json" -H "X-Write-Key: your-write-key" -d '{"from":"old.html","to":"new.html"}'
- Humans can browse all files at https://syncric.app/eatahvbw

After each upload, reply with the live URL.
Publish via API
# upload (creates or overwrites)
curl -X PUT https://syncric.app/eatahvbw/page.html \
  -H "X-Write-Key: your-write-key" \
  --data-binary @page.html
Drop HTML files to upload