{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f2f6deb6-8f83-4af5-b44d-856d6183f73e",
    "slug": "QJbo7o",
    "name": "Director by VideoDB",
    "description": "Director is an open source framework for creating AI agents.",
    "url": "https://railway.com/deploy/QJbo7o",
    "upstream": {
      "repo_url": "https://github.com/video-db/Director"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Frontend",
      "source": {
        "repo": "https://github.com/video-db/Director"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Backend",
      "source": {
        "repo": "https://github.com/video-db/Director"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VITE_PORT",
      "service": "Frontend",
      "description": "Provide a value for VITE_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "VITE_APP_BACKEND_URL",
      "service": "Frontend",
      "description": "Please enter any string for now. Once both services are deployed, REPLACE it with the backend service's public URL, which can be found in Backend Service Settings → Networking → Public Networking.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PORT",
      "service": "Backend",
      "description": "Port on which your service is listening.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "Backend",
      "description": "Openai api key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VIDEO_DB_API_KEY",
      "service": "Backend",
      "description": "VideoDB API Key (https://console.videodb.io/)",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "QJbo7o"
      }
    },
    "cli": "railway deploy --template QJbo7o",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f2f6deb6-8f83-4af5-b44d-856d6183f73e",
            "serializedConfig": {
              "services": {
                "647555f4-8ed3-4b4c-9303-d36521e264c0": {
                  "name": "Frontend",
                  "source": {
                    "repo": "video-db/Director",
                    "branch": null,
                    "rootDirectory": "./frontend"
                  },
                  "variables": {
                    "VITE_PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "VITE_APP_BACKEND_URL": {
                      "description": "Please enter any string for now. Once both services are deployed, REPLACE it with the backend service's public URL, which can be found in Backend Service Settings → Networking → Public Networking.",
                      "defaultValue": "{{VITE_APP_BACKEND_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "97c6e2b9-c3c9-4419-a393-ba0cc4061934": {
                  "name": "Backend",
                  "source": {
                    "repo": "video-db/Director",
                    "branch": null,
                    "rootDirectory": "/backend"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Port on which your service is listening.",
                      "defaultValue": "8000"
                    },
                    "BEEP_AUDIO_ID": {
                      "isOptional": true,
                      "description": "Profanity Remover Agent",
                      "defaultValue": ""
                    },
                    "BRAND_IMAGE_ID": {
                      "isOptional": true,
                      "description": "Brandkit Agent",
                      "defaultValue": ""
                    },
                    "INTRO_VIDEO_ID": {
                      "isOptional": true,
                      "description": "Brandkit Agent",
                      "defaultValue": ""
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": false,
                      "description": "Openai api key",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "OUTRO_VIDEO_ID": {
                      "isOptional": true,
                      "description": "Brandkit Agent",
                      "defaultValue": ""
                    },
                    "SLACK_BOT_TOKEN": {
                      "isOptional": true,
                      "description": "Slack Agent",
                      "defaultValue": ""
                    },
                    "VIDEO_DB_API_KEY": {
                      "isOptional": false,
                      "description": "VideoDB API Key (https://console.videodb.io/)",
                      "defaultValue": "{{VIDEO_DB_API_KEY}}"
                    },
                    "SLACK_CHANNEL_NAME": {
                      "isOptional": true,
                      "description": "Slack Agent",
                      "defaultValue": ""
                    },
                    "REPLICATE_API_TOKEN": {
                      "isOptional": true,
                      "description": "Replicate api token for replicate tool",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
