Product briefing
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.
Endpoints
5
Key features
6
Stack components
4
Controls noted
4
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/projects | List active projects and their financial status |
| POST | /api/invoices/generate | Generate a DCAA-compliant invoice |
| GET | /api/financials/burn-rate | Get current burn rate and project runway |
| POST | /api/timesheets/submit | Submit a DCAA-compliant timesheet for approval |
| GET | /api/contracts/{id} | Retrieve contract details |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/projects",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Compliance
Security
Coming Soon
3 plannedProject-Based Accounting (General Ledger)
Target: Q3 2025
Indirect Rate Management (Complex Pools)
Target: Q3 2025
Contract Lifecycle Management (Active)
Target: Q2 2025
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.
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.
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.