Use this path when your infrastructure template already lives in GitHub and you want the shortest browser flow from URL to CloudEval project. CloudEval can consume supported GitHub template URLs, create the project, and redirect you into the resulting workspace when creation completes.Documentation Index
Fetch the complete documentation index at: https://docs.cloudeval.ai/llms.txt
Use this file to discover all available pages before exploring further.

Prerequisites
- A signed-in CloudEval account
- A public or accessible GitHub URL to an ARM JSON template
- A parameters file URL if the template requires one and CloudEval cannot auto-detect it
Create the project
Choose a GitHub URL source
Select the template URL option and paste the GitHub URL.CloudEval accepts common GitHub URL shapes such as
blob, tree, and raw GitHub content URLs when they point to supported template content.Review parameter detection
When the URL points at GitHub, CloudEval tries to find a matching parameters file from the same repository when the naming pattern is recognizable.You may see states such as Looking…, Found, or Not found beside the parameters field. If the auto-detected file is not the right one, replace it with the exact parameters file URL.
Review and create
Confirm the project name, provider, template URL, and optional parameters URL.After you choose Review & Create, CloudEval creates the project and starts setting up the backing connection.

When to use this instead of upload
Use GitHub URL when:- the template already has a stable repository URL
- you want teammates to recognize the source
- you want CloudEval to try parameters-file detection
- you want a browser-first flow without downloading files locally

Agent or CLI handoff
Agents and scripts can open the same browser flow with a prefilled template URL:--auto-submit only when you have already tested the exact URL and defaults you want the browser flow to use.
Troubleshooting
| Symptom | What to check |
|---|---|
| CloudEval cannot read the URL | Confirm the URL is public or accessible and points to supported template content. |
| Parameters are not auto-detected | Paste the exact parameters file URL manually. |
| The project opens but reports are unavailable | Wait for project setup to complete, then run cost and architecture reports. |
| The redirected workspace is not the expected project | Check the project name and source URL in the review step before creating another project. |
