{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0548283e-2d31-46b4-8cb5-8079cdf3ecdb",
    "slug": "wide-bold",
    "name": "Unwrapped Spotify Music Stats",
    "description": "Unwrapped Spotify Music Stats, Estatísticas de músicas disponíveis",
    "url": "https://railway.com/deploy/wide-bold",
    "upstream": {
      "repo_url": "https://github.com/jorgehenrrique/proj-frontend-music-stats"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Unwrapped Spotify Music Stats",
      "source": {
        "repo": "https://github.com/jorgehenrrique/proj-frontend-music-stats"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "VITE_LASTFM_API_KEY",
      "service": "Unwrapped Spotify Music Stats",
      "description": "Last.fm API account → API Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VITE_SPOTIFY_CLIENT_ID",
      "service": "Unwrapped Spotify Music Stats",
      "description": "Spotify Developer → app → Client ID",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "VITE_LASTFM_SHARED_SECRET",
      "service": "Unwrapped Spotify Music Stats",
      "description": "Last.fm API account → Shared secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VITE_SPOTIFY_REDIRECT_URI",
      "service": "Unwrapped Spotify Music Stats",
      "description": "Redirect uri auto increment",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wide-bold"
      }
    },
    "cli": "railway deploy --template wide-bold",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0548283e-2d31-46b4-8cb5-8079cdf3ecdb",
            "serializedConfig": {
              "services": {
                "9fe3f36a-383e-490e-a23a-785b28381619": {
                  "name": "Unwrapped Spotify Music Stats",
                  "source": {
                    "repo": "jorgehenrrique/proj-frontend-music-stats",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "VITE_LASTFM_API_KEY": {
                      "description": "Last.fm API account → API Key",
                      "defaultValue": "{{VITE_LASTFM_API_KEY}}"
                    },
                    "VITE_SPOTIFY_CLIENT_ID": {
                      "description": "Spotify Developer → app → Client ID",
                      "defaultValue": "{{VITE_SPOTIFY_CLIENT_ID}}"
                    },
                    "VITE_LASTFM_SHARED_SECRET": {
                      "description": "Last.fm API account → Shared secret",
                      "defaultValue": "{{VITE_LASTFM_SHARED_SECRET}}"
                    },
                    "VITE_SPOTIFY_REDIRECT_URI": {
                      "description": "Redirect uri auto increment",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/callback"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
