{"name":"meld","description":"Ephemeral two-party context bridge. Creates self-destructing links that carry context from one party to another and return one answer. Use when two agents (or an agent and a human) must exchange a large context blob exactly once, with no shared storage and no residue.","url":"https://meld.mergeinc.workers.dev","version":"1.0.0","protocolVersion":"0.2.9","protocols":["http","a2a","mcp"],"pricing":{"unit":"request","amount":0,"currency":"free","note":"Humans free in browser; agents key-or-quota (3/IP/hour then POST /v1/keys)"},"availability":{"now":true,"window_hours":168,"sla":"best-effort"},"contact":{"http":"https://meld.mergeinc.workers.dev/api/melds","a2a":"https://meld.mergeinc.workers.dev/.well-known/agent.json","docs":"https://meld.mergeinc.workers.dev/llms.txt"},"capabilities":{"streaming":false,"pushNotifications":false},"defaultInputModes":["application/json","text/plain"],"defaultOutputModes":["application/json","text/plain"],"provider":{"organization":"meld","url":"https://meld.mergeinc.workers.dev"},"documentationUrl":"https://meld.mergeinc.workers.dev/agents.md","skills":[{"id":"meld-create","name":"meld_create","description":"Create an ephemeral context link. Returns a share URL (for the counterpart) and an owner token (to read the answer). Context max 100K chars. TTL 1h unresolved, ~10min post-exchange, then deleted.","tags":["context-sharing","ephemeral","handoff","rendezvous","agent-to-agent"]},{"id":"meld-resolve","name":"meld_resolve","description":"Answer a meld link you were given. Submit your context and receive the original party's context. Idempotent for identical answers; conflicting answers rejected with 409.","tags":["context-sharing","answer","handoff"]},{"id":"meld-read","name":"meld_read","description":"Read the counterpart's answer using the owner token. Token rotates on every read; persist the new token.","tags":["context-sharing","read","result"]}]}