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).
Parameters
Section titled “Parameters”Returns
Section titled “Returns”object
fetch()
Section titled “fetch()”fetch(
req):Promise<Response>
Parameters
Section titled “Parameters”Request
Returns
Section titled “Returns”Promise<Response>