Local markdown mirror of Autodesk Platform Services (APS) documentation with scripts to re-crawl. This is an alternative to https://aps.autodesk.com/llms.txt that enables more targeted prompts, reduces token usage, tool usage and speeds up agent discovery to improve performance on complex tasks.
- OAuth Docs - ALL APIs Require OAuth
- Secure Service Accounts - (SSA) CRUD Service Account Identity
- ACC Docs - Also known as BIM 360, Autodesk Construction Cloud & Forma
- ACC Data Connector Schema Docs - ACC/Forma Data Connector schema documentation
- Data Docs - Object Secuire Storage (OSS), Core Data Managment for ACC / Forma
- Model Derivative Docs - Extract Data from Files, Convert, Export
- Viewer v7 Docs - Web Viewer
- Design Automation Docs - Also Known as
Automation APIsrun Revit / AutoCAD, etc... plugins in the cloud - AEC Data Model Docs - GraphQL API for BIM Element Data in ACC / Forma / OSS
- Webhooks Docs
Create a new Python script that does the following:
Given a URL to a Forma project data management folder, crawl all the RVT files in the folder and do the following:
1. Using AEC Data Model, identify files with NO sheets.
2. For each file with NO sheets, create a new Forma Issue, assign the person who uploaded the file, and ask them to please re-upload but provide sheets.
Clone https://github.com/adskdimitrii/aps-ai-friendly-docs.git and use this documentation to help with your discovery and script design.
See more examples here: HUMANS.md
See CRAWL.md - How to run crawlers and post-process tools.
See DESIGN.md — why local docs outperform llms.txt for agents, with a worked example.