How Endpoints Work
Last updated
Was this helpful?
Last updated
Was this helpful?
Your Boltz endpoints can be accessed by their name
parameter that you can manage in the admin interface, or by their id. For example would go to an instance named hello-world, as would its id.
Furthermore, endpoints use the entry point exports.request
to handle any requests sent to the endpoint, this cannot yet be customized nor can you have multiple independent exports.
Endpoints can log to Boltz by just outputing to their standard stdout streams. These logs can be viewed under the logs button in the admin interface, and can also be cleared from there.
Packages are installed/checked if they need to be installed when you save a volume to Boltz from the admin interface. Each volume has its own sandboxed installation folder under the sandbox directory.