{
  "environment": {
    "REPLICATE_API_TOKEN": {
      "requiredFor": [
        "images",
        "video"
      ],
      "secret": true,
      "purpose": "Create the storyboard, four production endpoints, and later video clips."
    },
    "FISH_STUDIO_APIKEY": {
      "requiredFor": [
        "voice"
      ],
      "secret": true,
      "purpose": "Create the final narrator voice after the video gate opens."
    }
  },
  "tools": {
    "node": {
      "requiredFor": [
        "plan",
        "images",
        "voice",
        "video",
        "final"
      ]
    },
    "ffmpeg": {
      "requiredFor": [
        "voice",
        "video",
        "final"
      ]
    },
    "ffprobe": {
      "requiredFor": [
        "voice",
        "video",
        "final"
      ]
    },
    "remotion": {
      "requiredFor": [
        "final"
      ]
    }
  },
  "disabledStages": {},
  "notes": [
    "Your coding agent authors directions, script, and plan locally. No separate LLM provider or API key is required. Coding-agent usage still applies."
  ]
}
