{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bd7c8c3d-56fb-4806-a75a-2f1a1a78fb27",
    "slug": "agentlogs",
    "name": "AgentLogs",
    "description": "Collaboration in the age of agentic engineering.",
    "url": "https://railway.com/deploy/agentlogs",
    "upstream": {
      "image": "ghcr.io/agentlogs/agentlogs:0.1.4@sha256:932216e9150cb43e6ed6c347ba135fb82888665b6d0eaefbda146bc9e376dab1"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "AgentLogs",
      "source": {
        "image": "ghcr.io/agentlogs/agentlogs:0.1.4@sha256:932216e9150cb43e6ed6c347ba135fb82888665b6d0eaefbda146bc9e376dab1"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/.data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "AgentLogs",
      "description": "Port exposed by AgentLogs.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "WEB_URL",
      "service": "AgentLogs",
      "description": "Public web URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "AgentLogs",
      "description": "UID root permissions for SQLite.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "GITHUB_CLIENT_ID",
      "service": "AgentLogs",
      "description": "GitHub Client ID.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "BETTER_AUTH_SECRET",
      "service": "AgentLogs",
      "description": "Generated secret for Better Auth.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "GITHUB_CLIENT_SECRET",
      "service": "AgentLogs",
      "description": "GitHub Client Secret.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "agentlogs"
      }
    },
    "cli": "railway deploy --template agentlogs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bd7c8c3d-56fb-4806-a75a-2f1a1a78fb27",
            "serializedConfig": {
              "services": {
                "2e98be02-f44d-49a5-9b76-a1e64c6233c1": {
                  "icon": "https://raw.githubusercontent.com/agentlogs/agentlogs/refs/heads/main/docs/favicon.svg",
                  "name": "AgentLogs",
                  "deploy": {
                    "healthcheckPath": "/healthz"
                  },
                  "source": {
                    "image": "ghcr.io/agentlogs/agentlogs:0.1.4@sha256:932216e9150cb43e6ed6c347ba135fb82888665b6d0eaefbda146bc9e376dab1"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port exposed by AgentLogs.",
                      "defaultValue": "3000"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public web URL",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "description": "UID root permissions for SQLite.",
                      "defaultValue": "0"
                    },
                    "GITHUB_CLIENT_ID": {
                      "isOptional": false,
                      "description": "GitHub Client ID.",
                      "defaultValue": "{{GITHUB_CLIENT_ID}}"
                    },
                    "BETTER_AUTH_SECRET": {
                      "isOptional": false,
                      "description": "Generated secret for Better Auth.",
                      "defaultValue": "{{BETTER_AUTH_SECRET}}"
                    },
                    "GITHUB_CLIENT_SECRET": {
                      "isOptional": false,
                      "description": "GitHub Client Secret.",
                      "defaultValue": "{{GITHUB_CLIENT_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "2e98be02-f44d-49a5-9b76-a1e64c6233c1": {
                      "mountPath": "/app/.data",
                      "backupSchedules": [
                        "WEEKLY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "AgentLogs",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
