{
 "categories": [
  "construction",
  "aec",
  "enterprise"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-13",
   "fact": "homepage",
   "note": "Autodesk presents Autodesk Construction Cloud as construction management software and states ACC is now part of Autodesk Forma, with ACC product names updated.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "vendor",
   "note": "The opened construction site is published by Autodesk and brands the suite Autodesk Construction Cloud / Autodesk Forma.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "name",
   "note": "The page title and banner still identify Autodesk Construction Cloud while stating the Forma rename. This record keeps that product name and slug.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "deployment",
   "note": "The product is a hosted construction-management platform with document management, RFIs, model coordination, and cloud collaboration, not a customer-installed desktop CAD tool.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "platforms[0]",
   "note": "The opened product surface is a browser construction platform. A first-party mobile store listing was not opened in this pass, so platforms stay web-only.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "license",
   "note": "Autodesk markets a commercial construction suite with sales contact and demo paths, not a free self-serve product.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "status",
   "note": "The 2026 product site is a current commercial offering, including the live Forma rename banner.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.exists",
   "note": "Autodesk's Forma APIs introduction documents a current family of construction REST APIs, including Issues, RFIs, Hub Admin, and Files.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.kinds[0]",
   "note": "APS llms-full.txt documents Construction.Issues, Account Admin, Authentication, and Data Management as HTTP JSON APIs with GET/POST paths such as /construction/issues/v1/projects/{projectId}/...",
   "source": "https://aps.autodesk.com/llms-full.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.auth[0]",
   "note": "GET /authentication/v2/authorize is documented as the authorization-code grant. The authorization code is valid for 5 minutes; access tokens 60 minutes; refresh tokens 15 days.",
   "source": "https://aps.autodesk.com/llms-full.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.auth[1]",
   "note": "The Hub Admin field guide states project and project-user endpoints support both 2-legged authentication with a User-Id header and 3-legged authentication.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/admin-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.auth[2]",
   "note": "Autodesk marks Secure Service Accounts GA as of 2025-09-04. A private-key JWT authenticates a robot identity and is exchanged for a three-legged token for 3LO-only Forma/BIM 360 APIs, including Issues, Docs, Cost, Build, and Forms.",
   "source": "https://aps.autodesk.com/blog/update-secure-service-accounts-ssa-goes-ga",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.coverage",
   "note": "Opened APIs include Assets, Cost, Data Connector, Files, Forms, Hub Admin, Issues, Locations, Model Coordination, Photos, Relationships, Reviews, RFIs, Sheets, Submittals, Takeoff, and Transmittals. Several modules are read-heavy or have listed write gaps, so coverage is partial.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.coverage",
   "note": "Issues API creates, updates, and retrieves project issues, comments, and attachments. Placement/pushpin issues are retrieve-only. Activities, permission configuration, and BIM 360 projects are out of scope.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/issues-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.coverage",
   "note": "RFIs API creates, updates, transitions, comments, and attaches files. It does not support batch write, deletes, activity logs, or webhooks.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/rfis-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.api.docs",
   "note": "Opened as the current Forma/ACC API introduction. The aps.autodesk.com portal SPA for the same path returned 422 to this pass's HTML fetch; the static Autodesk doc HTML was used.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.extensibility.webhooks",
   "note": "Many Issues endpoints trigger webhook events on create, update, delete, restore, or unlink. Only Project Admins can create Forma Issues webhooks. The RFIs field guide separately states RFIs have no webhook events.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/issues-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.data_access.export",
   "note": "Files Export currently supports PDF, RVT, and DWG. File Packages API is read-only.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/files-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.data_access.export",
   "note": "Authenticated Issues, Admin, and Data Management responses are JSON.",
   "source": "https://aps.autodesk.com/llms-full.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.data_access.import",
   "note": "POST /construction/rfis/v3/projects/:projectId/rfis creates an RFI from a JSON body. PATCH updates an RFI.",
   "source": "https://aps.autodesk.com/blog/autodesk-build-rfi-v3-api-released",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.rpa.ui_stack[0]",
   "note": "ACC/Forma Construction is presented as a hosted web construction platform, so the interactive UI stack in scope is web DOM.",
   "source": "https://construction.autodesk.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "https://aps.autodesk.com/llms.txt opened as Autodesk's APS agent-documentation skill. It defines ACC, 2LO/3LO, SSA, and lists acc_v1.json as Autodesk Construction Cloud APIs. https://construction.autodesk.com/llms.txt returned 404.",
   "source": "https://aps.autodesk.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "modalities.mcp.first_party",
   "note": "Autodesk's 2026-04-28 post documents Fusion MCP for Fusion subscribers connecting Claude to the Fusion environment. It does not declare an ACC/Forma Construction MCP, so first_party stays unknown.",
   "source": "https://aps.autodesk.com/blog/bringing-fusion-claude-creative-work",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "verdict.scores.api",
   "note": "Documented read/write REST across Issues, RFIs, Admin, and Files with OAuth, SSA, and Issues webhooks is a broad production path. APS app and hub gates, 3LO-only majority, BIM 360/Forma splits, and module write gaps keep the score at 7 rather than 8-10.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as the current Forma/ACC API introduction listing Issues, RFIs, Hub Admin, Files, and related construction APIs.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current Forma Issues field guide, including webhooks and pushpin limits.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/issues-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current Forma RFIs field guide, including v3 workflow limits.",
   "source": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/rfis-field-guide.html",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as Autodesk's SSA GA announcement covering JWT robot auth for 3LO Forma APIs.",
   "source": "https://aps.autodesk.com/blog/update-secure-service-accounts-ssa-goes-ga",
   "tier": "declared"
  },
  {
   "date": "2026-09-13",
   "fact": "freshness.watch[4].url",
   "note": "Opened and verified as the current APS llms.txt agent index, including the ACC glossary and acc_v1 source table.",
   "source": "https://aps.autodesk.com/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-13",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html"
   },
   {
    "type": "docs",
    "url": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/issues-field-guide.html"
   },
   {
    "type": "docs",
    "url": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/rfis-field-guide.html"
   },
   {
    "type": "docs",
    "url": "https://aps.autodesk.com/blog/update-secure-service-accounts-ssa-goes-ga"
   },
   {
    "type": "docs",
    "url": "https://aps.autodesk.com/llms.txt"
   }
  ]
 },
 "homepage": "https://construction.autodesk.com/",
 "id": "autodesk-construction-cloud",
 "license": "commercial",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "oauth2-authorization-code",
    "oauth2-two-legged",
    "ssa-jwt"
   ],
   "coverage": "partial",
   "docs": "https://developer.doc.autodesk.com/bPlouYTd/acs-acs-api-documentation-main-771577/acc/v1/overview/introduction.html",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": "unknown"
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "rest-json",
    "pdf",
    "rvt",
    "dwg"
   ],
   "import": [
    "rest-json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": "unknown",
   "third_party": [],
   "verdict": "unknown"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Documented machine paths are Autodesk Platform Services REST APIs for Forma/ACC Issues, RFIs, Hub Admin, and Files/Data Management, plus Issues webhooks. Autodesk's opened MCP announcements cover Fusion and Product Help, not an ACC tenant MCP. This record is Autodesk Construction Cloud, kept under this slug after the Forma Construction rename. It is not Autodesk Fusion, Revit, Navisworks, or Procore.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": "unknown",
   "languages": [],
   "official": "unknown"
  }
 },
 "name": "Autodesk Construction Cloud",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "procore",
   "dalux-field"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Autodesk",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 7,
   "cli": null,
   "computer_use": null,
   "integrations": null,
   "mcp": null,
   "overall": 7,
   "rpa": null
  },
  "summary": "Autodesk Construction Cloud is automatable today through Autodesk Platform Services REST APIs, not through a first-party ACC MCP server established for this product. The construction.autodesk.com site states that ACC is now part of Autodesk Forma and that ACC product names have been updated; this record keeps the autodesk-construction-cloud slug. Opened APS Forma API documentation lists Issues, RFIs, Hub Admin, Files (as part of Data Management), Cost, Forms, Sheets, Submittals, and related construction APIs. Issues create, update, and retrieve project issues and can raise webhooks. RFIs create, update, transition, comment, and attach files under /construction/rfis/v3. Hub Admin creates and manages projects and project users with two-legged (plus User-Id) or three-legged OAuth. Authentication also includes the authorization-code grant and Secure Service Accounts, which exchange a private-key JWT for a three-legged token so most 3LO-only Forma/BIM 360 APIs can run without a login box. Material limits are APS app registration, hub custom-integration and robot-member setup for SSA, BIM 360 versus Forma project incompatibility on several endpoints, Admin regional headers, Issues pushpin create/update gaps, no RFI webhooks or deletes, Files export limited to PDF/RVT/DWG, and paid APS quotas. Autodesk documents Fusion MCP for Fusion subscribers; that is not ACC MCP. First-party ACC MCP ownership is therefore unknown. iPaaS connectors were not opened. Computer-use viability is unassessed.\n"
 }
}