Overview
Multi-tenant backend platform with AI capabilities, workflow orchestration, and MCP tool integration.
What is GYBC?
GYBC provides a complete backend for conversational AI applications with per-tenant customization. It supports text and voice interactions, event-driven services, file storage, outbound webhooks, multi-channel notifications, and third-party integrations via Pipedream Connect.
The platform is built on Restate for durable execution and uses Protocol Buffers as the source of truth for all API contracts.
Domain Map
| Domain | Gateway | RPCs | Description |
|---|---|---|---|
| Conversations | LLM Gateway | 28 | Threads, messages, MCP tools, memories, voice sessions |
| Health Coaching | Socayo Gateway | 6 | User profiles and coaching plan generation |
| Storage | Storage Gateway | 13 | Per-user file storage, upload/download URLs |
| Integrations | Integrations Gateway | 12 | Pipedream Connect, third-party app integrations |
| Webhooks | Webhook Gateway | 9 | Outbound webhook endpoints, subscriptions, deliveries |
| Notifications | Notification Gateway | 30 | Push, in-app, email, SMS, topics, digest |
| Notification Admin | Notification Admin | 19 | Tenant orgs, providers, notification workflows |
| Auth | Auth Gateway | 6 | API key management |
Total: 123 RPCs across 8 gateway services.
Getting Started
- Authentication — JWT and API key auth methods
- Quickstart — Make your first API call