Technical Documentation

PulseGate Node Integration & Traffic Specification

Architectural specification for regional edge node SE-STO-01 (region eu). Details communication channels, authentication policies, rate limits, and web client integration.

Traffic Channel Specifications

Client sessions communicate over four standardized traffic channels terminating on this edge node.

Channel Endpoint Operational Role Transport & Rate Limit Authentication Policy
https://desktop.gw-se.pulsegate.cloud/ Virtual Desktop Streaming Ingress: Enterprise virtual desktop streaming & terminal session Unthrottled transport (HTTP/2 ByteStream), physical interface line-rate, continuous media stream Worker Session Token / mTLS
https://stream.gw-se.pulsegate.cloud/ Real-Time Display Transport Engine: Ultra-low latency HDX/Blast display video stream over QUIC Unthrottled transport (QUIC / HTTP/3 Real-Time Transport), congestion-controlled line-rate Mutual TLS (mTLS) / Peer Session Token
https://portal-gw-se.pulsegate.cloud/ Workspace Client Web Portal CDN: Workspace client web bundles and authentication assets 1,000 req/min per IP (HTTP 206 Partial Content / Cache) Public Anonymous Read
https://api.gw-se.pulsegate.cloud/ Workspace Authentication Gateway: Workspace SAML/OIDC session verification 120 req/min per Bearer token (Unauthenticated: HTTP 401 Unauthorized) Cryptographic Bearer Token

Developer Toolchain Integration

Incorporate the Cloud Workspace web client and hardware-accelerated H.264 display decoder in web applications:

1. Web Workspace Portal Client

<link rel="stylesheet" href="/portal/v1/client/theme.css">
<script type="module" src="/portal/v1/client/client.js"></script>

2. Hardware-Accelerated H.264 WASM Display Decoder

const decoder = await WebAssembly.instantiateStreaming(fetch('/portal/v1/client/decoder-h264.wasm'));

3. Client Manifest & Endpoint Discovery

fetch('/portal/v1/client/manifest.json').then(res => res.json()).then(console.log);

Enterprise Tenant Access & Provisioning

Enterprise Multi-Tenant Isolation: PulseGate operates dedicated, tenant-isolated infrastructure. Provisioning is performed exclusively under enterprise master service agreements (MSAs) with private VPC interconnects, custom identity federation (SAML 2.0 / Okta / Azure AD OIDC SSO), and mutual TLS (mTLS) worker authentication. Public consumer registration is intentionally closed to maintain dedicated hardware isolation and prevent noisy-neighbor performance degradation.

For new tenant onboarding or dedicated cluster provisioning, contact enterprise operations at hello@pulsegate.cloud.