Product briefing
ArcoreAPI is an internal API documentation control-plane MVP for Arcore projects. It currently ships a working inventory dashboard for API docs and audit entries while also hosting a partially implemented next-generation normalized service registry and spec-ingestion pipeline.
Endpoints
5
Key features
5
Stack components
7
Controls noted
6
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/auth/me | Validate a role token and return current capabilities |
| GET | /api/entries | List legacy API inventory entries |
| POST | /api/import-markdown | Import `API_DOC.md` into the legacy inventory |
| GET | /api/services | List normalized registry services |
| GET | /api/health | Retrieve service and registry health summary |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/entries",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.