webflow

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name WEBFLOW_TOKEN or zero doctor check-connector --url https://api.webflow.com/v2/token/authorized_by --method GET

How to Use

All examples assume WEBFLOW_TOKEN is set.

Base URL: https://api.webflow.com/v2

1. Get Authorized User

Get information about the authenticated user:

curl -s "https://api.webflow.com/v2/token/authorized_by" --header "Authorization: Bearer $WEBFLOW_TOKEN" | jq '{id, email, firstName, lastName}'

2. List Sites

Related skills
Installs
22
GitHub Stars
59
First Seen
Mar 12, 2026