action circuitsandbox_exists_space_name { label: "Space name exists" description: "Find out if a space name already exists for non-secret spaces.\nOauthScopes: READ_SPACE" provider: circuitsandbox method: GET path: "/spaces/exists/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }