action circuitsandbox_join_space { label: "Join a space" description: "Join a space\nOauthScopes: WRITE_SPACE" provider: circuitsandbox method: POST path: "/spaces/{id}/join" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { properties: {} } }