⚡
Boltz
  • Boltz
  • Install
  • Hello World
  • Express
  • How Endpoints Work
Powered by GitBook
On this page
  • Accessing an Endpoint
  • Logging
  • Packages

Was this helpful?

How Endpoints Work

PreviousExpress

Last updated 3 years ago

Was this helpful?

Accessing an Endpoint

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.

Logging

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

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.

https://localhost:8000/hello-world