{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b11b35ab-4fac-4c4a-b73b-adfa4eda3599",
    "slug": "notlink",
    "name": "Notlink",
    "description": "Fast URL shortener built in Rust. Self-hosted, no limits.",
    "url": "https://railway.com/deploy/notlink",
    "upstream": {
      "repo_url": "https://github.com/abdibrokhim/notlink"
    }
  },
  "services": [
    {
      "name": "notlink",
      "source": {
        "repo": "https://github.com/abdibrokhim/notlink"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "notlink"
      }
    },
    "cli": "railway deploy --template notlink",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b11b35ab-4fac-4c4a-b73b-adfa4eda3599",
            "serializedConfig": {
              "services": {
                "2e59871b-b5ca-4918-a8f5-667e419a4c0a": {
                  "name": "notlink",
                  "source": {
                    "repo": "abdibrokhim/notlink"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-11T10:14:37.526Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-10T15:02:45.841Z",
  "success_rate_30d": 0.5,
  "validation": {
    "last_run_id": "run_3872465bf0dd4fd1a228",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "CRASHED"
      }
    ],
    "typical_ready_seconds": 77
  }
}
