Product briefing
ArcoreRelay is a lightweight machine telemetry, command relay, project context, and AI-agent gateway platform. It centralizes fleet state, supports outbound-only local agents, and exposes constrained AI-safe operations through a gateway and MCP server.
Endpoints
3
Key features
5
Stack components
5
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/arcorerelay/status | Retrieve service health, readiness, and catalog metadata |
| GET | /api/arcorerelay/items | List governed items for this product area |
| POST | /api/arcorerelay/jobs | Start an asynchronous processing, sync, or analysis job |
import requests
response = requests.get(
url="https://api.arcore.internal/api/arcorerelay/status",
headers={"Authorization": "Bearer <token>"},
)
print(response.json())Compliance
Security
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.
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.
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.