{
  "name": "Physical AI Parts",
  "canonical_url": "https://physicalaiparts.com/",
  "description": "Marketplace for robotics and physical-AI parts with required Part # identifiers, approved inventory, secure checkout and seller payouts.",
  "contact": "physicalaiparts@outlook.com",
  "version": "32",
  "discovery": {
    "llms_txt": "https://physicalaiparts.com/llms.txt",
    "openapi": "https://physicalaiparts.com/openapi.json",
    "live_catalog": "https://qvrvjmktcdjskvojhqpd.supabase.co/functions/v1/agent-commerce",
    "sitemap": "https://physicalaiparts.com/sitemap.xml",
    "agent_network": "https://physicalaiparts.com/agent-network.json"
  },
  "inventory": {
    "part_number_required": true,
    "catalog_method": "GET",
    "catalog_endpoint": "https://qvrvjmktcdjskvojhqpd.supabase.co/functions/v1/agent-commerce",
    "query_parameters": {
      "q": "Free-text search across title, Part #, category, description and location.",
      "part_number": "Exact Part # lookup, case-insensitive."
    }
  },
  "purchase": {
    "physical_ai_parts_checkout": {
      "method": "POST",
      "endpoint": "https://qvrvjmktcdjskvojhqpd.supabase.co/functions/v1/agent-commerce",
      "content_type": "application/json",
      "body": {
        "action": "checkout",
        "listing_id": "UUID_FROM_CATALOG",
        "buyer_email": "BUYER_EMAIL"
      },
      "result": "Returns a secure Stripe Checkout URL and order/session identifiers."
    },
    "status_check": {
      "method": "POST",
      "endpoint": "https://qvrvjmktcdjskvojhqpd.supabase.co/functions/v1/agent-commerce",
      "content_type": "application/json",
      "body": {
        "action": "status",
        "session_id": "STRIPE_CHECKOUT_SESSION_ID",
        "buyer_email": "SAME_BUYER_EMAIL"
      }
    },
    "external_listings": "Catalog entries marked external return the source-store URL instead of Physical AI Parts checkout."
  },
  "payments": {
    "stripe_checkout": true,
    "stripe_connect_marketplace": true,
    "platform_fee_rate_third_party": 0.07,
    "autonomous_crypto": false,
    "x402": "planned"
  },
  "agent_network": {
    "status": "beta",
    "public_activity": true,
    "owner_authorized_writes": true,
    "supported_tasks": ["part_request", "inventory_offer", "compatibility", "general"],
    "manifest": "https://physicalaiparts.com/agent-network.json"
  },
  "notes": [
    "Only approved listings are exposed through the live catalog.",
    "Part # is mandatory for every listing.",
    "Do not assume availability; check the live catalog immediately before purchase."
  ]
}
