{
  "$schema": "https://www.thestreamdisc.com/schemas/vcap-manifest.schema.json",
  "version": "1.0",
  "id": "https://www.thestreamdisc.com/#stream-disc",
  "name": "Stream Disc",
  "canonical": "https://www.thestreamdisc.com/",
  "language": "en-US",
  "status": "development",
  "description": "Stream Disc is developing customizable physical media that open connected digital experiences with a tap. Artist storefronts are AIWEB pages (max VCAP + VOA quotes) federated as streamdisc_{handle}.",
  "identity": {
    "organization": "https://www.thestreamdisc.com/#organization",
    "website": "https://www.thestreamdisc.com/#website",
    "product": "https://www.thestreamdisc.com/#nfcd-9010",
    "model": "NFCD 9010",
    "logo": "https://www.thestreamdisc.com/brand/logo.png"
  },
  "discovery": {
    "html": "https://www.thestreamdisc.com/",
    "schema": "https://www.thestreamdisc.com/#jsonld",
    "sitemap": "https://www.thestreamdisc.com/sitemap.xml",
    "llms": "https://www.thestreamdisc.com/llms.txt",
    "catalog": "https://www.thestreamdisc.com/api/vcap/catalog",
    "artists": "https://www.thestreamdisc.com/artists",
    "federationRegistry": "streamdisc"
  },
  "capabilities": [
    {
      "id": "search-designs",
      "name": "Search Stream Disc designs",
      "method": "GET",
      "endpoint": "https://www.thestreamdisc.com/api/vcap/catalog",
      "parameters": ["q", "artist", "category", "cursor", "limit"],
      "authentication": "none",
      "notes": "Returns an empty public catalog while commerce and verified designs are not live."
    },
    {
      "id": "get-product",
      "name": "Read NFCD 9010 product information",
      "method": "GET",
      "endpoint": "https://www.thestreamdisc.com/api/vcap/products/nfcd-9010",
      "authentication": "none"
    },
    {
      "id": "create-disc",
      "name": "Start a custom Stream Disc",
      "method": "GET",
      "endpoint": "https://www.thestreamdisc.com/create",
      "authentication": "optional",
      "humanConfirmationRequired": true
    },
    {
      "id": "request-bulk-printing",
      "name": "Request bulk Stream Disc printing",
      "method": "GET",
      "endpoint": "https://www.thestreamdisc.com/bulk-printing",
      "authentication": "optional",
      "humanConfirmationRequired": true,
      "notes": "Human form page only; POST API not live yet."
    },
    {
      "id": "request_quote",
      "name": "Request a quote from an artist (VOA)",
      "method": "POST",
      "endpoint": "https://www.thestreamdisc.com/artists/{handle}#request-quote",
      "authentication": "none",
      "humanConfirmationRequired": true,
      "notes": "Per-artist AIWEB pages expose request_quote / submit_inquiry. Quotes create an inbox thread for the artist. MCP: /api/vcap/artists/{handle}/mcp.json"
    },
    {
      "id": "get-artist-vcap",
      "name": "Read artist AIWEB VCAP surfaces",
      "method": "GET",
      "endpoint": "https://www.thestreamdisc.com/api/vcap/artists/{handle}/mcp.json",
      "authentication": "none",
      "notes": "Also llms.txt, json.ld, openapi.json under the same base path. Federation id: streamdisc_{handle}."
    }
  ],
  "content": {
    "collections": [
      "https://www.thestreamdisc.com/create",
      "https://www.thestreamdisc.com/custom-printing",
      "https://www.thestreamdisc.com/bulk-printing",
      "https://www.thestreamdisc.com/anatomy",
      "https://www.thestreamdisc.com/artists"
    ],
    "mediaTypes": ["image/jpeg", "image/png", "image/avif", "image/webp"],
    "updatedAt": "2026-09-17T18:00:00.000Z"
  },
  "commerce": {
    "currency": "USD",
    "orderingAvailable": false,
    "priceSource": "https://www.thestreamdisc.com/api/vcap/catalog",
    "shippingPolicy": "https://www.thestreamdisc.com/shipping",
    "returnPolicy": "https://www.thestreamdisc.com/returns"
  },
  "provenance": {
    "publisher": "https://www.thestreamdisc.com/#organization",
    "contentOwner": "Stream Disc",
    "artistAttributionRequired": true,
    "recordUpdatedAt": "2026-09-17T18:00:00.000Z",
    "etag": "W/\"vcap-manifest-2026-09-17-aiweb-artists\""
  },
  "access": {
    "publicRead": true,
    "privateDataExcluded": true,
    "terms": "https://www.thestreamdisc.com/terms",
    "privacy": "https://www.thestreamdisc.com/privacy"
  },
  "contact": {
    "instagram": "https://www.instagram.com/the_stream_disc/"
  }
}
