action mailscript_add_workspace { label: "Claim a Mailscript workspace" description: "An attendant address will be created as well" provider: mailscript method: POST path: "/workspaces" encoding: json input: { required: ["workspace"] properties: { workspace: { type: "string" } } } output: { type: "object" additionalProperties: true } }