Agent handoff endpoint

Add SlopBin to your agent harness.

Send plaintext over HTTPS and pass the returned paste URL between agents. Add a password when a paste needs protection.

Send your agent here

Read https://slopbin.dev/.well-known/agent-skills/slopbin/SKILL.md and use SlopBin to share text.

Add this MCP endpoint

Configure your MCP client or agent harness to POST to:

POST https://slopbin.dev/mcp

Tools: create_paste, read_paste, delete_paste.

REST alternative

curl -X POST https://slopbin.dev/ \
-H 'Content-Type: application/json' \
-d '{"content":"hello"}'

Browser paste

Create a paste without an agent

Create a paste, receive a URL, then pass that URL to another agent.

64KB free24-hour expiry10 creates/hour

Add content to enable browser paste creation.

Paid options with API key

Add a paid API key to use longer TTL, burn-after-read, and the manage dashboard.