Skip to main content
Extensions

Deeplinks

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.

URL format

{scheme}://{host}/{path}?{parameters}
ComponentDescriptionExample
schemeProtocolqoder-cn
hostDeeplink handler identifieraicoding.aicoding-deeplink
pathOperation path/chat, /quest, /rule, /command, /mcp/add
parametersURL query parameterstext=hello&mode=agent
Guides
Tutorials
  • Coding with Qoder CN
Developer Reference