Detect Platform
detect_platformUse this when you need to pick the right deploy instructions for a site (different hosts need different snippets — .htaccess for cPanel vs next.config headers for Vercel). Identifies hosting/CMS — Vercel, Netlify, Cloudflare Pages, cPanel/Apache, WordPress, Shopify, Wix, and more. Returns platform slug, confidence, and the signals matched so the calling agent can show its reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| status | Yes | ||
| message | No | ||
| signals | No | ||
| platform | No | ||
| confidence | No | ||
| platformLabel | No | ||
| underlyingHost | No | ||
| humanFollowupUrl | No | URL a calling agent can show its user for the human-rendered version of this tool's output. |