Product briefing
A developer toolkit for accelerating ServiceNow implementations and integrations. SNOWTools provides a robust Python/Django bridge to interact with ServiceNow data and APIs efficiently, breaking the 'Low Code' ceiling for complex automation.
Endpoints
4
Key features
5
Stack components
5
Controls noted
3
May 15, 2026: Added governance-aligned copy, compare tooling support, and transparency notes.
| Method | Path | Description |
|---|---|---|
| GET | /api/snow/tables/{tableName} | Retrieve data from a ServiceNow table |
| POST | /api/snow/records/{tableName} | Create a new record in ServiceNow |
| POST | /api/snow/updatesets/deploy | Deploy a ServiceNow update set |
| GET | /api/snow/incidents/open | List open incidents |
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/snow/tables/{tableName}",
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.