Share
Share session timelines safely.
AlphaBase can generate shareable links for session timelines.
What Happens On Share
- a share secret is created for the session
- session metadata/messages are synced to the share backend
- a public URL is returned
In cloud deployments, this is handled by the share function endpoints (for example /share_create, /share_sync, /share_poll, /share_data).
Share Modes
Configure with share in alphabase.json:
{ "$schema": "https://alphabase.ai/config.json", "share": "manual"}Allowed values:
manual: explicit share actionauto: share new sessions automaticallydisabled: prevent sharing
Security Guidance
- treat share links as public
- do not share secrets or proprietary payloads
- disable sharing in regulated environments
{ "$schema": "https://alphabase.ai/config.json", "share": "disabled"}