{
  "service": "Agent Dev Preflight API",
  "version": "0.3.0",
  "paymentProtocol": "x402-v2-ready",
  "serviceControl": {
    "state": "running",
    "configured": true,
    "configurationValid": true,
    "revision": "admission-v1-mainnet-pilot",
    "admissionOpen": true,
    "inFlightPolicy": "drain-and-reconcile",
    "automaticResume": false,
    "scope": "new-paid-api-requests"
  },
  "legal": {
    "terms": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/legal/terms",
    "privacy": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/legal/privacy",
    "tokushoho": "https://agent-dev-preflight-api.bonkoturyu.workers.dev/legal/tokushoho",
    "contact": "mailto:adpmainnet@gmail.com"
  },
  "maxPackagesPerBatch": 20,
  "endpoints": [
    {
      "method": "POST",
      "path": "/v1/package/risk",
      "price": "$0.03",
      "description": "Deterministic package risk preflight for AI coding agents using OSV and npm/PyPI registry metadata.",
      "tags": [
        "developer-tools",
        "ai-agents",
        "security",
        "dependencies"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/dependencies/vulnerabilities",
      "price": "$0.05",
      "description": "Batch OSV vulnerability lookup for exact installed npm/PyPI dependency versions before code changes or releases.",
      "tags": [
        "developer-tools",
        "ai-agents",
        "security",
        "osv",
        "dependencies"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/dependencies/preflight",
      "price": "$0.10",
      "description": "Full dependency security preflight for AI coding agents: vulnerabilities, upgrade gap, license metadata, provenance and risk.",
      "tags": [
        "developer-tools",
        "ai-agents",
        "dependencies",
        "security",
        "software-supply-chain"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/package/provenance",
      "price": "$0.03",
      "description": "Software supply-chain package provenance, registry and integrity metadata for autonomous developer workflows.",
      "tags": [
        "developer-tools",
        "ai-agents",
        "software-supply-chain",
        "provenance"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/dependencies/licenses",
      "price": "$0.03",
      "description": "Batch npm/PyPI license metadata triage for autonomous dependency review workflows.",
      "tags": [
        "developer-tools",
        "ai-agents",
        "licenses",
        "dependencies"
      ]
    },
    {
      "method": "POST",
      "path": "/v1/package/upgrade",
      "price": "$0.03",
      "description": "Dependency upgrade-gap check comparing an exact installed package version with the registry latest version.",
      "tags": [
        "developer-tools",
        "ai-agents",
        "dependencies",
        "upgrade"
      ]
    }
  ]
}