index.mdx | Landing page: what StandIn is, CVI pillars, capabilities |
quickstart.mdx | Install the plugin, connect to StandIn, place a test call |
teams/overview.mdx | Teams setup landing: what you create, setup path, applies to all six bridges |
teams/azure-bot.mdx | Entra app + Azure Bot + Teams channel/calling (redacted portal screenshots); canonical Microsoft Graph permissions table |
teams/app-package.mdx | Download the generated manifest zip from StandIn; example manifest, placeholders, manual packaging |
teams/publish.mdx | Upload routes (client / Developer Portal / org publish), register in StandIn, first call |
community.mdx | Free community tier (shared bot, public Teams meeting) |
troubleshooting.mdx | HMAC mismatch, unreachable agent, daily limits, port/path, ClawHub |
concepts/architecture.mdx | StandIn bridge, HMAC WebSocket wire contract, call flow |
concepts/modes.mdx | Realtime (speech-to-speech) vs. streaming (STT -> agent -> TTS) |
concepts/features.mdx | Vision, group etiquette, outbound, recap, governance, security |
openclaw/installation.mdx, openclaw/configuration.mdx | OpenClaw plugin (@komaa/openclaw-msteams-bridge) |
hermes/installation.mdx, hermes/configuration.mdx | Hermes plugin (hermes-msteams-bridge) |
elevenlabs/example.mdx | Step-by-step basic-bridge example walkthrough (clone, env, tunnel, StandIn, vision hook) |
livekit/example.mdx | Step-by-step examples walkthrough (voice agent + bridge, avatar variant, Docker, integration points) |
openai/installation.mdx, openai/example.mdx, openai/configuration.mdx | OpenAI Realtime bridge (@komaa/openai-msteams-bridge): install, basic-bridge example walkthrough (vision hook + custom lookup_order tool), env reference incl. OPENAI_MCP_SERVERS |
deepgram/installation.mdx, deepgram/example.mdx, deepgram/configuration.mdx | Deepgram Voice Agent bridge (@komaa/deepgram-msteams-bridge, Python sibling deepgram-msteams-bridge on PyPI): install, basic-bridge example walkthrough (vision hook + custom lookup_order tool), env reference incl. DEEPGRAM_THINK_ENDPOINT_URL and VISION_REQUIRES_RECORDING |
cartesia/installation.mdx, cartesia/example.mdx, cartesia/configuration.mdx | Cartesia Line bridge (@komaa/cartesia-msteams-bridge, Python sibling cartesia-msteams-bridge on PyPI): install, basic-bridge example walkthrough (transport-only: agent code lives on Cartesia’s platform, context via custom events), env reference incl. CARTESIA_TTS_MODEL goodbye and per-call overrides |