action netlify_create_site { label: "createSite" description: "**Note:** Environment variable keys and values will soon be moved from `build_settings.env` and `repo.env` to a new endpoint. Please use [createEnvVars](#tag/environmentVariables/operation/createEnvVars) to create environment variables for a site." provider: netlify method: POST path: "/sites" encoding: json input: { type: "object" properties: { configure_dns: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }