Skip to content

Ops Portal

The Ops Portal is an infrastructure health dashboard built into xyva.ai. It gives QA teams visibility into the environments their tests depend on.

WARNING

Ops Portal is an on-request private deployment option. It is not part of the standard public Solo or Team self-serve checkout.

Security Zones

Services are organised into four zones reflecting network access requirements:

ZoneAccess LevelExample Services
PublicOpen internetLanding page, docs site
VPN + IPVPN connection + IP allowlistStaging app, API gateway
VPNVPN connection onlyInternal tools, monitoring
LANLocal network onlyDatabase admin, build agents

Service Cards

Every monitored service is rendered as a card with the following fields:

FieldDescription
NameHuman-readable service name
IconService type indicator
Zone BadgeSecurity zone (colour-coded)
URLTarget endpoint
StatusGreen (up), red (down), or clock (pending)
HTTP CodeLast response status code
Response TimeLatency in milliseconds
Error DetailsShown only when status is red

TLS Certificate Monitoring

The portal checks TLS certificate expiry for every HTTPS endpoint:

  • > 30 days remaining - green, no action needed
  • 7 - 30 days remaining - yellow warning badge
  • < 7 days remaining - red critical badge with notification

CLI Alternative

For headless or CI environments, query infrastructure health via the command line:

bash
npm run infra
npm run infra:json

Availability

Ops Portal is positioned for custom/private deployment scenarios where teams need shared infrastructure visibility, TLS checks, and operational correlation.

  • Checkmk - deeper monitoring integration with alert correlation
  • AI Proxy - self-hosted AI gateway

Local-first QA orchestration.