Network / SASE (SS-26)
VPCs, the sovereign mesh and the unified policy compiler — 82 operations of network control.
VPC · Route 53 · CloudFront, sovereign
VPCs, a sovereign mesh, authoritative DNS, edge compute and a PoP fabric you run.
What it is
The network plane: VPCs and a zero-knowledge WireGuard mesh with SASE/ZTNA policy, DNSSEC-signed authoritative DNS with health-checked answers, an edge-compute and CDN plane with WAF and cache control, and a CloudPoP fabric where you register the points-of-presence and BGP sessions yourself. The data plane is yours end to end.
Auth is one model across every service here — an SS-01 bearer token plus X-Tenant-Id on every /api/v1 route. Public base https://api.nexocloud.io/api/v1.
Services & endpoints
Every path below is a real route from services/<svc>/openapi.json. Each service lists a representative slice of its full contract.
VPCs, sovereign mesh & SASE — overlays, ZTNA/SD-WAN policy, residency controls and a unified policy compiler.
/api/v1/vpcsCreate a VPC./api/v1/meshCreate a zero-knowledge WireGuard mesh overlay (SDP control plane)./api/v1/sase/ztna/policiesAuthor a default-deny ZTNA access policy./api/v1/upo/compileCompile the unified policy to ZTNA / SD-WAN / firewall rulesets./api/v1/residency/{class}Set a data-residency class constraint.Authoritative DNS — zones, DNSSEC ceremonies, health-checked answers and publish control.
/api/v1/zonesCreate an authoritative DNS zone./api/v1/zones/{zone}/rrsetsUpsert resource record sets./api/v1/zones/{zone}/dnssec/initInitialise DNSSEC signing for a zone./api/v1/zones/{zone}/answerResolve a health-checked answer for a name.Edge compute & CDN — edge functions, versioned deploys, PoP placement, cache, WAF and signed URLs.
/api/v1/functionsCreate an edge function./api/v1/functions/{name}/deployDeploy an immutable edge-function version./api/v1/functions/{name}/placementPlace a function across all or a subset of PoPs./api/v1/purgePurge cached content across the edge./api/v1/waf/classes/{class}Configure a WAF ruleset class.PoP fabric — points-of-presence, BGP sessions, anycast policies, GitOps changes and capacity forecast.
/api/v1/popsRegister a point-of-presence./api/v1/bgp/sessionsCreate a BGP session./api/v1/anycast/policies/{id}/failover-drillRun an anycast failover drill with evidence./api/v1/gitops/changes/{id}/applyApply a GitOps change to the fabric.Worked example
Stand up private networking, join devices to a zero-knowledge mesh, and hand out DNS answers that only point at healthy targets — all under one unified policy.
/api/v1/vpcsPrivate address space scoped to your tenant.
/api/v1/meshA WireGuard overlay where the control plane never sees a private key.
/api/v1/upo/compileOne unified policy compiles to ZTNA, SD-WAN and firewall rulesets.
/api/v1/zones/{zone}/answerAnswers are DNSSEC-signed and gated on target health.
Architecture placement
Networking, CDN & Edge does not reimplement the platform — it composes it. These are the services it leans on and the seams between them.
VPCs, the sovereign mesh and the unified policy compiler — 82 operations of network control.
DNSSEC-signed authoritative zones with health-checked answers.
Edge functions, CDN cache and WAF placed across the PoP fabric.
The physical PoP + BGP fabric you register and drain on your terms.