Create Share Link
Creates the chat’s public share link. Anyone with the URL can read the conversation without authentication. Each chat has at most one active link.
When an active link already exists and regenerate isn’t set, the
existing link is returned with 200 instead of an error. Pass
?regenerate=true to revoke the current link and mint a new URL.
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
^project_[a-z0-9]{20}$Path Parameters
Chat identifier.
^chat_[a-z0-9]{20}$Query Parameters
When true, revokes any existing link and mints a new URL.