Product briefing
ArcorePrism is a composable business intelligence platform that combines a headless metric layer with a full visualization client. It is designed as a glass-box alternative to traditional BI tools, exposing the generated SQL and governance controls behind analytics workflows.
Endpoints
5
Key features
5
Stack components
10
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/datasets | List managed datasets |
| GET | /api/dashboards | List dashboards |
| GET | /api/metrics | List governed metrics |
| POST | /api/data | Execute a query through the runtime |
| GET | /api/health | Health check for app and data services |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/datasets",
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.