{
  "manifest_version": "1.0.0",
  "template": {
    "id": "13a79e72-139c-4124-8f24-b114f0077a8c",
    "slug": "tarsee",
    "name": "Tarsee",
    "description": "24/7 Claude Code agent — web, Telegram, Discord, voice. No API keys.",
    "url": "https://railway.com/deploy/tarsee",
    "upstream": {
      "repo_url": "https://github.com/projectservan8n/Tarsee"
    }
  },
  "services": [
    {
      "name": "Tarsee",
      "source": {
        "repo": "https://github.com/projectservan8n/Tarsee"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NODE_ENV",
      "service": "Tarsee",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "Tarsee",
      "description": "Provide a value for ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SETUP_PASSWORD",
      "service": "Tarsee",
      "description": "Provide a value for SETUP_PASSWORD.",
      "secret": true,
      "strategy": "default",
      "default": "<Change to your 4 DIGIT PIN>"
    },
    {
      "key": "TARSEE_STATE_DIR",
      "service": "Tarsee",
      "description": "Provide a value for TARSEE_STATE_DIR.",
      "secret": false,
      "strategy": "default",
      "default": "/data/tarsee"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tarsee"
      }
    },
    "cli": "railway deploy --template tarsee",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "13a79e72-139c-4124-8f24-b114f0077a8c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "79a4da67-ea63-4913-8db6-fc8567be46cf": {
                  "icon": null,
                  "name": "Tarsee",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/projectservan8n/Tarsee",
                    "rootDirectory": null
                  },
                  "variables": {
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "production"
                    },
                    "ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ENCRYPTION_KEY}}"
                    },
                    "SETUP_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "<Change to your 4 DIGIT PIN>"
                    },
                    "TARSEE_STATE_DIR": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/data/tarsee"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "79a4da67-ea63-4913-8db6-fc8567be46cf": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:06:15.540Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_adc587006dad4ab19c84",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 179,
    "typical_build_seconds": 97,
    "typical_start_seconds": 10,
    "slowest_service": "Tarsee"
  }
}
