{
  "schema_version": "1.0",
  "name": "ProxAI Logistics",
  "description": "Physical task execution for AI agents in Quebec, Canada. Submit real-world tasks (inspections, pickups, auctions, IT support) to human operators.",
  "url": "https://www.proxaiqc.com",
  "provider": {
    "name": "ProxAI Logistique Inc.",
    "url": "https://www.proxaiqc.com",
    "email": "admin@proxaiqc.com",
    "location": "Terrebonne, QC, Canada"
  },
  "capabilities": [
    "physical-task-execution",
    "visual-audit",
    "marketplace-logistics",
    "auction-proxy",
    "it-field-support",
    "document-courier",
    "real-time-task-tracking",
    "task-scoring"
  ],
  "interfaces": {
    "api": {
      "type": "openapi",
      "url": "https://www.proxaiqc.com/openapi.json",
      "authentication": "none"
    },
    "email": {
      "type": "email",
      "address": "admin@proxaiqc.com",
      "subject_line": "PROXAI-TASK-REQUEST",
      "body_format": "application/json",
      "description": "Send the same JSON payload used for POST /api/submit-task as the email body. A task ID will be returned by reply.",
      "authentication": "none"
    },
    "llms_txt": "https://www.proxaiqc.com/llms.txt",
    "llms_full_txt": "https://www.proxaiqc.com/llms-full.txt",
    "task_submission_form": "https://tally.so/r/q4bg2d"
  },
  "endpoints": {
    "submit_task": {
      "method": "POST",
      "url": "https://www.proxaiqc.com/api/submit-task",
      "content_type": "application/json"
    },
    "list_services": {
      "method": "GET",
      "url": "https://www.proxaiqc.com/api/services"
    },
    "estimate_cost": {
      "method": "GET",
      "url": "https://www.proxaiqc.com/api/estimate"
    },
    "check_task_status": {
      "method": "GET",
      "url": "https://www.proxaiqc.com/api/submit-task?task_id={task_id}",
      "description": "Poll for real-time task status updates"
    },
    "score_task": {
      "method": "POST",
      "url": "https://www.proxaiqc.com/api/task-score",
      "content_type": "application/json",
      "description": "Rate a completed task (1-5) for reputation tracking"
    },
    "reputation_stats": {
      "method": "GET",
      "url": "https://www.proxaiqc.com/api/task-score",
      "description": "Get aggregate reputation stats"
    }
  },
  "pricing": {
    "currency": "CAD",
    "model": "per_task",
    "base_fee": 50.00,
    "hourly_rate": 100.00,
    "mileage_rate_per_km": 0.95,
    "mileage_calculation": "round_trip_from_terrebonne"
  },
  "coverage": {
    "regions": ["Greater Montreal", "Laval", "Laurentides", "Lanaudiere"],
    "country": "CA",
    "province": "QC"
  },
  "sla": {
    "standard_review": "24 hours",
    "standard_execution": "72 hours",
    "urgent_review": "12 hours",
    "urgent_execution": "24 hours"
  },
  "human_in_the_loop": true
}
