Register an App

To start developing a Webflow App, you’ll first need to register an app to a workspace. This guide will walk you through creating and registering your app with Webflow.

Watch: How to register a Webflow App

Prerequisites

Admin access required

Only Workspace admins can create apps, view client secrets, upload bundles, and modify app settings.

Register an app

Webflow Dashboard

1

Open the Webflow Dashboard

Login to your Webflow account and navigate to your Dashboard.

2

Choose a Workspace

Select the Workspace for your app. While you can use any workspace, it’s recommended to create a dedicated development workspace to keep your apps organized and separate from production environments.

New to Webflow?

Get started with Webflow’s free Developer Workspace designed for testing and developing Apps.

4

Add app details

App Details
Here, you’ll add the following basic information for your app:

  • Name: The name of your app
  • Description: A brief summary of your app’s purpose (140 characters max)
  • Icon: An icon to represent your app
  • Homepage URL: A valid HTTPS link to your app’s website

For more details on how your App will appear in the Marketplace, see the app listing guide.

You can configure your app’s installation scope by toggling the “Restrict app installation to a specific site” option. When enabled, users will only be able to authorize your app for a single site at a time, providing more granular control over permissions. When disabled (default), users can authorize your app for multiple sites or their entire Workspace at once, which is convenient for apps that need broader access. Choose the option that best aligns with your app’s security requirements and user experience.

5

Define App capabilities

Click the “Continue” button to define your App’s capabilities.

App Capabilities

Here, you’ll select the capabilities your App needs to function. You can choose from the following capabilities:

  • Designer Extension: Enables your App to interact with the Webflow Designer.
  • Data Client: Enables your App to access and update data from Webflow’s servers.

You can select one or both of these capabilities. Selecting both will allow your App to interact with both Webflow’s servers and the Webflow Designer as a hybrid app.

If you’ve selected the Data Client capability, you’ll need to configure OAuth settings for your app:

  • Select scopes: Choose the specific API permissions your app requires to function properly. Each scope grants access to different Webflow resources such as sites, collections, or assets. Learn more about available scopes in our guide.
  • Add redirect URI: Enter a valid HTTPS URL where users will be redirected after authorizing your app. This is a critical security component of the OAuth flow that ensures authorization codes are only sent to trusted destinations. Learn more about implementing OAuth authentication. You can add or modify redirect URIs later as needed.

After configuring your app’s capabilities and OAuth settings, click the “Create app” button to finalize the registration process.

6

Review your App

App details

Congratulations! You’ve successfully registered your App in Webflow. On successful registration, your App will be displayed in the App Development section. You’ll see key details including the Client ID and Client Secret. From here, you can also update your App’s details, capabilities, and installation settings.

If you’ve selected the Designer Extension capability, you’ll see additional information specific to Designer Extensions:

  • Publish Extension Version: This button will open a modal where you can upload a new version of your Designer Extension and add version notes. For detailed publishing instructions, see our Publishing Designer Extensions guide.

  • Designer Extension URI: The URI where your extension will be served within the Webflow Designer iframe. This URI is important when configuring CORS settings for your extension.

  • Versions: View all previously published versions of your Designer Extension. This helps you track your extension’s version history and rollback if needed.

App Security
  • Never commit your Client Secret to version control
  • Rotate your Client Secret if it’s ever exposed
  • Store secrets in environment variables or a secure secret management system
  • Implement proper CORS policies for Designer Extensions

Troubleshooting

When you receive an “Invalid Redirect URI” error during OAuth authorization, it typically means there’s a mismatch between the URI you’re using and what you registered. To resolve this:

  • Ensure the redirect URI matches exactly what you registered
  • Check for trailing slashes - https://example.com/callback and https://example.com/callback/ are treated as different URIs
  • If using localhost for development, make sure the port number matches exactly
  • For Ngrok or other tunneling services, remember that the URL changes each time you restart the tunnel - update your registered URI accordingly

Verify that:

  • You’re in the correct Workspace
  • You have Admin permissions on the Workspace (only Workspace admins can view and manage apps)
  • Your account has been verified via email and has 2-factor authentication enabled
  • You’ve navigated to Workspace Settings > App Development (not Site Settings)
  • Your Webflow plan supports app development (available on Team and Enterprise plans)

If you’ve confirmed all these requirements and still can’t see the App Development section, try clearing your browser cache or using a different browser, then contact Webflow Support if the issue persists.

Next steps

To see your new App in action, follow these Quickstart guides, which will get your App up and running in Webflow.

Was this page helpful?
Built with