action watchful_create_log { label: "Create a custom log for a specific website" description: "Create a custom log for a specific website" provider: watchful method: POST path: "/sites/{id}/logs" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }