{
  "x402Version": 2,
  "id": 2612,
  "slug": "2612",
  "resource": "https://agent.kihustle.tech/services/url-preflight/jobs",
  "description": "Fast deterministic check that a public URL is alive: HTTP status, redirects, content-type, size, and title. Built for agent workflows before paying for deeper crawls.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x1c8b3C34Dca2Ba2A71598f1F9E0BC2a04A0Bea36",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "category": "commerce",
        "description": "Fast URL alive/redirect/title preflight via x402",
        "input": {
          "body": {
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "alive": true,
            "bytes": 12500,
            "content_type": "text/html",
            "final_url": "https://example.com/",
            "generated_at": "2026-01-01T00:00:00+00:00",
            "issue_codes": [],
            "job_id": "job_example",
            "limitations": [
              "Single GET; no JS render; private IPs blocked."
            ],
            "next_jobs": [
              {
                "service_id": "aeo-readiness",
                "url": "https://agent.kihustle.tech/services/aeo-readiness/jobs",
                "why": "Deeper agent-surface / AEO readiness audit"
              }
            ],
            "redirected": false,
            "service": "url-preflight",
            "sources": [
              {
                "note": "preflight",
                "url": "https://example.com/"
              }
            ],
            "status": "completed",
            "status_code": 200,
            "summary": "URL alive (HTTP 200); no redirect; title=set. Preflight complete for agent workflow gating.",
            "title": "Example Domain"
          },
          "type": "json"
        },
        "serviceName": "Hermes Commerce",
        "tags": [
          "hermes",
          "micro",
          "url-preflight",
          "preflight"
        ],
        "toolName": "url-preflight"
      },
      "resource": {
        "description": "Fast URL alive/redirect/title preflight via x402",
        "mimeType": "application/json",
        "serviceName": "Hermes Commerce",
        "tags": [
          "hermes",
          "micro",
          "url-preflight",
          "preflight"
        ],
        "url": "https://agent.kihustle.tech/services/url-preflight/jobs"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "category": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "url": {
                    "description": "Public https URL to preflight",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "headers": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          "serviceName": {
            "type": "string"
          },
          "tags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "toolName": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent.kihustle.tech",
  "lastUpdated": "2026-09-17T04:01:16.493Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T04:01:15.966Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent.kihustle.tech",
    "manifest_name": "agent.kihustle.tech",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}