Product briefing
ArcoreMeld is a contract-first monorepo for a visual ETL and workflow platform. The current repository contains a durable MVP baseline with a workflow designer, workflow lifecycle services, metadata and audit persistence, and a workspace-aware API gateway.
Endpoints
5
Key features
5
Stack components
11
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/auth/config | Retrieve gateway auth configuration |
| POST | /api/v1/auth/exchange | Exchange identity context for access token |
| POST | /api/v1/auth/dev-login | Bootstrap a development session |
| GET | /api/v1/workflows | List workflows |
| POST | /api/v1/workflows | Create or update workflow drafts |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/v1/auth/config",
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.