Home / Features / Realtime and integrations
osFoundry पर realtime data, webhooks, OAuth connectors, और MCP
Native realtime channels, change-data capture, hosted OAuth, और MCP servers का एक fleet — सब workspace में built।
osFoundry native data channels, Postgres change-data capture (wal2json-based), inbound और outbound webhooks, एक OAuth connector library, और Model Context Protocol (MCP) servers के एक hosted fleet के साथ एक realtime platform है। मिनटों में external services connect करें, अपनी APIs को अन्य tools के लिए expose करें, और subscribed agents को real time में अपने app database से changes stream करें।
Quick answer
- Realtime data channels — end-to-end encryption और replay के साथ pub/sub।
- wal2json logical replication का उपयोग करते हुए Postgres change-data capture (CDC)।
- Retry, signing, और audit log के साथ Inbound और outbound webhooks।
- OAuth connector library — Slack, Google, Notion, आदि जोड़ें बिना auth code लिखे।
- Hosted MCP server fleet — Claude Desktop या Cursor से tools लाएँ, अपनी team के साथ share करें।
Key capabilities
- Channel-level access control के साथ Realtime SDK (web + server)।
- किसी भी per-app Postgres से agents और अन्य apps में CDC streaming।
- Hot replay — subscribers reconnect पर missed events backfill कर सकते हैं।
- Webhook signing (HMAC) और replay-attack protection।
- MCP server management — install, update, team या community के साथ share करें।
- 30+ pre-built OAuth connectors (Slack, Google Workspace, Notion, GitHub, Linear, Stripe…)।
How to do it in osFoundry
- एक realtime channel बनाएँ — App SDK में, `channel.publish()` और `channel.subscribe()`। Channel-level access control app dashboard में configured है।
- अपने Postgres से CDC wire करें — Database browser में एक table पर CDC enable करें। Subscribers (agents या अन्य apps) insert/update/delete events जैसे ही वे होते हैं receive करते हैं।
- एक OAuth connector जोड़ें — Connector library खोलें, service pick करें, authorise करें। Tokens encrypted stored हैं; refresh automatically handled है। Tools scope में agents को उपलब्ध हो जाते हैं।
- एक MCP server install करें — Community catalogue browse करें या एक MCP server config paste करें। Tools Maestro और किसी भी agent profile में surface होते हैं जो उन्हें whitelist करता है।
- Webhooks भेजें और receive करें — Outbound: एक destination URL + HMAC secret configure करें। Inbound: हर app को एक webhook ingest endpoint मिलता है जो signature-verifies करता है और आपके app code में dispatches करता है।
How osFoundry compares
| Capability | osFoundry | Most other tools |
|---|
| Realtime mechanism | wal2json logical replication + websocket channels। | LISTEN/NOTIFY या third-party SaaS। |
| Reconnect पर Replay | Built-in hot replay — subscribers missed events backfill करते हैं। | Manual gap-fill या loss accept करें। |
| MCP hosting | Workspace-shared MCP fleet — एक बार install करें, सभी agents के लिए उपलब्ध। | Per-user local MCP setup (Claude Desktop, Cursor)। |
| OAuth | Token storage के साथ 30+ pre-built connectors। | प्रति service OAuth flow लिखें। |
Use cases
- Internal-tools team: CDC एक one-line subscribe के माध्यम से हर CRM update को Slack channel में streams करता है। Agents बिना polling के high-value-deal changes पर react करते हैं।
- Customer support: Zendesk से Inbound webhook एक osFoundry agent task बनाता है। Agent triages करता है, एक reply draft करता है, Zendesk OAuth connector के माध्यम से वापस भेजता है।
- AI tools developer: Community catalogue में एक custom MCP server (जैसे एक niche internal API के लिए) publish करें। अन्य workspaces install करते हैं और सुधार वापस share करते हैं।
Frequently asked questions
क्या osFoundry का realtime websockets पर built है?
हाँ — channel-level subscriptions के साथ websocket transport। CDC database events के लिए wal2json logical replication का उपयोग करता है; channels एक pub/sub broker उपयोग करते हैं।
एक realtime channel पर latency क्या है?
एक region के अंदर, end-to-end p95 200 ms से कम है।
क्या मैं osFoundry को अपनी team के लिए MCP host के रूप में उपयोग कर सकता हूँ?
हाँ — MCP servers एक बार install करें, उन्हें workspace के पार share करें। Tools Maestro और किसी भी agent में उपलब्ध हो जाते हैं जिनके पास वे scope में हैं।
Webhooks कैसे bill होते हैं?
Inbound: serverless function invocations के समान rate पर per-million ingests। Outbound: automatic retry के साथ per-thousand deliveries।
क्या Claude Desktop से MCP servers यहाँ move किए जा सकते हैं?
हाँ — MCP config paste करें। Server osFoundry के fleet में चलता है और tools per-user के बजाय workspace-shared हो जाते हैं।
Pricing
Realtime channels और CDC: per-million-message metering। Webhooks: per-million-events। OAuth connectors और MCP server hosting: per-app compute time (containers)।
Related features