Bro77xp has released a working code example that enables two AI VTubers to communicate with each other within VTube Studio, addressing a gap where similar resources were previously unavailable.

The solution utilizes the VTubeStudioPublicAPI via WebSocket connections on distinct ports (8001 and 8003) for each vtuber instance. It implements a token-based authentication system that saves credentials to JSON files, allowing the scripts to reconnect automatically without repeated manual authorization. The code includes classes for handling authentication requests, injecting Live2D parameters such as mouth openness, and triggering hotkeys for smooth animation transitions.

This resource provides developers with a concrete implementation for synchronizing multiple AI-driven VTuber models in real-time.