Product briefing
ArcoreScriptor is a web workflow documentation platform that captures browser interactions and turns them into structured, editable documentation assets. It combines an MV3 Chrome extension for semantic capture, a FastAPI backend for session and screenshot persistence, and a React editor for refinement and export.
Endpoints
8
Key features
6
Stack components
11
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/sessions | Create a capture session |
| GET | /api/v1/sessions | List recorded sessions |
| GET | /api/v1/sessions/{session_id} | Retrieve session metadata |
| POST | /api/v1/sessions/{session_id}/steps | Add a captured step |
| POST | /api/v1/sessions/{session_id}/steps/{step_id}/transcript | Attach or update voice transcript data |
| PATCH | /api/v1/sessions/{session_id}/steps/reorder | Reorder captured steps |
| GET | /api/v1/sessions/{session_id}/export | Generate HTML or PDF export |
| POST | /api/v1/sessions/{session_id}/export/jobs | Start an export job |
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/api/v1/sessions",
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.