Product briefing
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.
Endpoints
6
Key features
6
Stack components
10
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/workflows/ | List all workflow definitions |
| POST | /api/v1/workflows/ | Create a new workflow definition |
| POST | /api/v1/workflows/{id}/execute | Trigger a workflow execution |
| GET | /api/v1/dashboard/stats | Retrieve live dashboard statistics |
| GET | /api/v1/analytics/overview | Retrieve execution analytics overview |
| POST | /api/v1/auth/login | Log in and obtain access tokens |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/v1/workflows",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Coming Soon
3 plannedSelf-Healing Workflows
Target: Phase 3
Advanced LLM Output Validation
Target: Phase 2 Enhancement
Prompt Injection Protection
Target: Phase 2 Enhancement
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.
A comprehensive career management platform that models a user's professional identity as a queryable knowledge graph. ArcoreCareer combines application tracking, resume and cover-letter generation, interview prep, skill intelligence, and governed LLM-assisted fact extraction in a single local application.