Add agent deep links documentation#1522
Open
MikeCarbone wants to merge 3 commits into
Open
Conversation
Co-authored-by: Mike Carbone <MikeCarbone@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Mike Carbone <MikeCarbone@users.noreply.github.com>
There was a problem hiding this comment.
Risk MEDIUM: Adds a new documentation page for agent deep links under developer tools, with a corresponding sidebar navigation entry.
Reasons
- A new MDX page (
content/developer-tools/agent-deep-links.mdx) is added, which introduces a new route to the documentation site - The sidebar navigation file (
data/sidebars/developerToolsSidebar.ts) is modified to include the new page - No code, component, or configuration files are touched, keeping risk below HIGH
- The diff is small (74 additions, 0 deletions) and limited to a single documentation section
- The content is well-structured and follows existing documentation patterns
Notes
- Verify the new sidebar entry renders correctly and the page is accessible at
/developer-tools/agent-deep-links - Check that the external dashboard links (
dashboard.knock.app) are valid and resolve correctly - Confirm the page ordering in the sidebar is intentional (appended at the end of the developer tools section)
Sent by Cursor Automation: Docs PR classifier
MikeCarbone
commented
Jul 6, 2026
|
|
||
| There are two ways to address the account in a deep link: | ||
|
|
||
| ### The `~` shorthand (recommended) |
Co-authored-by: Mike Carbone <MikeCarbone@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
This PR adds a new documentation page under "Developer tools" for agent deep links. The page explains how to kick off agents in the Knock dashboard directly from a URL.
The documentation covers:
~shorthand or specific account slug)qandautoSubmit)Screenshots
Agent deep links documentation page
To show artifacts inline, enable in settings.
Linear Issue: KNO-14035