Product briefing
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.
Endpoints
6
Key features
6
Stack components
8
Controls noted
5
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/profile | Retrieve the authenticated user's career profile |
| GET | /api/jobs | List tracked jobs and applications |
| POST | /api/resumes | Create a resume manifest |
| GET | /api/career/skill-map | Retrieve skill graph data |
| POST | /api/llm/proposals | Create governed LLM fact proposals |
| GET | /api/health | Health check for the local deployment |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/profile",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Coming Soon
3 plannedAI-Powered Skill Extraction Fallback
Target: Q2 2025
AI-Assisted Job Matching & Gap Analysis
Target: Verification Required
AI-Enhanced Resume Optimization Suggestions
Target: Future/Q3 2025
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.