Documentation
Project documentation (static mirror).
Console access is currently restricted to Closed Beta partners. Contact our security team for manual onboarding.
Quick Start
Load the PHP agent early. Then install Node/Python agents using the registry links below.
index.php
<?php
// 1) Load Agent (early)
require_once __DIR__ . '/agent.php';
// 2) Protect runtime (start in observe during beta)
UltimateProtector::protect('UP_LIVE_XXXXXXXXXXXX');
// ... your application bootstrap continues ...
Install
npm install @auraprotector/agent pip install auraprotector-agent