craftagents:// URL scheme lets you launch Craft Agents directly from browsers, scripts, documentation, or other apps.
New Chat
Create a new chat session, optionally with pre-filled input:| Parameter | Description |
|---|---|
input | Text to pre-fill in the input field |
send | Set to true to immediately send the message |
name | Custom name for the session |
Workspace Targeting
Target a specific workspace by adding the workspace ID to the path:View Routes
Navigate directly to specific views: Sessions:Session Actions
Manage sessions via deep links:Window Modes
Open links in a new window instead of the current one:| Mode | Description |
|---|---|
focused | New focused window |
full | New full window |
Use Cases
Browser bookmarks
Browser bookmarks
Create bookmarks that launch specific workflows:
- Morning briefing:
craftagents://action/new-chat?input=Give%20me%20my%20morning%20briefing&send=true - Quick task check:
craftagents://action/new-chat?input=What%20are%20my%20top%203%20priorities%3F&send=true
Documentation links
Documentation links
Add links in your team docs that open agent conversations:
Shell aliases
Shell aliases
Create shell aliases for common tasks:
Raycast / Alfred shortcuts
Raycast / Alfred shortcuts
Configure launcher apps to trigger workflows with keyboard shortcuts using the deep link URLs.
iOS Shortcuts
iOS Shortcuts
On iOS, create Shortcuts that open deep links:
- Create a new Shortcut
- Add “Open URL” action
- Enter your
craftagents://deep link - Run from the Shortcuts widget or Siri
Tips
URL encode your input
URL encode your input
When creating deep links with input text, URL-encode special characters:
- Space →
%20 - Question mark →
%3F - Ampersand →
%26 - Newline →
%0A
Test deep links in Terminal
Test deep links in Terminal
Test your deep links before sharing:
Auto-send for quick workflows
Auto-send for quick workflows
Add
&send=true to immediately execute the prompt without manual confirmation - great for automated workflows.