AuraGuardian Developer Docs
Explore guides, API references, and integration tutorials for the runtime application security agent that protects your applications at the code level.
v3.x
PHP
Node.js
Python
WordPress
Shopify
Get started
Deploy with one command
PHP
Node.js
Python
WordPress
Shopify
# 1. Download agent.php from Console → Deployment
# 2. Place it at your project root
# 3. Add to your entrypoint (index.php):
require_once __DIR__ . '/agent.php';
AuraProtector::protect('YOUR_LICENSE_KEY');
# Or use auto_prepend_file in php.ini:
auto_prepend_file = /var/www/html/auraguardian/agent.php
# 1. Download the Node config bundle from Console → Deployment
# 2. Install the agent package:
npm i @auraprotector/agent
# 3. Add to your Express app:
import { ultimateProtectorExpress } from '@auraprotector/agent/express';
app.use(ultimateProtectorExpress(config));
# Or zero-code via NODE_OPTIONS:
NODE_OPTIONS="--require @auraprotector/agent/preload" node server.js
# 1. Download the Python config bundle from Console → Deployment
# 2. Install the agent package:
pip install auraprotector-agent
# 3. Add ASGI middleware (FastAPI / Starlette):
from auraprotector_agent.asgi import UltimateProtectorMiddleware
app.add_middleware(UltimateProtectorMiddleware, **config)
# Or wrap your app:
from auraprotector_agent import wrap_asgi_app
app = wrap_asgi_app(FastAPI())
# 1. Download the WordPress plugin ZIP from Console → Deployment
# 2. In WP Admin → Plugins → Add New → Upload Plugin
# 3. Upload the ZIP and activate
# The plugin auto-configures via the embedded license key.
# No code changes needed.
# 1. Install the AuraGuardian app from your Console
# 2. Connect your Shopify store via OAuth
# 3. The ScriptTag is injected automatically
# Fail-open architecture: if the agent is unreachable,
# your store continues to function normally.
Available for: PHP
|
Node.js
|
Python
|
WordPress
|
Shopify
Products and features
Explore the security layers and tools available in AuraGuardian.
Installation
Install the agent in your PHP application with zero dependencies.
Read docs
Security Layers
Geo-fencing, VPN shield, referrer security, and headers policy.
Read docs
Security Challenge
Proof-of-work verification for suspicious requests.
Read docs
Deployment & Downloads
Per-license downloads for PHP, Node, Python, and WordPress agents.
Read docs
Proxy & HTTPS
Configure trusted headers and proxy forwarding rules.
Read docs
API Reference
/api/verify, /api/log, challenge init, and agent sync endpoints.
Read docs
Core concepts
Understand the architecture behind AuraGuardian's protection engine.
Obsidian Layer
Anti-scraping engine that obfuscates HTML via CSS camouflage and safe text scrambling.
Learn more
Global Intelligence
Decentralized threat intelligence that broadcasts confirmed signatures across nodes.
Learn more
Referrer Security
Validate user intent, block ghost forms, and detect protocol mismatches.
Learn more
Platform integrations
Deploy AuraGuardian on your platform of choice.
Connect with AuraGuardian
Get updates, read the blog, and get in touch with the team.