{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cfb815c0-9930-43c0-a71d-8be983272da4",
    "slug": "Rg70kF",
    "name": "Pinecone",
    "description": "Sample Pinecone apps for document summarization and question-answering.",
    "url": "https://railway.com/deploy/Rg70kF",
    "upstream": {
      "repo_url": "https://github.com/alphasecio/langchain-examples"
    }
  },
  "services": [
    {
      "name": "langchain-pinecone-summary",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "langchain-pinecone-qa",
      "source": {
        "repo": "https://github.com/alphasecio/langchain-examples"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "langchain-pinecone-summary",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    },
    {
      "key": "PORT",
      "service": "langchain-pinecone-qa",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Rg70kF"
      }
    },
    "cli": "railway deploy --template Rg70kF",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cfb815c0-9930-43c0-a71d-8be983272da4",
            "serializedConfig": {
              "services": {
                "762b4049-4fa6-4b05-8d94-159f6cd5051e": {
                  "name": "langchain-pinecone-summary",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/pinecone-summary"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "f11d02ce-5f86-46e0-a743-51772dfb11ec": {
                  "name": "langchain-pinecone-qa",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run streamlit_app.py"
                  },
                  "source": {
                    "repo": "https://github.com/alphasecio/langchain-examples",
                    "rootDirectory": "/pinecone-qa"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T17:55:42.174Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c0287b15ad074fe7a10e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 183,
    "typical_build_seconds": 83,
    "typical_start_seconds": 10,
    "slowest_service": "langchain-pinecone-summary"
  }
}
