{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a5d55c74-1b36-4b01-8981-f27caefad55e",
    "slug": "IdlBP8",
    "name": "Suno-API",
    "description": "REST API for Suno AI for interacting with Suno AI's music generator.",
    "url": "https://railway.com/deploy/IdlBP8",
    "upstream": {
      "repo_url": "https://github.com/Malith-Rukshan/Suno-API"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Suno-API-Service",
      "source": {
        "repo": "https://github.com/Malith-Rukshan/Suno-API"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SUNO_COOKIE",
      "service": "Suno-API-Service",
      "description": "Sign up on the suno.ai website and obtain your cookie. Refer README.md file to tutorial.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "IdlBP8"
      }
    },
    "cli": "railway deploy --template IdlBP8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a5d55c74-1b36-4b01-8981-f27caefad55e",
            "serializedConfig": {
              "services": {
                "8a940e3f-3a32-470e-96c7-452513c5d1a6": {
                  "name": "Suno-API-Service",
                  "source": {
                    "repo": "Malith-Rukshan/Suno-API",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "SUNO_COOKIE": {
                      "isOptional": false,
                      "description": "Sign up on the suno.ai website and obtain your cookie. Refer README.md file to tutorial.",
                      "defaultValue": "{{SUNO_COOKIE}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T16:14:56.866Z",
  "generator_version": "0.1.0"
}
