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

Connect with AuraGuardian

Get updates, read the blog, and get in touch with the team.

Get in touch
Questions about setup, billing, or security? Reach out to the team.
Read the blog
Product updates, security advisories, and engineering deep-dives.
Start protecting
Create an account, pick a plan, and deploy in under 5 minutes.