Product briefing
ArcoreVox is a local-first voice automation platform that performs microphone capture, VAD, and speech-to-text on the edge, then routes validated transcripts to a central FastAPI gateway for intent resolution, policy evaluation, audit logging, and gated action execution.
Endpoints
5
Key features
6
Stack components
9
Controls noted
7
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| POST | /v1/utterance | Process a transcribed utterance through intent, policy, and execution |
| POST | /v1/confirm | Confirm and execute gated actions |
| GET | /ws/client | WebSocket channel for client and extension control |
| GET | /health | Liveness check |
| GET | /health/ready | Readiness check |
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/v1/utterance",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.