action watchful_create_audits { label: "Create an audit for the site" description: "Create an audit for the site" provider: watchful method: POST path: "/sites/{id}/audits" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }