{"version":"v1","base_url":"https://tidi.so/api/v1","auth":"Authorization: Bearer <token>","agent_header":"X-Agent: <agent-name>","endpoints":{"collections":{"list":"GET  /collections","get":"GET  /collections/:id","create":"POST /collections","update":"PATCH /collections/:id","delete":"DELETE /collections/:id"},"cards":{"list":"GET  /collections/:id/cards?type=sticky|note|todo|link|image","get":"GET  /cards/:id","create":"POST /collections/:id/cards","create_inbox":"POST /cards (no collection — lands in your inbox)","update":"PATCH /cards/:id","delete":"DELETE /cards/:id"},"image_upload":{"base64":"POST a type=image card with image_base64 (raw bytes, optional data: URI prefix)","url":"POST a type=image card with image_url (https, server fetches it)","limits":"png, jpeg, gif, or webp only (svg rejected); max 10 MB"},"activity":{"list":"GET  /cards/:id/activity","create":"POST /cards/:id/activity"}},"mcp_spec":"https://github.com/andresmax/tidi/blob/main/docs/mcp-server.md"}