{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6b3afbeb-ee90-466d-81b8-028bacef1991",
    "slug": "fastapi-authentication",
    "name": "FastAPI Authentication — Self-Hosted Auth & User Management",
    "description": "Self-host a FastAPI auth app — JWT, user management & admin panel",
    "url": "https://railway.com/deploy/fastapi-authentication",
    "upstream": {
      "repo_url": "https://github.com/Oclemy/FastAPI-Auth-and-User-Management"
    }
  },
  "services": [
    {
      "name": "FastAPI Authentication and User management",
      "source": {
        "repo": "https://github.com/Oclemy/FastAPI-Auth-and-User-Management"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fastapi-authentication"
      }
    },
    "cli": "railway deploy --template fastapi-authentication",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6b3afbeb-ee90-466d-81b8-028bacef1991",
            "serializedConfig": {
              "services": {
                "7a2ab05c-bb0f-4f0a-9c6f-92e75769903a": {
                  "icon": "https://devicons.railway.app/FastAPI%20Authentication%20and%20User%20management?variant=light",
                  "name": "FastAPI Authentication and User management",
                  "source": {
                    "repo": "Oclemy/FastAPI-Auth-and-User-Management"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-14T10:14:50.742Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T08:45:27.814Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b0ed2b86d26145f48ceb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 48,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "FastAPI Authentication and User management"
  }
}
