For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ”—Allowed Hosts

Limit access to specific websites

Restrict which websites can call your flows by configuring the allowed hosts.

URL Format

https://www.example.com

Hosts must not include a trailing slash.

Multiple allowed hosts

To add multiple allowed hosts, separate your URLs using , .

https://www.example.com, https://example.webflow.io

Last updated