{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1438dfb7-d01b-4359-8b5b-f8c187dfdf7b",
    "slug": "5o0WPC",
    "name": "Anthropic x FastAPI",
    "description": "Starter for your backend AI-powered app",
    "url": "https://railway.com/deploy/5o0WPC",
    "upstream": {
      "repo_url": "https://github.com/Chinpeerapat/anthropic-fastapi-service"
    }
  },
  "services": [
    {
      "name": "anthropic-fastapi-service",
      "source": {
        "repo": "https://github.com/Chinpeerapat/anthropic-fastapi-service"
      },
      "needs_volume": true,
      "volume_mount_path": "/anthropic-fastapi",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GPT_MODEL",
      "service": "anthropic-fastapi-service",
      "description": "Provide a value for GPT_MODEL.",
      "secret": false,
      "strategy": "default",
      "default": "claude-3-5-sonnet-20240620"
    },
    {
      "key": "MAX_TOKEN",
      "service": "anthropic-fastapi-service",
      "description": "Provide a value for MAX_TOKEN.",
      "secret": true,
      "strategy": "default",
      "default": "8192"
    },
    {
      "key": "TEMPERATURE",
      "service": "anthropic-fastapi-service",
      "description": "Provide a value for TEMPERATURE.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "5o0WPC"
      }
    },
    "cli": "railway deploy --template 5o0WPC",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1438dfb7-d01b-4359-8b5b-f8c187dfdf7b",
            "serializedConfig": {
              "services": {
                "fe86bb9d-5a26-43d9-bb61-9a35d2de91ba": {
                  "icon": null,
                  "name": "anthropic-fastapi-service",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/Chinpeerapat/anthropic-fastapi-service",
                    "rootDirectory": null
                  },
                  "variables": {
                    "GPT_MODEL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "claude-3-5-sonnet-20240620"
                    },
                    "MAX_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8192"
                    },
                    "TEMPERATURE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "fe86bb9d-5a26-43d9-bb61-9a35d2de91ba": {
                      "mountPath": "/anthropic-fastapi"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T11:11:51.700Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_732c0571940240d6b72f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
