Documentation Index
Fetch the complete documentation index at: https://docs.ascii.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quick path
- Enter a Box:
- Inside the Box, start your app on an explicit port.
- Inside the Box, run this command to start hosting your app:
- Open the public HTTPS URL printed by
host:
_token query parameter:
A fresh
host <port> URL is public unless you pass --private. If the same Box port
was already hosted with protected access, it stays protected and the URL keeps its
existing _token.If you want the process to survive after your SSH command exits, start it as a
detached process before hosting the port.
Host CLI reference
Thehost CLI runs inside a Box and exposes services from that Box on public HTTPS URLs.
host <port>
Expose a running service on a stable HTTPS URL:
| Option | Description |
|---|---|
--title <title> | Set the display title for the hosted port. |
--private | Require the generated _token query parameter to access the URL. |
host <port> command creates a public URL. Protected access starts
when you pass --private, or when the same Box port already has a saved access token.
That protection is sticky: hosting the same port again returns a URL with the same
_token query parameter.
host list
Show hosted ports for the current Box:
(gated). host list does not print the access token.
Use host url <port> to print the full URL with _token=....