Product briefing
Visual automation platform that produces stabilized, non-destructive, and evidence-rich test/UAT/demo artifacts. ArcoreTrace uses a Glass Plane overlay with Playwright to highlight actions without mutating the DOM, capturing before/after screenshots, structured failures, and immutable artifacts.
Endpoints
3
Key features
7
Stack components
8
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| WORKER/API | /runs/execute | Execute a visual trace (Playwright + overlay) |
| WORKER/API | /runs/{id}/artifacts | Retrieve artifacts and metadata for a run |
| WORKER/API | /runs/{id}/summary | Get structured run summary with failures/pass/fail |
# Trigger a visual run
curl -H "Authorization: Bearer $TOKEN" -X POST https://trace.internal/runs/execute -d '{"flow":"checkout"}'
# Fetch artifacts
curl -H "Authorization: Bearer $TOKEN" https://trace.internal/runs/123/artifacts
# Get structured summary
curl -H "Authorization: Bearer $TOKEN" https://trace.internal/runs/123/summaryCompliance
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.