Revit Plugin
The Algomim Revit plugin lets you control Revit through natural language. Create elements, modify parameters, apply view filters, generate schedules, and more — all from the Algomim chat interface.Supported Versions
- Autodesk Revit 2024
- Autodesk Revit 2025
- Autodesk Revit 2026
Installation
Download the installer
Download the Revit plugin installer from the Settings page in chat.algomim.com.
Run the installer
Double-click the downloaded
.exe file and follow the setup wizard. The installer automatically detects which Revit versions you have installed.The installer places plugin files in your
%AppData%\Autodesk\Revit\Addins\ folder for each detected Revit version.Connecting to Algomim
Get your PIN
In the Algomim web app, start a new chat and click the Connect button (plug icon). Copy the 6-digit PIN.
What You Can Do
The AI has access to the full Revit API through theexecute_script tool. Common operations include:
Element Creation & Modification
- Create walls, floors, roofs, ceilings, and columns
- Place family instances (doors, windows, furniture)
- Set and modify element parameters
- Move, copy, rotate, and delete elements
Views & Visualization
- Create plan, section, 3D, and sheet views
- Apply view filters and override graphics
- Color-code elements by parameter values
- Export images from views
Schedules & Data
- Create and configure schedules
- Query element data and counts
- Check parameter values across the model
Families & Types
- Duplicate and modify family types
- Edit compound structures (wall/floor/roof layers)
- Search the Revit API for available classes and methods
Script Context
When the AI writes C# scripts for Revit, it has access to these context variables:| Variable | Type | Description |
|---|---|---|
doc | Document | The active Revit document |
uidoc | UIDocument | The UI document for selection and views |
activeView | View | The currently active view |
uiApp | UIApplication | The Revit UI application |
Troubleshooting
Plugin tab doesn't appear in Revit
Plugin tab doesn't appear in Revit
- Verify the plugin is installed: check
%AppData%\Autodesk\Revit\Addins\{version}\for Algomim files - Restart Revit after installation
- Check that your Revit version is supported (2024, 2025, or 2026)
Connection fails or times out
Connection fails or times out
- Make sure you have an internet connection
- Check that the PIN hasn’t expired (PINs are valid for 5 minutes)
- Try generating a new PIN
- Verify your firewall isn’t blocking outbound WebSocket connections
Script execution errors
Script execution errors
- The AI may need more context — try describing your request more specifically
- Check the Revit status bar for error messages
- Make sure you have an active view open (not just the Start page)