{"name":"Proof Editor","description":"Agent-native markdown editor with collaborative sharing and provenance tracking","api_base":"https://proof.icvida.com/api","docs_url":"https://proof.icvida.com/agent-docs","skill_url":"https://proof.icvida.com/proof.SKILL.md","setup_url":"https://proof.icvida.com/agent-setup","capabilities":["create_document","share","comment","suggest","rewrite","collab","provenance"],"auth":{"methods":["none"],"api_key_header":"Authorization: Bearer <key>","no_auth_allowed":true,"shared_link":{"token_from_url":"?token=<token>","preferred_header":"Authorization: Bearer <token>","alt_header":"x-share-token: <token>"}},"quickstart":{"received_link":{"description":"Given a Proof share URL, read it (and discover state/ops) in one step.","method":"GET","url":"https://proof.icvida.com/d/{slug}?token={token}","headers":{"Accept":"application/json"},"returns":"markdown + _links + agent.auth"},"create_and_share":{"method":"POST","url":"/documents","body":{"markdown":"# Hello World","title":"My Document"},"returns":"shareUrl (editable link to share with anyone)"}}}