For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesChangelog
ReferenceGuidesChangelog
  • Apps
    • Getting started
    • Data Clients
    • Designer Extensions
    • Hybrid Apps
      • Authenticating Hybrid Apps
      • Deep links
  • Marketplace
    • Overview
    • Marketplace Guidelines
    • Submitting your App
    • Marketing your App
    • App Metrics
  • Resources
    • Examples
    • Webflow CLI
    • Webflow SDK
    • Developer Workspace
    • MCP server and AI tools
  • Company
    • Developer Terms of Service
    • Webflow Terms of Service
LogoLogo
Resources
Get started
On this page
  • Why This Matters
  • How It Works
AppsHybrid Apps

Deep linking

Was this page helpful?
Previous

Overview

Transform your app into a valuable solution for millions of visual developers and marketers.
Next
Built with

To streamline the hand-off between a 3rd party experience and the Webflow Designer Extension, use the following deep link format:

$https://<site short name>.design.webflow.com?app=<client id>
  • site short name: Use the Get Site Information method to retrieve this.
  • client id: Available in your App’s settings in the Webflow Dashboard under Apps & Integrations.

Why This Matters

Deep linking allows you to bypass extra steps and provide a smooth user experience when moving from your Hybrid App to the Webflow Designer. If the App is already installed on the target site, the Designer launches directly with your Extension, reducing friction and context-switching for users.

  • If the App is installed: The Designer session starts with the Extension.
  • If the App is not installed: The Designer will launch as normal without the Extension, treating the deep link as a no-op.

How It Works

  • Fetch the Site Short Name: The site short name is needed to construct the link. You can retrieve it using the Get Site Information method or Get Site endpoint.
  • Locate the Client ID: Find the client_id in the Webflow Dashboard under Apps & Integrations in your App’s settings.

By constructing a deep link with this format, you ensure that your Hybrid App and the Webflow Designer Extension work together seamlessly, reducing unnecessary user input and improving the overall flow between the two environments.