This system utilizes AI (Sentinel-Engine) to process requests.

Sentinel API

The definitive engineering standard for deterministic AI compliance. Integrate technical evidence collection directly into your development lifecycle.

EU AI Act Regulation (EU) 2024/1689 — Sentinel helps teams fulfill technical documentation requirements under Annex IV.

Architecture

Sentinel operates as a Zero-Egress infrastructure layer. Compliance logic is executed locally within your CI/CD runner or development environment. Your source code, model weights, and proprietary training data never leave your secure perimeter.

Sovereign Evidence Collection

By using deterministic article mapping, Sentinel translates repository signals (metadata, configs, oversight logs) into verifiable compliance artifacts.

API Audit Endpoint

shell
curl -X POST https://api.gettingsentinel.com/api/audit \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d @manifest.json

CI/CD Integration

Run Sentinel in your GitHub Actions or GitLab pipelines to block non-compliant PRs before they hit production.

yaml
# CI/CD integration (exit 0 = COMPLIANT, exit 1 = NON_COMPLIANT)
  npx @radu_api/sentinel-scan ./manifest.json && kubectl apply -f deployment.yaml

Verification Badge

Display your technical compliance status directly on your repository. The Sentinel Verification Badge provides an informational, deterministic signal that your project has undergone technical auditing.

markdown
[![Sentinel AI Compliance](https://gettingsentinel.com/badge.svg)](https://gettingsentinel.com)
Safety & Transparency Notice: The verification badge reflects the result of a deterministic technical scan. It does not constitute official legal certification or regulatory approval by any authority.

AI Compliance Tools

Sentinel is a deterministic compliance infrastructure designed for engineering teams building High-Risk AI systems under the EU AI Act. By integrating directly into development workflows, Sentinel provides a technical evidence layer that links repo-level signals, manifests, and rule evaluations.

The system supports zero-egress scanning, allowing rule verification to occur locally or within isolated enterprise infrastructure. To understand how deterministic scanners differ from traditional governance platforms, see the Sentinel vs AI Governance Tools comparison. For specific technical queries, refer to our Compliance FAQ and technical explainer.

Ready to automate compliance?Download the CLI and start scanning →