{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5a33ed8a-eb6d-4714-860b-7a982728a497",
    "slug": "pW9tXP",
    "name": "LangServe - Pirate Speak Template",
    "description": "Basic Langserve server with the pirate speak template",
    "url": "https://railway.com/deploy/pW9tXP",
    "upstream": {
      "repo_url": "https://github.com/PaulLockett/LangServe-Railway"
    }
  },
  "services": [
    {
      "name": "LangServe-Railway",
      "source": {
        "repo": "https://github.com/PaulLockett/LangServe-Railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SUPABASE_KEY",
      "service": "LangServe-Railway",
      "description": "The API key for your supabase database",
      "secret": true,
      "strategy": "default",
      "default": "{ Input supabase api key here }"
    },
    {
      "key": "SUPABASE_URL",
      "service": "LangServe-Railway",
      "description": "The url for your Supabase database.",
      "secret": false,
      "strategy": "default",
      "default": "https://{supabase project reference id}.supabase.co"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "LangServe-Railway",
      "description": "This is your api key for openAI. It will be used by chains in this langServe service.",
      "secret": true,
      "strategy": "default",
      "default": "{ Input openAI api key here }"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "LangServe-Railway",
      "description": "This is your api key for Anthropic. It will be used by chains in this langServe service.",
      "secret": true,
      "strategy": "default",
      "default": "{ Input anthropic api key here }"
    },
    {
      "key": "LANGCHAIN_PROJECT",
      "service": "LangServe-Railway",
      "description": "The default project name used to organize observed chain calls done with this service.",
      "secret": false,
      "strategy": "default",
      "default": "railway_deployment"
    },
    {
      "key": "LANGCHAIN_ENDPOINT",
      "service": "LangServe-Railway",
      "description": "The endpoint for LangSmith usage. This may be needed for older version of Langchain if they are used.",
      "secret": false,
      "strategy": "default",
      "default": "https://api.smith.langchain.com"
    },
    {
      "key": "LANGCHAIN_TRACING_V2",
      "service": "LangServe-Railway",
      "description": "This is the boolean value for LangSmith to use v2 of there tracing",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "HUGGING_FACE_INFERENCE_API",
      "service": "LangServe-Railway",
      "description": "This is your api key for HuggingFace Inference endpoints. It will be used by chains in this langServe service.",
      "secret": false,
      "strategy": "default",
      "default": "{ Input hugging face inference api key here }"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pW9tXP"
      }
    },
    "cli": "railway deploy --template pW9tXP",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5a33ed8a-eb6d-4714-860b-7a982728a497",
            "serializedConfig": {
              "services": {
                "fbe345f9-c210-4e3e-b094-9b0db9d64de5": {
                  "name": "LangServe-Railway",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "https://github.com/PaulLockett/LangServe-Railway"
                  },
                  "variables": {
                    "SUPABASE_KEY": {
                      "isOptional": true,
                      "description": "The API key for your supabase database",
                      "defaultValue": "{ Input supabase api key here }"
                    },
                    "SUPABASE_URL": {
                      "isOptional": true,
                      "description": "The url for your Supabase database.",
                      "defaultValue": "https://{supabase project reference id}.supabase.co"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "This is your api key for openAI. It will be used by chains in this langServe service.",
                      "defaultValue": "{ Input openAI api key here }"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": false,
                      "description": "This is your api key for Anthropic. It will be used by chains in this langServe service.",
                      "defaultValue": "{ Input anthropic api key here }"
                    },
                    "LANGCHAIN_API_KEY": {
                      "isOptional": true,
                      "description": "This is your API key for LangSmith observability."
                    },
                    "LANGCHAIN_PROJECT": {
                      "isOptional": true,
                      "description": "The default project name used to organize observed chain calls done with this service.",
                      "defaultValue": "railway_deployment"
                    },
                    "LANGCHAIN_ENDPOINT": {
                      "isOptional": true,
                      "description": "The endpoint for LangSmith usage. This may be needed for older version of Langchain if they are used.",
                      "defaultValue": "https://api.smith.langchain.com"
                    },
                    "LANGCHAIN_TRACING_V2": {
                      "isOptional": true,
                      "description": "This is the boolean value for LangSmith to use v2 of there tracing",
                      "defaultValue": "true"
                    },
                    "HUGGING_FACE_INFERENCE_API": {
                      "isOptional": true,
                      "description": "This is your api key for HuggingFace Inference endpoints. It will be used by chains in this langServe service.",
                      "defaultValue": "{ Input hugging face inference api key here }"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "LangServe-Railway",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T08:36:46.727Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_80ac7a61b5f84bf0bd3f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
