Product briefing
ArcoreCanon is a graph-based knowledge management and governance platform. It uses PostgreSQL plus Apache AGE to maintain canonical enterprise relationships, pairing REST and GraphQL surfaces with approval-driven governance workflows before truth data is promoted into the graph.
Endpoints
5
Key features
5
Stack components
8
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /graph | Query graph traversal and graph-backed views |
| GET | /governance | Retrieve governance requests and statuses |
| POST | /imports | Import canonical entities into staging flows |
| GET | /data-quality | Review data quality findings and drift |
| POST | /graphql | Execute GraphQL queries over governed graph data |
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/graphql",
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.