{
  "name": "ParentPulse",
  "description": "Parenting intelligence API — pediatric development, safety recalls, school selection, sleep, nutrition, positive discipline, and family financial planning. x402 micropayments on Base mainnet.",
  "url": "https://parentpulse.vercel.app",
  "version": "1.0.0",
  "capabilities": [
    "developmental-milestones",
    "product-safety-recalls",
    "school-selection",
    "extracurricular-activities",
    "family-financial-planning",
    "pediatric-symptom-triage",
    "sleep-guidance",
    "pediatric-nutrition",
    "positive-discipline",
    "childcare-comparison"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "range": "$0.08 – $0.12 per query"
  },
  "endpoints": [
    { "path": "/api/parent/milestone", "price": "$0.10", "description": "Developmental milestone context and early intervention guidance" },
    { "path": "/api/parent/safety", "price": "$0.08", "description": "CPSC/NHTSA product recall check" },
    { "path": "/api/parent/school", "price": "$0.10", "description": "School comparison by zip, grade, and priorities" },
    { "path": "/api/parent/activity", "price": "$0.08", "description": "Age-appropriate activity finder with costs" },
    { "path": "/api/parent/finance", "price": "$0.12", "description": "529, FSA, child tax credit, cost projections" },
    { "path": "/api/parent/health", "price": "$0.10", "description": "Pediatric symptom triage with urgency level" },
    { "path": "/api/parent/sleep", "price": "$0.10", "description": "Sleep guidance and training methods by age" },
    { "path": "/api/parent/nutrition", "price": "$0.10", "description": "Pediatric nutrition and feeding guidance" },
    { "path": "/api/parent/discipline", "price": "$0.10", "description": "Positive discipline strategies and scripts" },
    { "path": "/api/parent/childcare", "price": "$0.12", "description": "Childcare options comparison with local costs" }
  ],
  "openapi": "/openapi.json",
  "llms_txt": "/llms.txt",
  "network": "PulseNetwork"
}
