Skip to content

makeAgentIngressApp

makeAgentIngressApp(deps): object

Defined in: src/server.ts:4529

Restricted ingress app: 404 unless the request is an allowlisted agent→server route; otherwise DELEGATE to the full app (so checkAuth + checkOrigin + the real handlers all still apply). This is the autonomous netns’s ONLY reachable control-plane surface (see isAgentIngressRoute).

AppDeps

object

fetch(req): Promise<Response>

Request

Promise<Response>