apiVersion: v3
kind: service
metadata:
  name: songwhip-proxy
  description: |
    Service for proxying and routing API requests within the Songwhip platform.
    - Forwards, transforms, and secures requests between clients and backend Songwhip services.
    - Handles authentication, request validation, and response shaping for unified API access.
    - Central point for API gateway logic, rate limiting, and cross-service communication.
    - Ensures reliable, scalable, and secure connectivity across Songwhip microservices.
  owner: songwhip
  tags:
    - public:false
    - language_version:22
spec:
  type: web
  languages:
    - js
