Routes

Routes are the entry points through which an application receives requests. A page can use a route to load information, save a change, or start a process.

LongLink Applications are designed so their core functionality is not tied to a single interface. The same application logic can be used by pages, external systems, automation tools, or AI agents. This makes applications easier to test, connect, and extend over time.

LongLink builds on FastAPI(opens in new tab) and keeps the routing setup simple, allowing developers to focus on the functionality of the application rather than the surrounding technical structure.

Usage