Product briefing
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.
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/arcorediscordbot/status | Retrieve service health, readiness, and catalog metadata |
| GET | /api/arcorediscordbot/items | List governed items for this product area |
| POST | /api/arcorediscordbot/jobs | Start an asynchronous processing, sync, or analysis job |
import requests
response = requests.get(
url="https://api.arcore.internal/api/arcorediscordbot/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.
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.