api-gateway

Community

Backend gateway for multi-tenant voice assistants

Authorpapdawin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides a multi-tenant backend gateway that centralizes orchestration of shared voice-processing services (STT, VAD, TTS) while routing tenant-specific queries to the appropriate RAG service for accurate, company-scoped responses.

Core Features & Use Cases

  • Orchestrated gateway: coordinates STT, VAD, and TTS to deliver end-to-end voice workflows across multiple tenants.
  • Tenant isolation and routing: ensures per-company configuration and directs requests to the correct RAG backend.
  • Lightweight interfaces: exposes health and config endpoints and supports real-time streaming via WebSocket.

Quick Start

Install dependencies from requirements.txt and run the FastAPI server (for example, uvicorn app:app --reload). Configure environment variables such as STT_URL, RAG_URL, TTS_URL, VAD_URL, COMPANY, and HTTPX_TIMEOUT as needed. Start any required per-tenant RAG services and, if present, the frontend UI.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: api-gateway
Download link: https://github.com/papdawin/customer-service-assistant/archive/main.zip#api-gateway

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.