OpenEvidence Article Share Access
oe_article_set_accessSet a conversation's share visibility to public (link-shareable) or private (creator-only). Returns the shareable URL.
Instructions
Set a conversation's share visibility (PATCH /api/article//access). public:true makes it link-shareable (ANYONE_WITH_LINK — anyone with the URL can read it, no login); public:false makes it private again (CREATOR_ONLY). Returns the shareable /ask/ URL. You must own the conversation, and the relay extension must be connected (only the owning browser session may change access). ⚠️ Publishing exposes the conversation to anyone on the internet with the link — do not publish anything containing PHI or medically sensitive patient information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public | Yes | true → ANYONE_WITH_LINK (public); false → CREATOR_ONLY (private). | |
| article_id | Yes | Article UUID or openevidence.com/ask/<id> URL of the conversation. |