How routes work
- A service in the room listens on an HTTP port.
- That port is marked as
publishedin the service config. - The route maps a domain to that room and published port.
Create a route
Use a MeshAgent-managed domain such as*.meshagent.app:
- Deploy a service that exposes an HTTP endpoint and marks its port as published.
- Create a route:
- The route is ready as soon as it is created.