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

Installs
36
GitHub Stars
71
First Seen
Mar 12, 2026
webflow — vm0-ai/vm0-skills