Product briefing
Beginner-friendly ML platform with guided workflow engine, dataset analyzer, and polyglot algorithm library. Sprint 6 adds production dashboards: experiment tracker, model registry, fairness monitor, and A/B testing for model variants.
Endpoints
4
Key features
6
Stack components
6
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| API | /api/experiments | Manage experiments, runs, and metrics |
| API | /api/registry | Manage model versions and promotions |
| API | /api/fairness | Run fairness analysis and retrieve reports |
| API | /api/ab-tests | Manage and compare A/B test variants |
# Create an experiment and log a run
curl -H "Authorization: Bearer $TOKEN" -X POST https://trainr.internal/api/experiments -d @experiment.json
curl -H "Authorization: Bearer $TOKEN" -X POST https://trainr.internal/api/experiments/{id}/runs -d @run.json
# Analyze fairness and start an A/B test
curl -H "Authorization: Bearer $TOKEN" -X POST https://trainr.internal/api/fairness -d @fairness.json
curl -H "Authorization: Bearer $TOKEN" -X POST https://trainr.internal/api/ab-tests -d @abtest.jsonCompliance
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.