deploy-sh-beta.js
import { socialCloud } from "@socialcloud/sdk"; const launch = await socialCloud.spawnInstance({ name: "Signal House", inviteOnly: true, automationLevel: "VANTA", badges: ["referral-only", "nda-on-file"], modules: ["executive-feed", "secure-rooms", "briefing-stage"], trustDesk: { leads: ["iris.ops", "warden.trust"], fallback: "sumsub", }, automations: [ () => ops.unlock("blue-note-hour"), () => trust.challenge("ipqualityscore", { onFail: "hCaptcha", }), ], integrations: [ "aws-rekognition", "sumsub", "openai", "cloudinary", "slack", ], guardrails: { riskTier: "cautious", reviewers: ["lumen.ops", "orion.trust"], }, signalBrief: async () => { const transcript = await openai.moderate("briefing-stage"); return analytics.capture(transcript.summary); }, launchWindow: "2026-09-09T21:30:00Z",}); await launch.validate();await launch.commit();