Architecture

Deep dive into VoIPBIN’s internal architecture, microservices, communication patterns, and deployment.

Note

AI Context

This section provides comprehensive documentation of VoIPBIN’s system internals. Relevant when an AI agent needs to understand how the platform is built, how services communicate, or how infrastructure is deployed. For API usage, see the individual resource documentation pages.

Note

AI Implementation Hint

VoIPBIN uses RabbitMQ RPC for all inter-service communication, not HTTP. When making API calls, use https://api.voipbin.net/v1.0/ as the base URL. The API gateway (bin-api-manager) handles authentication and routes requests internally via RabbitMQ to the appropriate backend service.