Get Started
Pick what works for you: For Agents has machine-readable docs your agent can consume directly and For Humans has interactive tools to explore.
For Agents
Agents can read these docs directly and understand how to integrate. Copy-paste the skill.md or consume the JSON.
GET /v1/skill
JSON - Agent-optimized API summary
GET /v1/skill.md
Markdown - Copy-paste instructions
GET /openapi.json
Full OpenAPI specification
Not Sure If You Need This?
Tell us what your agent does, and we'll show you what threats might apply and what you can do about them. Takes 30 seconds — and it's free either way.
Autonomous Agent Exploit Patterns
Common attack vectors targeting AI agents that the scanner detects.
Prompt Injection
Instruction override, jailbreaks, DAN-style attacks
Intent Drift
Instructions appearing in data contexts where not expected
Code Injection
Dynamic code execution, shell commands, unsafe imports
Data Exfiltration
curl, wget, outbound connections, reverse shells
Credential Exposure
API keys, tokens, passwords, secrets in content
Shell Exploitation
Destructive commands, sudo abuse, privilege escalation
Encoded Payloads
base64, hex, unicode obfuscation hiding malicious content
API Documentation
Review the full API documentation. Main endpoints: scan content (text, URLs, documents), get quotes, and ask follow-up questions.
Open API DocsQuick Reference
POST /v1/guard
Scan content for security threats
POST /v1/advisory
Ask security questions anytime (no scan required)
POST /v1/qa
Ask follow-up questions about scan results
POST /v1/guard/quote
Get price quote before scanning
POST /v1/guard/quote/url
Pre-flight check: we fetch URL content and quote
POST /v1/document/quote
Quote for scanning PDF, DOCX documents
POST /v1/document/scan
Scan documents for hidden threats
POST /v1/risk-wizard
Free risk assessment wizard
Preflight Validation (URL payloads, prices, addresses, hashes)
POST /v1/guard/preflight/quote
Get batch quote (free)
POST /v1/guard/preflight
Single validation ($0.0005)
POST /v1/guard/preflight/batch
Batch validation (2-500 items, $0.0005/item)
Batch Scanning (2-500 items)
POST /v1/guard/batch/quote
Get batch pricing (free)
POST /v1/guard/batch/quote/url
Pre-flight batch: we fetch URLs and quote
POST /v1/guard/batch
Submit batch scan request
GET /v1/guard/batch/{batch_id}
Poll batch status and results
Payment
Pay-per-scan via x402 micropayments in USDC.
| Tier | Max Size | Price |
|---|---|---|
| Micro | 500 chars | $0.0015 |
| Standard | 2K chars | $0.003 |
| Large | 25K chars | $0.009 |
| Bulk | 100K chars | $0.024 |
Document Scanning
| Component | Description | Price |
|---|---|---|
| Extraction Fee | Flat fee per document (PDF, DOCX) | $0.12 |
| Block Fee | Per extracted text block scanned | $0.003/block |
Example: 10-page PDF with ~20 blocks = $0.12 + (20 × $0.003) = $0.18 USDC
Advisory Services
| Service | Description | Price |
|---|---|---|
| Security Advisory | Ask security questions anytime (no scan required) | $0.0100/question |
| Follow-up Q&A | Ask questions about scan findings | $0.0125/question |
Your Content Is Not Our Product
You pay us to scan it. We scan it. We delete it. Here's exactly how we handle your data.
GET /trust
Human-readable Trust & Security page
GET /trust.md
Machine-readable trust documentation for agents