Documentation
Self-Hosting

Port Mapping

Service ports for your Orbyt instance.

Once all services are running, they are accessible at the following default ports:

ServicePortDescription
Dashboard3000Management UI for keys and routing configs.
API Gateway3001OpenAI-compatible entry point for requests.
Primary Backend4000Core logic and PostgreSQL interface.
DevTools4983Real-time request and trace monitoring.

Tip

Open localhost:4983 in your browser, then fire any request to the API Gateway (port 3001) and watch the traces populate in real-time.