presentmd

Headless markdown presentation hosting. API-only. No UI needed.

For agents

Fetch the skill doc and add it to your agent's context:

curl https://present.spongeboi.com/agents

Quick example

# 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/ID

Endpoints

POST/api/uploadCreate presentation
GET/api/presentations/:idGet data
PUT/api/presentations/:idUpdate
DELETE/api/presentations/:idDelete
GET/p/:idView slides
GET/agentsAgent skill doc (markdown)

slides rendered client-side · images on cloudflare r2 · no auth