Overview
Use anask share link when you want public prompt access to a document without exposing your API key.
SDK flow
Consumer curl (no API key)
link.links.completion.
Internal authenticated prompt
For server-side usage where you control credentials, keep using session prompts:Revoke / rotate
Revoke a link and create a new one:session.shareLink({ role: 'ask' }) again for a new link.