get_public_urls() method returns all available public HTTPS endpoints for your active sandbox container in a single dictionary.
By default, Fermion automatically exposes ports 3000, 1337, and 1338, each corresponding to its own unique public URL.This is useful for connecting multiple running services inside your sandbox, for example: a frontend (port 3000), API (port 1337), and WebSocket server (port 1338).
get_public_urls() -> dict[int, str]
Description:Retrieves all currently available public HTTPS URLs for your sandbox, mapped by port number.
Parameters:
None
Returns:
