Product briefing
ArcoreDataControl is a Tableau-as-Code control plane for deterministic inventory, drift detection, linting, and policy-safe promotion across Tableau Cloud environments. It treats workbooks and data sources as versioned assets with governance checks before change promotion.
Endpoints
3
Key features
5
Stack components
5
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/arcoredatacontrol/status | Retrieve service health, readiness, and catalog metadata |
| GET | /api/arcoredatacontrol/assets | List governed assets for this product area |
| POST | /api/arcoredatacontrol/jobs | Start an asynchronous processing, sync, or analysis job |
import requests
response = requests.get(
url="https://api.arcore.internal/api/arcoredatacontrol/status",
headers={"Authorization": "Bearer <token>"},
)
print(response.json())Compliance
Security
Arcore Maestro is an AI workflow orchestration platform that routes tasks through LangGraph-based workflows, local or remote LLMs, and sandboxed worker services. It provides a unified control plane for defining, executing, and monitoring multi-step AI pipelines across the Arcore ecosystem.
A production-ready local model serving platform with an OpenAI-compatible API, orchestration endpoints for model lifecycle management, deep performance telemetry, and an optional Vector-Tester companion UI for staged testing and crash-log capture.
An intelligent PDF processing platform that converts unstructured books and documents into structured chapters with rich HTML, text, and images. Chapterize combines a Django + React web application with a Python CLI toolkit for batch processing and downstream RAG-friendly exports.