> ## 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.

# Capabilities map

> See which CloudEval AI capabilities are current, in progress, planned, or limited.

Use this page when you need a quick, honest map of what CloudEval can do today and where the product is headed next.

<Warning>Roadmap items are not shipped behavior. Treat anything marked `In progress` or `Planned` as directional until the docs or `cloudeval capabilities --format json` say it is current.</Warning>

## Why it matters

Cloud evaluation tools are only useful when teams know what they can trust. This map separates current product capability from roadmap direction so architects, DevOps teams, and AI agents can plan without guessing.

## Quick check

For automation, check the live CLI contract first:

```bash theme={null}
cloudeval capabilities --format json
cloudeval mcp status --format json
cloudeval doctor --format json
```

Expected result:

```json theme={null}
{
  "ok": true,
  "command": "capabilities",
  "data": {
    "commands": [],
    "domains": {},
    "mcp": {}
  }
}
```

The real output includes the current command list, frontend deeplinks, MCP toolsets, resources, and prompts.

## Status labels

<Columns cols={4}>
  <Card title="Current" icon="circle-check">
    <Badge color="green" size="sm">Current</Badge>
  </Card>

  <Card title="In progress" icon="loader">
    <Badge color="blue" size="sm">In progress</Badge>
  </Card>

  <Card title="Planned" icon="calendar-clock">
    <Badge color="purple" size="sm">Planned</Badge>
  </Card>

  <Card title="Limited" icon="circle-alert">
    <Badge color="orange" size="sm">Limited</Badge>
  </Card>
</Columns>

| Status      | Meaning                                                                                            |
| ----------- | -------------------------------------------------------------------------------------------------- |
| Current     | Available in the product or CLI today and safe to document as a supported workflow.                |
| In progress | Active roadmap work, not generally available yet. Use it for planning, not production commitments. |
| Planned     | Directional roadmap item. Scope and dates can change.                                              |
| Limited     | Available only for specific workflows, preview paths, or narrow usage.                             |

## Capabilities

| Area                 | Capability                                                            | Status                                            | What users get                                                                                                                                                | Start here                                                                  |
| -------------------- | --------------------------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| Cloud ingestion      | Azure Cloud sync connections                                          | <Badge color="green" size="sm">Current</Badge>    | Connect an Azure subscription or resource group scope and turn it into a CloudEval project.                                                                   | [Connect Azure](/quickstart/connect-an-azure-environment)                   |
| IaC ingestion        | Single ARM template import                                            | <Badge color="green" size="sm">Current</Badge>    | Upload or reference ARM JSON before deployment and evaluate it as a project.                                                                                  | [Import ARM or Bicep](/quickstart/import-an-arm-or-bicep-template)          |
| IaC ingestion        | Multi-file ARM workspace import                                       | <Badge color="green" size="sm">Current</Badge>    | Preserve linked or nested ARM templates as source files and resolve them for diagrams and reports with `.cloudeval/config.yaml`.                              | [IaC project config](/reference/iac-project-config)                         |
| IaC ingestion        | Bicep review through compiled ARM JSON                                | <Badge color="green" size="sm">Current</Badge>    | Compile Bicep to ARM JSON, then use the same import and report workflow.                                                                                      | [Automate with the CLI](/workflows/automate-evaluations-with-the-cli)       |
| IaC ingestion        | GitHub source snapshot trust model                                    | <Badge color="green" size="sm">Current</Badge>    | Understand how repository files are imported, stored, filtered, and used for reports and AI-assisted review.                                                  | [Data and model boundaries](/reference/data-and-model-boundaries)           |
| Project model        | Projects, connections, files, and sharing                             | <Badge color="green" size="sm">Current</Badge>    | Keep topology, source inputs, reports, collaboration, and share links together.                                                                               | [Projects](/concepts/projects)                                              |
| Diagrams             | Interactive architecture and dependency diagrams                      | <Badge color="green" size="sm">Current</Badge>    | Inspect cloud resources, relationships, layout, and resource context visually.                                                                                | [Diagrams and workspace views](/concepts/diagrams)                          |
| Reports              | Cloud Evaluation report                                               | <Badge color="green" size="sm">Current</Badge>    | Review Brief, Action Plan, Architecture & Dependencies, Security & Compliance, Cost & FinOps, Resources, and Evidence & Progress in one project-aware report. | [Reports](/concepts/reports)                                                |
| Reports              | Cost and FinOps reporting                                             | <Badge color="green" size="sm">Current</Badge>    | Estimate run-rate cost, annualized context, savings opportunities, service-family breakdowns, pricing assumptions, and unmatched resources.                   | [Run reports](/quickstart/run-your-first-reports)                           |
| Reports              | Architecture and Well-Architected reporting                           | <Badge color="green" size="sm">Current</Badge>    | Review pillar scores, findings, issue counts, dependency context, affected resources, and architecture recommendations.                                       | [Report types](/reference/report-types-and-statuses)                        |
| Reports              | Evaluation coverage                                                   | <Badge color="green" size="sm">Current</Badge>    | Understand the `1,700+` CloudEval platform signal floor, `1,650+` attributed third-party catalog, workflow overlap, and applicability limits.                 | [Evaluation coverage](/reference/evaluation-coverage)                       |
| Reports              | Resource inventory and finding detail                                 | <Badge color="green" size="sm">Current</Badge>    | Triage exact affected resources with status, severity, issue count, cost, savings, evidence links, and primary action.                                        | [Reports](/concepts/reports#resources-and-evidence)                         |
| Reports              | Cross-project issues inventory                                        | <Badge color="green" size="sm">Current</Badge>    | Triage architecture findings, cost opportunities, and unit-test failures across projects in `/app/issues` or with `cloudeval issues list`.                    | [CLI command reference](/reference/cli-command-reference#issues-inventory)  |
| Reports              | Security and architecture finding review                              | <Badge color="green" size="sm">Current</Badge>    | Triage risk with report evidence, confidence, source context, and project links.                                                                              | [Review findings](/workflows/review-cost-and-architecture-findings)         |
| Reports              | Report exports and AI handoff                                         | <Badge color="green" size="sm">Current</Badge>    | Export PDF, Markdown, or JSON and copy scoped report context or evidence packs for agent-assisted follow-up.                                                  | [LLM context](/reference/llms-and-agent-context)                            |
| Reports              | ARM/unit-test reports where available                                 | <Badge color="green" size="sm">Current</Badge>    | Run template-focused checks when the project and CloudEval service support them.                                                                              | [Report types](/reference/report-types-and-statuses)                        |
| AI workspace         | Grounded project chat                                                 | <Badge color="green" size="sm">Current</Badge>    | Ask questions against project metadata, graph data, source inputs, and saved reports.                                                                         | [Agent rules](/reference/agent-and-automation-rules)                        |
| CLI                  | Agentic CLI workflows                                                 | <Badge color="green" size="sm">Current</Badge>    | Configure profiles, create projects, run reports, ask grounded questions, download outputs, and open deeplinks.                                               | [CLI overview](/reference/cli-overview)                                     |
| Agent integration    | MCP server                                                            | <Badge color="green" size="sm">Current</Badge>    | Expose CloudEval project, report, billing, open-url, and capability tools to MCP-compatible agents.                                                           | [Agent rules](/reference/agent-and-automation-rules)                        |
| Agent integration    | `llms.txt` and `llms-full.txt`                                        | <Badge color="green" size="sm">Current</Badge>    | Give external agents machine-readable product, CLI, grounding, and limitation context.                                                                        | [LLM context](/reference/llms-and-agent-context)                            |
| Collaboration        | Share links, embeds, and invited roles                                | <Badge color="green" size="sm">Current</Badge>    | Share read-only project views, embed snippets, or collaborate with named users.                                                                               | [Sharing](/concepts/sharing-and-collaboration)                              |
| Billing              | Credits, Pro checkout, plan visibility, and CLI billing summaries     | <Badge color="green" size="sm">Current</Badge>    | Inspect usage, credits, the enabled Day Pass and Pro plans, ledger entries, invoices, top-ups, and billing deeplinks.                                         | [Plans and billing](/plans-and-pricing)                                     |
| Pull requests        | GitHub App repository sync                                            | <Badge color="green" size="sm">Current</Badge>    | Link a GitHub repository to a CloudEval project so review jobs can resolve repository, branch, commit, and source-root provenance.                            | [GitHub repository sync](/reference/github-repository-sync)                 |
| Pull requests        | GitHub Actions composite action                                       | <Badge color="green" size="sm">Current</Badge>    | Run CloudEval review in CI, upload workflow artifacts, and use a scoped access key instead of hand-rolled CLI setup.                                          | [GitHub Actions integration](/workflows/github-actions)                     |
| Pull requests        | PR comments from CloudEval review                                     | <Badge color="green" size="sm">Current</Badge>    | Post or update one result comment with source provenance, report links, gate result, and drilldowns when repository permissions allow it.                     | [GitHub Actions integration](/workflows/github-actions#pr-review-workflow)  |
| Pull requests        | CI job failure via configured gates                                   | <Badge color="green" size="sm">Current</Badge>    | Fail the workflow job when `.cloudeval/config.yaml` `ci.gates` thresholds are not satisfied.                                                                  | [GitHub Actions integration](/workflows/github-actions#config-driven-gates) |
| Editor workflow      | VS Code sidebar for CloudEval projects and findings                   | <Badge color="blue" size="sm">In progress</Badge> | Review projects, resources, reports, and findings without leaving the editor.                                                                                 | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Editor workflow      | Inline ARM/Bicep diagnostics and CodeLens actions                     | <Badge color="blue" size="sm">In progress</Badge> | See IaC risks in context, then explain, evaluate, or draft fixes from the editor.                                                                             | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Editor workflow      | CloudEval MCP tools for VS Code agents                                | <Badge color="blue" size="sm">In progress</Badge> | Let editor agents answer with CloudEval project, graph, and report context.                                                                                   | [Agent rules](/reference/agent-and-automation-rules)                        |
| Pull requests        | GitHub Checks UI annotations                                          | <Badge color="purple" size="sm">Planned</Badge>   | Add richer GitHub-native annotations beyond the workflow job result and PR comment.                                                                           | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Pull requests        | PR diagram diffs                                                      | <Badge color="purple" size="sm">Planned</Badge>   | Show architecture diffs across pull-request changes.                                                                                                          | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Pull requests        | Native repo scanning without setup                                    | <Badge color="purple" size="sm">Planned</Badge>   | Scan repositories without requiring the current GitHub App plus action workflow setup path.                                                                   | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Diagnostics          | Snapshot drift and graph diff                                         | <Badge color="purple" size="sm">Planned</Badge>   | Compare project snapshots to see what changed and which risks moved.                                                                                          | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Diagnostics          | Blast radius and risk-path exploration                                | <Badge color="purple" size="sm">Planned</Badge>   | Trace dependencies, identities, network paths, exposure, data access, and cost impact.                                                                        | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Provider coverage    | AWS CloudFormation scanner evaluation                                 | <Badge color="orange" size="sm">Limited</Badge>   | Static beta evaluation for CloudFormation using reviewed AWS beta controls, deployment-quality checks, and additional IaC findings where applicable.          | [Cloud support](/cloud-support)                                             |
| Provider coverage    | Terraform scanner-native findings                                     | <Badge color="orange" size="sm">Limited</Badge>   | Additional IaC findings for supported Terraform workflows. Do not treat this as full Well-Architected or live-cloud parity.                                   | [Cloud support](/cloud-support)                                             |
| Provider coverage    | GCP, Kubernetes, Pulumi, and telemetry evidence                       | <Badge color="purple" size="sm">Planned</Badge>   | Broader coverage with explicit parser, provider, rule, and evidence labels.                                                                                   | [Cloud support](/cloud-support)                                             |
| Remediation          | Ranked fixes, IaC patches, PRs, waivers, owners, and evidence exports | <Badge color="purple" size="sm">Planned</Badge>   | Turn findings into reviewable change proposals with governance context.                                                                                       | [Roadmap](https://cloudeval.ai/home/roadmap)                                |
| Trust and deployment | Self-hosted or private-network deployment                             | <Badge color="purple" size="sm">Planned</Badge>   | Keep source snapshots, cloud sync evidence, and generated reports inside customer-controlled infrastructure for Team and Enterprise use cases.                | [Data boundaries](/reference/data-and-model-boundaries)                     |
| Trust and deployment | Custom LLM gateway and bring-your-own key                             | <Badge color="purple" size="sm">Planned</Badge>   | Route AI summaries, chat, and review context through an approved enterprise model gateway or customer-owned model account.                                    | [Data boundaries](/reference/data-and-model-boundaries)                     |
| Provider coverage    | AWS and GCP live connection parity                                    | <Badge color="orange" size="sm">Limited</Badge>   | Do not assume full Azure parity today. AWS live connections and GCP live connections are not available today.                                                 | [Cloud support](/cloud-support)                                             |
| Commerce             | Team, Business, and enterprise self-serve checkout                    | <Badge color="orange" size="sm">Limited</Badge>   | Team and Business are not available for in-app purchase today; Enterprise remains contact sales.                                                              | [Plans and billing](/plans-and-pricing)                                     |

## How to use this map

1. Start with `Current` rows when planning a real rollout.
2. Use `In progress` rows for near-term pilots and design discussions.
3. Use `Planned` rows to understand direction, not to make delivery commitments.
4. Check `Limited` rows before assuming provider, billing, or integration parity.

## Common mistakes

* Treating roadmap rows as available product behavior.
* Treating planned Team/Enterprise self-hosting or custom LLM routing as available in the public Pro product.
* Assuming AWS, GCP, Terraform, CloudFormation, or Kubernetes support matches Azure live-cloud support.
* Adding workflow scanner counts together.
* Hard-coding CLI commands without first running `cloudeval capabilities --format json`.
* Registering MCP broadly when a focused toolset such as `readonly`, `projects`, `reports`, or `billing` is enough.

## Tips

* Use [Feature matrix](/feature-availability) for the strict support matrix.
* Use [Cloud and IaC support](/cloud-support) before writing provider-specific runbooks.
* Use [Evaluation methodology and attribution](/reference/evaluation-methodology-and-attribution) before quoting counts, pinned versions, or third-party attribution.
* Use [Agent and automation rules](/reference/agent-and-automation-rules) before wiring CloudEval into an AI agent.
* Use [Data and model boundaries](/reference/data-and-model-boundaries) before connecting private GitHub repositories or planning enterprise model-routing requirements.
* Use the [public roadmap](https://cloudeval.ai/home/roadmap) when you need the six-month product direction.

## Related pages

* [Feature matrix](/feature-availability)
* [Evaluation coverage](/reference/evaluation-coverage)
* [Evaluation methodology and attribution](/reference/evaluation-methodology-and-attribution)
* [CLI command reference](/reference/cli-command-reference)
* [Agent and automation rules](/reference/agent-and-automation-rules)
* [Data and model boundaries](/reference/data-and-model-boundaries)
* [Cloud and IaC support](/cloud-support)
* [Plans and billing](/plans-and-pricing)
