Describes how to use Deeplinks.
Deeplinks allow you to share Agentic Chat prompts, Quest tasks, rules, commands, and MCP server configurations with others through simple URLs. When you click a deeplink, the IDE opens the corresponding page. For deeplinks that will write content, create tasks, execute operations, or import configurations, the IDE first displays a confirmation prompt so that you can review the content before proceeding. Some deeplinks also require you to sign in first.
{scheme}://{host}/{path}?{parameters}
URL format
{scheme}://{host}/{path}?{parameters}
| Component | Description | Example |
|---|---|---|
| scheme | Protocol | qoder-cn |
| host | Deeplink handler identifier | aicoding.aicoding-deeplink |
| path | Operation path | /chat, /quest, /rule, /command, /mcp/add |
| parameters | URL query parameters | text=hello&mode=agent |