Skip to main content
Synti registers the 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. A deep link names an action or a route, followed by optional parameters:
Remember to URL-encode parameter values — spaces become %20, and so on.

Starting a chat

The most common link opens a new session.
It accepts these parameters: For example, a one-click “summarize my day” bookmark:

Acting on a session

Target an existing session by its ID:
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:
See Workspaces for where to find a workspace ID.

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.
Pair deep links with mobile shortcuts to hand a task to Synti from your phone, or with an Automation to chain actions together.

Workspaces

Scope links to a specific workspace.

Sharing

Publish a conversation as a link.