Edgewatch Endpoint Server
Control plane bridging the operator frontend (admin API) and outbound-only Bastion nodes (node API over HTTPS + mTLS). Explore the full contract below.
Node API /v1/*
Consumed by ew-node-agent over HTTPS + mTLS. Every route except
POST /v1/enroll requires a valid node client certificate.
Admin API /admin/*
Consumed by the operator frontend with a JWT. Every route except
POST /admin/auth/login requires Authorization: Bearer.