Product briefing
The central monitoring hub for the Arcore ecosystem. Nexus polls standardized health endpoints across core services (CORE, Conduit, Parkour, Sentinel, CybAre), aggregates metrics into a unified dashboard, and provides infrastructure management capabilities for servers and containers.
Endpoints
4
Key features
5
Stack components
4
Controls noted
3
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/status/system | Get aggregated system health |
| GET | /api/v1/status/{component} | Get detailed status of a specific component |
| POST | /api/v1/status/poll | Trigger an immediate health poll |
| GET | /api/v1/metrics/history | Get historical uptime and incident data |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/v1/status/system",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Coming Soon
4 plannedRisk Heatmaps
Target: Q2 2025
Executive PDF Reporting
Target: Q3 2025
Centralized API Documentation
Target: Q1 2025 (Phase 3)
DORA Metrics Calculation
Target: Q2 2025
Arcore is a full-stack application platform with advanced Role-Based Access Control (RBAC), integrated documentation engine, and user management. Built with Next.js and NestJS, it provides a foundation for enterprise application development with built-in governance and developer tooling.
ArcoreDiscordBot is a hosted Discord interface into the Arcore ecosystem. It provides text and voice entry points while delegating LLM routing, speech services, and desktop automation to specialized backend services.
ArcoreMailGate is an email intelligence and workflow gateway for Arcore. It connects inboxes to tasks, approval queues, search, security screening, Maestro workflows, and outbound notification flows.