synti:// URL scheme, so any app that can open a link can drive Synti. Click a synti:// link in a browser, run one from a shell script, add it to a launcher, or embed it in your notes — Synti comes to the front and performs the action. Deep links are the glue between Synti and the rest of your workflow.
Anatomy of a link
A deep link names an action or a route, followed by optional parameters:%20, and so on.
Starting a chat
The most common link opens a new session.
For example, a one-click “summarize my day” bookmark:
Acting on a session
Target an existing session by its ID:Navigating the app
Deep links can also jump straight to a view or a resource.Targeting a workspace
By default a link acts on the current workspace. Prepend a workspace segment to direct it somewhere specific:Where deep links shine
Browser bookmarks
Save a prompt you run often as a one-click bookmark.
Shell aliases
Wrap a link in a shell function or
open/xdg-open command.Launchers
Trigger sessions from Raycast, Alfred, or Spotlight.
Documentation
Embed action links in runbooks and internal notes.
Related
Workspaces
Scope links to a specific workspace.
Sharing
Publish a conversation as a link.