Arecore Arsenal (Script Library) icon

Arecore Arsenal (Script Library)

ProductionDeveloper Tooling

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.

Key Features

  • Polyglot Script Repository (Python, Bash, R, PowerShell)
  • Standardized Script Headers & Error Handling
  • Version-Controlled & Documented Scripts
  • Educational Content for Ops Best Practices
  • Integration with ArcoreArsenal for Execution

API Endpoints

MethodPathDescription
GET`/api/scripts/library`List all available library scripts
GET`/api/scripts/library/{name}`Retrieve script content and documentation

Usage Example

python
import requests
# Example interaction
response = requests.get(
    url="https://api.arcore.internal/api/scripts/library",
    headers={"Authorization": "Bearer <token>"}
)
print(response.json())

Tech Stack

PythonBashRPowerShell

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.

Compliance & Security

Compliance

  • Safety: Read-only access by default

Security

  • Safety: Read-only access by default

Related Services