DOCUMENTATION HUB
FortPilot Pro Developer Guides
Learn how to configure autonomous edge scanners and CI/CD security gates.
Quick Start Audit
To initiate your first automated audit, navigate to your workspace dashboard and enter your target target FQDN.
# Example CLI launch via REST API
curl -X POST https://api.fortpilot.io/v1/scans \
-H "Authorization: Bearer sec_live_99a8b7" \
-d '{"target_url": "https://myapp.com"}'GitHub Actions CI/CD
Block vulnerable PRs automatically before merge by adding our action step to your `.github/workflows/security.yml`.
- name: Run FortPilot Audit
uses: fortpilot/action-scan@v4
with:
api-token: ${{ secrets.FORTPILOT_TOKEN }}
fail-on-severity: 'high'OWASP Top 10 Inspection
Our engine evaluates against all 2026 OWASP injection vectors. Verified rules follow the official OWASP Top 10 Framework. Verified rules include:
A01: Broken Access Control & SSRF
A03: Injection (SQLi, NoSQLi, XSS)
A05: Security Misconfiguration (Headers)
Cloudflare WAF Sync
Automatically push blocking IP rules to your Cloudflare edge firewall whenever malicious crawler probes are detected. Read about Cloudflare WAF capabilities.
Configure your webhook endpoint under **Settings ➔ Integrations** inside the dashboard.