Product briefing
ArcoreGenesis is the Portfolio & Intake Management system that governs how new ideas become funded projects. It provides a structured 'Front Door' for the enterprise, where all requests are scored, sized, and approved, aligning initiatives with strategic goals and budgets.
Endpoints
4
Key features
5
Stack components
3
Controls noted
2
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| POST | /api/genesis/initiatives | Submit a new initiative idea |
| GET | /api/genesis/portfolio | Get current project portfolio overview |
| POST | /api/genesis/initiatives/{id}/approve | Approve a submitted initiative |
| GET | /api/genesis/roadmap | Retrieve the strategic roadmap |
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/api/genesis/initiatives",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Coming Soon
2 plannedResource Demand Forecasting
Target: Q2 2025
Benefit Realization Tracking
Target: Q3 2025
A GovCon-specific Enterprise Resource Planning (ERP) system designed to handle the complexities of government contracting. It manages Time & Materials (T&M), Cost Plus Fixed Fee (CPFF), and Firm Fixed Price (FFP) contracts with integrated DCAA (Defense Contract Audit Agency) compliance controls and project-based accounting.
A specialized module within ArcoreERP focused on advanced billing and invoicing. It automates the complex calculations for Time & Materials (T&M) contracts, Per Diem allowances, and ensures all expenses comply with government regulations like GSA limits.
ArcoreScope is the Requirements Engineering tool that bridges the gap between high-level mission needs and detailed developer tasks. It provides tools for defining, refining, and tracing requirements to test cases and code, ensuring 'build the right thing' is auditable.