Agent integrations for glance.sh — temporary image sharing for coding agents.
Paste a screenshot in your browser, your agent gets the URL instantly.
| Agent | Directory | Status |
|---|---|---|
| pi | pi/ |
✅ |
Each plugin creates a live session on glance.sh, gives you a URL to open, and waits for you to paste an image. The image URL is returned to the agent over SSE — no manual copy-paste needed.
agent ──POST /api/session──▶ { id, url }
agent ──GET /api/session/<id>/events──▶ SSE (waiting…)
user ──opens /s/<id>, pastes image──▶ agent receives URL
Sessions are anonymous and ephemeral (10-minute TTL). Images expire after 30 minutes.
Create a directory for your agent (e.g. cursor/, cline/) with:
- The integration code
- A
README.mdwith install instructions
Open a PR.
MIT