Documentation

GET /admin

The founder admin console.

Internal. This path exists in the running server but is not part of the developer interface. It is listed so the surface is accounted for; no request or response contract is published for it.

RequestGET /admin
AuthenticationAdministrative authentication
Handlerbackend/founder_admin.py

What it does

Serves the operator console and its data, and handles its own sign-in. `/admin`, `/admin/data`, `/admin/login` and `/admin/logout` are all part of it. Not a developer-facing surface: it is authenticated separately from the session cookie and its shape follows the console rather than any contract.

Related

Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.