A page is a published HTML page hosted on OINO.cloud. Pages can be written by the AI through the MCP server or authored by you by hand. Each page gets its own public URL and pulls live data from your database through tokens — the same way the HTMX apps in the other guides do.
Each page is published under an id you choose (letters and hyphens, e.g. pricing or order-status). Publishing the same id again updates the page in place as a new release.
Whether a page is public depends entirely on the tokens it uses:
So a public landing page, a price list or a status board can be served straight from public tokens, while anything sensitive is gated simply by requiring a role on its token.
Note: don't rely on hiding fields in the page markup to keep data secret — anyone can request the underlying token directly. Protect sensitive data at the API and token level, exactly as described in the Security guide.