{
  "name": "reruns-tv",
  "description": "Agent-native creator-economy platform. Search and license curated livestream clips, submit VODs for AI-powered processing, or subscribe creators on behalf of a user. Settlement via x402 (USDC) or fiat (Stripe / Coinbase Commerce). All deliveries carry C2PA-signed provenance manifests.",
  "url": "https://reruns.tv/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "iJarvis LLC",
    "url": "https://reruns.tv"
  },
  "documentationUrl": "https://reruns.tv/.well-known/agents.json",
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "video/mp4", "text/plain"],
  "skills": [
    {
      "id": "search_catalog",
      "name": "Search the catalog",
      "description": "Find curated, reviewed clips and full stories. Filter by creator, type, duration, and quality.",
      "tags": ["search", "video", "catalog"],
      "examples": [
        "Find clips of PENTA wrangler shootouts under 30 seconds",
        "List the top 10 highest-rated full stories"
      ]
    },
    {
      "id": "license_clip",
      "name": "License a clip",
      "description": "Pay for and receive a signed CDN URL plus C2PA manifest for a specific catalog entry.",
      "tags": ["license", "video", "x402", "stripe"]
    },
    {
      "id": "submit_vod",
      "name": "Submit a VOD for processing",
      "description": "Hand the pipeline a livestream URL; receive multi-format reviewed clips back.",
      "tags": ["pipeline", "transcription", "ai-editing"]
    },
    {
      "id": "subscribe_creator",
      "name": "Subscribe a user to a creator",
      "description": "On behalf of a human user with an AP2 mandate, subscribe them to a creator's premium tier.",
      "tags": ["subscription", "ap2", "creator-economy"]
    }
  ],
  "authentication": {
    "schemes": ["api_key", "oauth2", "ap2_mandate"]
  },
  "supportsAuthenticatedExtendedCard": false,
  "x-payment": {
    "schemes": ["x402", "stripe", "coinbase_commerce"],
    "x402_facilitator": "https://x402.coinbase.com"
  },
  "x-provenance": {
    "c2pa": {
      "version": "2.3",
      "signed_manifests": "All delivered video carries a C2PA manifest signed by the reruns.tv signing certificate."
    }
  },
  "x-signature": {
    "status": "unsigned-draft",
    "note": "Phase 4 will add a JWS signature over this card using a key bound to the reruns.tv domain."
  }
}
