ArcoreArsenal
The 'Kinetic Arm' of the Arcore suite. ArcoreArsenal is a secure vault for storing, semantically retrieving, and executing operational scripts (payloads) with strict access controls and comprehensive audit trails. It treats operational scripts as first-class software assets.
Key Features
- Secure Code/Script Vault
- Semantic Search for Operational Payloads
- RBAC-Controlled Script Execution
- Version Control for Scripts
- Output Capture & Audit Logging
- Integrated with CI/CD for Automated Tasks
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/api/v1/scripts` | List available operational scripts |
| POST | `/api/v1/scripts/{id}/execute` | Execute a specific script |
| GET | `/api/v1/executions/{id}/logs` | Retrieve execution logs for a script run |
| POST | `/api/v1/scripts` | Upload a new script version |
Usage Example
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/v1/scripts",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
Authentication
- •**Header:** `Authorization: Bearer <token>`
- •**Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.
Compliance & Security
Compliance
- ✓Execution: Sandboxed runners
- ✓Access: Granular permission per script
Security
- ✓Access: Granular permission per script
Related Services
Arcor Parkour
An Enterprise-Grade DevOps Management Platform that enforces policy-based deployment controls. Parkour orchestrates CI/CD pipelines across multi-cloud environments (AWS, Azure, Kubernetes) while ensuring every release passes strict quality and security gates before promotion to production.
Arcore Vector
ArcoreVector is a sophisticated project management application that seamlessly bridges Agile and Waterfall methodologies. It features intuitive visualizations and a hybrid data model, allowing teams to execute in sprints while reporting up to master schedules and portfolios.
Arecore Arsenal (Script Library)
A curated, polyglot library of battle-tested operational scripts in Python, Bash, and R. Designed for reusability, education, and standardized execution, it complements ArcoreArsenal (Node.js) by providing the underlying content for automated tasks.