Settings & Configuration
Configuring the Alpha Revit Add-In settings
Settings & Configuration
The Settings window is the central place to configure the add-in's connection, export preferences, and advanced options.
Open it by clicking Settings in the Alpha ribbon's Preferences panel.
Settings Window Fields
Connection
| Field | Description |
|---|---|
| Environment | Select dev, accept, or production |
| Dev API Key | API key for the development environment |
| Accept API Key | API key for the acceptance/staging environment |
| Production API Key | API key for the production environment |
Identifiers
| Field | Description |
|---|---|
| Type ID | The Alpha product type to work with (used by Missing Coverage, Static Names, and other tools) |
| Tenant ID | Your organization's tenant identifier |
| Project ID | The Alpha project to associate exports with |
| House ID | The specific house/unit identifier |
| Client ID | The client identifier for scoped operations |
Export Formats
Toggle which output formats are generated during export:
| Toggle | Default | Description |
|---|---|---|
| Include GLB | On | Export 3D model in GLB format |
| Include RVT | On | Export native Revit file |
| Include IFC | Off | Export in IFC format |
| Include PDF | Off | Export 2D drawings as PDF |
Upload
| Toggle | Default | Description |
|---|---|---|
| Upload Outputs | On | Automatically upload exported files to the Alpha platform |
When disabled, files are saved locally only.
Output Directories
| Field | Default | Description |
|---|---|---|
| Exporter Output | %UserProfile%\Alpha\exports\ | Where exported model files are saved |
| Configurator Output | %UserProfile%\Alpha\output\ | Where configuration output files are saved |
| Resource Directory | %UserProfile%\Alpha\resources\ | Where downloaded resources are cached |
Advanced
| Field | Description |
|---|---|
| Developer Mode | Enables additional logging and diagnostic features |
| Export Template Path | Path to a custom Revit template file used during export |
| Configuration Template Path | Path to a custom configuration template |
Settings File Location
Settings are stored as JSON at:
%UserProfile%\Alpha\settings.jsonFor example:
C:\Users\YourName\Alpha\settings.jsonThe add-in watches this file for changes. If you edit it externally, the add-in picks up the new values automatically.
Preferences Panel Utilities
The Preferences panel in the ribbon also provides quick-access buttons:
| Button | Action |
|---|---|
| Console | Opens a live log window showing real-time add-in messages. Useful for monitoring export progress or diagnosing issues. |
| Log | Opens the current session's log file in your default text editor. Share this file with support when reporting issues. |
| Settings File | Opens settings.json directly in your default text editor for manual editing. |