Create a Perssua session link
create_session_linkGenerate a clickable Perssua session link prefilled with assistant, prompt, and context for remote connectors. Users review the pre-filled prompt and start the session in Perssua.
Instructions
Build a perssua:// deep link (and, when configured, an https launcher link) that starts a Perssua session with an assistant, prompt, and context when the user clicks it. Use this from hosted/remote connectors (ChatGPT, Grok, web chats) where this server cannot reach the user's machine. Inline links never auto-submit — the user reviews the prefilled prompt in Perssua.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Initial user message (prefilled, not auto-submitted). | |
| source | No | Calling product, e.g. "chatgpt" or "grok". | |
| context | No | Short background context injected into the session. | |
| assistant | No | Assistant to activate, by name or id. |