Human and machine routes are listed intentionally instead of relying on framework magic.
Phase 2.46 / v1.5.65
Custom UAIX Gateway
The custom UAIX gateway serves explicit human and machine routes without FastAPI, Flask, Django, generic route fallback, or runtime command execution.
Custom UAIX gateway cockpit
A human site with machine-readable control surfaces.
The gateway makes every public route explicit: human pages, JSON metadata, evidence schemas, OpenAPI discovery, and agent briefs are readable without becoming runtime controls.
Titles, descriptions, route groups, and machine-readable profiles show what each endpoint is for.
Schemas, examples, validators, and reports make the public surface reviewable.
No FastAPI, Flask, Django, generic route fallback, desktop command dispatch, or localhost execution is enabled.
Gateway authority membrane
Readable control surfaces without remote control.
The gateway publishes routes, metadata, schemas, and agent briefs so humans and software can understand the public surface. It refuses to turn those descriptions into local runtime authority.
Each public path has a title, group, method, and machine-readable record.
OpenAPI, route tables, and UAI-style envelopes explain what clients may inspect.
Evidence schemas and examples make gateway claims portable and testable.
Unsupported URLs return typed route-not-registered responses instead of hidden fallback.
Desktop approval and private endpoint work remain local decisions outside the public gateway.
Current package and boundary state for the custom WSGI route registry.
RoutesRoute tableExplicit human and machine routes with group, title, and metadata.
SchemaEvidence schemaReview shape for custom gateway evidence packets.
ExampleEvidence examplePublic-safe sample evidence for route governance review.
OpenAPIOpenAPI profileDiscovery shape for software clients and reviewers.
Agent briefAgent briefPlain instructions for AI agents reading the public site.
Explicit beats accidental
Routes are declared, summarized, hashed, and published so humans and agents can inspect the public surface.
Route tableMetadata is wrapped for agents
UAI-style envelopes describe the package and route context without activating local endpoints.
UAI envelopeNo framework fallback required
The gateway avoids FastAPI, Flask, Django, generic route fallback, and runtime command execution for this site package.
Technical boundaryOperating boundary
Public clarity, local authority.
This public site is static metadata and does not dispatch desktop commands, probe localhost, upload files, collect telemetry, request credentials, or claim runtime safety certification.