Returns a shareable URL that opens the perspective in preview mode, so you (or a teammate) can have a sample conversation with it before deploying.
Behavior:
- Read-only. The same stable preview URL every time for a given perspective; the link does not expire.
- Conversations started from this URL are preview conversations and do NOT count toward the workspace's quota.
- Anyone with the link can start a preview conversation, even unauthenticated — treat as semi-public.
When to use this tool:
- After perspective_create or perspective_update, to manually verify the perspective's behavior before going live.
- To share a preview link with a teammate for review.
When NOT to use this tool:
- For production deployment — use perspective_get_embed_options, which returns embed snippets and a public share link whose conversations count toward quota.
- To inspect existing real conversations — use perspective_list_conversations / perspective_get_conversation.
Typical flow:
1. perspective_create → design
2. perspective_get_preview_link → test
3. perspective_update → refine
4. perspective_get_embed_options → deploy
Connector