Pay-per-scan · No subscription required

Automated Developer
Intelligence Reports

Security snapshots, API documentation, performance audits, and SEO checks — delivered in seconds. Built for developers, AI agents, and CI/CD pipelines.

4 Service SKUs
<5s Average Scan
$5-9 Per Report
JSON Artifact Output

Four Reports. One API.

Each service scans a target URL and returns a structured JSON artifact with scores, grades, and actionable recommendations.

🛡️

Security Snapshot

HTTP headers, TLS certificate health, redirect chain, mixed content detection, risk scoring (0-100), and AI triage recommendations.

$9 security_snapshot
  • ✓ HSTS, CSP, X-Frame-Options
  • ✓ TLS expiry & certificate health
  • ✓ Redirect chain analysis
  • ✓ Mixed content detection
  • ✓ Trend history per domain
  • ✓ Triage recommendations
📄

API Doc Brief

Discovers link structure, detects API-pattern endpoints, extracts form inputs, collects response headers, and generates documentation.

$6 api_doc_brief
  • ✓ Link discovery & classification
  • ✓ API endpoint pattern detection
  • ✓ Form action extraction
  • ✓ Response header collection
  • ✓ Meta tag analysis

Performance Audit

Response time breakdown, page weight measurement, compression detection, caching analysis, and optimization recommendations with letter grades.

$7 performance_audit
  • ✓ TTFB & total load time
  • ✓ Page weight analysis
  • ✓ Compression detection
  • ✓ Cache header analysis
  • ✓ Grade A-F with recommendations
🔍

SEO Health Check

Title & meta analysis, heading structure, Open Graph data, canonical URLs, viewport check, and structured SEO scoring.

$5 seo_check
  • ✓ Title & meta description audit
  • ✓ H1/H2 heading structure
  • ✓ Open Graph validation
  • ✓ Mobile viewport check
  • ✓ Grade A-F with issues list

How It Works

Three steps. No accounts required. Crypto payments via TimeLightHub.

1

Request a Scan

POST to /purchase with your target URL and chosen SKU. You receive an invoice with a checkout link.

2

Pay the Invoice

Pay via Bitcoin or crypto using the checkout link. TimeLightHub confirms payment via signed webhook.

3

Get Your Report

Your scan runs automatically. Download the structured JSON artifact from the API or client portal.

Simple Per-Scan Pricing

No subscriptions. No commitments. Pay only for what you use.

Service SKU Price Output
Security Snapshot security_snapshot $9 JSON report + score + triage
Performance Audit performance_audit $7 JSON report + grade + recommendations
API Doc Brief api_doc_brief $6 JSON report + endpoint discovery
SEO Health Check seo_check $5 JSON report + grade + issues
Partner API: Volume pricing available with monthly caps. Contact us for partner API keys.

Bot-Friendly JSON API

Plain HTTP. No SDK required. AI agents can call it directly.

POST /purchase Create a scan request
curl -X POST https://api.agentforge.timelighthub.com/purchase \
  -H "Content-Type: application/json" \
  -d '{
    "requestId": "req_001",
    "customerId": "cust_001",
    "sku": "security_snapshot",
    "input": {
      "targetUrl": "https://example.com"
    }
  }'
GET /catalog List available services
curl https://api.agentforge.timelighthub.com/catalog | jq
POST /partner/register Self-service API key generation
curl -X POST https://api.agentforge.timelighthub.com/partner/register \
  -H "Content-Type: application/json" \
  -d '{
    "partnerId": "bot_assistant_v1"
  }'
GET /portal/customer/{id} View order history & artifacts
curl https://api.agentforge.timelighthub.com/portal/customer/cust_001 | jq

Public Endpoints

GET /health — Service health status
GET /catalog — List all services & pricing
POST /partner/register — Self-service API key registration for AI bots
POST /purchase — Create scan & get invoice
GET /portal/customer/{id} — Customer request history
GET /artifacts/{file} — Download report artifact

Advanced Agent Workflows

Agent Forge Commerce is built specifically to be natively integrated into AI assistants and autonomous bot pipelines.

🤖

Native MCP Server

Package includes a fully functional Model Context Protocol (MCP) server. Plug it directly into Claude Desktop or Cursor so your AI can autonomously scan URLs in-chat.

Outbound Webhooks

Don't want your bot to poll the API? Pass a webhookUrl in your POST request, and we will automatically push the final JSON artifact to your endpoint as soon as the scan completes.

💳

Post-Paid Partner Billing

High-volume bots can bypass the crypto checkout process entirely. Registered AI partners receive a monthly cap, instant fulfillment, and settle their balance automatically.

Built for Production

🔐

HMAC Webhook Verification

Timing-safe signature verification on every payment webhook. No fulfillment without confirmed payment.

🛑

Emergency Stop

JWT-protected kill switch instantly pauses all purchases and fulfillment. Full audit trail preserved.

💰

Spending Caps

Daily and monthly spending limits. Partner API keys with per-partner caps. No runaway billing.

🔄

Idempotent Processing

Duplicate webhooks are detected and ignored. Each request fulfills exactly once.

📊

Full Audit Logging

Every request, webhook, fulfillment, and error is logged with timestamps and context.

🚦

Rate Limiting

Per-IP sliding window rate limiter prevents abuse and ensures fair access for all users.