jpskill.com
🛠️ 開発・MCP コミュニティ

webflow-enterprise-api

Webflow Enterpriseのワークスペース管理やサイト活動、リダイレクト設定などをAPI経由で操作するSkill。

📜 元の英語説明(参考)

Webflow Enterprise API endpoints for workspace management, audit logs, site activity, 301 redirects, robots.txt, and well-known files. Use when working with Enterprise-only Webflow API endpoints that require an Enterprise workspace.

🇯🇵 日本人クリエイター向け解説

一言でいうと

Webflow Enterpriseのワークスペース管理やサイト活動、リダイレクト設定などをAPI経由で操作するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o webflow-enterprise-api.zip https://jpskill.com/download/6547.zip && unzip -o webflow-enterprise-api.zip && rm webflow-enterprise-api.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/6547.zip -OutFile "$d\webflow-enterprise-api.zip"; Expand-Archive "$d\webflow-enterprise-api.zip" -DestinationPath $d -Force; ri "$d\webflow-enterprise-api.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して webflow-enterprise-api.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → webflow-enterprise-api フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Webflow Enterprise API

Webflow ワークスペースとサイト構成を管理するための、エンタープライズ限定の API エンドポイントです。すべてのエンドポイントには、Enterprise ワークスペースと適切なトークンスコープが必要です。

エンドポイントの概要

エンドポイント メソッド スコープ 説明
/workspaces/{id}/audit_logs GET workspace_activity:read ワークスペースの監査ログ
/sites/{id}/activity_logs GET site_activity:read サイトのアクティビティログ
/sites/{id}/redirects GET sites:read 301 リダイレクトルールを一覧表示
/sites/{id}/redirects POST sites:write 301 リダイレクトを作成
/sites/{id}/redirects/{rid} PATCH sites:write 301 リダイレクトを更新
/sites/{id}/redirects/{rid} DELETE sites:write 301 リダイレクトを削除
/sites/{id}/robots_txt GET site_config:read robots.txt の設定を取得
/sites/{id}/robots_txt PUT site_config:write robots.txt の設定を置換
/sites/{id}/robots_txt PATCH site_config:write robots.txt の設定を更新
/sites/{id}/robots_txt DELETE site_config:write robots.txt のルールを削除
/sites/{id}/well_known PUT site_config:write well-known ファイルをアップロード
/sites/{id}/well_known DELETE site_config:write well-known ファイルを削除
/workspaces/{id}/sites POST workspace:write 新しいサイトを作成
/sites/{id} PATCH sites:write サイトを更新
/sites/{id} DELETE sites:write サイトを削除
/sites/{id}/plan GET sites:read サイトのホスティングプランを取得

すべて のエンドポイントは https://api.webflow.com/v2 をベース URL として使用し、Authorization: Bearer <token> を必要とします。

重要な注意事項

  • すべてのエンドポイントにはEnterprise ワークスペースが必要です。Enterprise プラン以外ではエラーが返されます。
  • ワークスペースレベルのエンドポイントには、ワークスペース API トークン(サイトトークンではない)を使用してください。
  • レート制限が適用されます。X-RateLimit-Remaining レスポンスヘッダーを確認してください。
  • リストエンドポイントでは、limit および offset クエリパラメーターを介してページネーションが利用可能です。

リファレンスドキュメント

各リファレンスファイルには、検索性を高めるために namedescriptiontags を含む YAML フロントマターが含まれています。関連するリファレンスを見つけるには、scripts/search_references.py の検索スクリプトを使用してください。

監査とアクティビティ

サイト構成

ワークスペース管理

リファレンスの検索

# メタデータ付きのすべてのリファレンスを一覧表示
python scripts/search_references.py --list

# タグで検索(完全一致)
python scripts/search_references.py --tag <tag>

# キーワードで検索(名前、説明、タグ、コンテンツ全体)
python scripts/search_references.py --search <query>

スクリプト

  • scripts/search_references.py: タグ、キーワードでリファレンスファイルを検索したり、メタデータ付きのすべてを一覧表示したりします。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Webflow Enterprise API

Enterprise-only API endpoints for managing Webflow workspaces and site configurations. All endpoints require an Enterprise workspace and appropriate token scopes.

Endpoints Overview

Endpoint Method Scope Description
/workspaces/{id}/audit_logs GET workspace_activity:read Workspace audit logs
/sites/{id}/activity_logs GET site_activity:read Site activity logs
/sites/{id}/redirects GET sites:read List 301 redirect rules
/sites/{id}/redirects POST sites:write Create a 301 redirect
/sites/{id}/redirects/{rid} PATCH sites:write Update a 301 redirect
/sites/{id}/redirects/{rid} DELETE sites:write Delete a 301 redirect
/sites/{id}/robots_txt GET site_config:read Get robots.txt configuration
/sites/{id}/robots_txt PUT site_config:write Replace robots.txt configuration
/sites/{id}/robots_txt PATCH site_config:write Update robots.txt configuration
/sites/{id}/robots_txt DELETE site_config:write Delete robots.txt rules
/sites/{id}/well_known PUT site_config:write Upload a well-known file
/sites/{id}/well_known DELETE site_config:write Delete well-known files
/workspaces/{id}/sites POST workspace:write Create a new site
/sites/{id} PATCH sites:write Update a site
/sites/{id} DELETE sites:write Delete a site
/sites/{id}/plan GET sites:read Get site hosting plan

All endpoints use https://api.webflow.com/v2 as the base URL and require Authorization: Bearer <token>.

Important Notes

  • All endpoints require an Enterprise workspace — they will return errors on non-Enterprise plans
  • Use workspace API tokens (not site tokens) for workspace-level endpoints
  • Rate limits apply — check the X-RateLimit-Remaining response header
  • Pagination is available via limit and offset query parameters on list endpoints

Reference Documentation

Each reference file includes YAML frontmatter with name, description, and tags for searchability. Use the search script in scripts/search_references.py to find relevant references.

Audit & Activity

Site Configuration

Workspace Management

Searching References

# List all references with metadata
python scripts/search_references.py --list

# Search by tag (exact match)
python scripts/search_references.py --tag <tag>

# Search by keyword (across name, description, tags, and content)
python scripts/search_references.py --search <query>

Scripts

  • scripts/search_references.py: Search reference files by tag, keyword, or list all with metadata