Headless markdown presentation hosting. API-only. No UI needed.
Fetch the skill doc and add it to your agent's context:
curl https://present.spongeboi.com/agents# Create a presentation
curl -X POST /api/upload \
-F "files=@slides.md" \
-F "files=@plot.png"
# Update it
curl -X PUT /api/presentations/ID \
-F "files=@slides_v2.md"
# View it
open https://present.spongeboi.com/p/IDslides rendered client-side · images on cloudflare r2 · no auth