Connect Your Construction Software
Space AI integrates with the tools you already use. Connect your design software, accounting systems, and productivity apps for seamless data flow across your entire project.
50+
Integrations
2-Way
Data Sync
99.9%
Uptime SLA
24/7
API Access
Popular Integrations
Most commonly used integrations by our customers
Autodesk AutoCAD
Sync 2D drawings and annotations directly with Space AI for seamless document management.
Autodesk Revit
Import BIM models, track changes, and coordinate with Revit workflows.
Autodesk BIM 360
Bi-directional sync with BIM 360 for comprehensive project data management.
Bluebeam Revu
Integrate PDF markup workflows and Studio sessions with Space AI projects.
QuickBooks
Sync invoices, payments, and cost data between Space AI and QuickBooks.
Sage 300 CRE
Enterprise-grade integration with Sage 300 for comprehensive financial management.
Microsoft 365
Seamless integration with Outlook, Teams, SharePoint, and OneDrive.
Google Workspace
Connect Gmail, Drive, and Calendar for unified project communication.
All Integrations
Browse by category or search for specific tools
Autodesk AutoCAD
PopularDesign & BIM
Sync 2D drawings and annotations directly with Space AI for seamless document management.
Autodesk Revit
PopularDesign & BIM
Import BIM models, track changes, and coordinate with Revit workflows.
Autodesk BIM 360
PopularDesign & BIM
Bi-directional sync with BIM 360 for comprehensive project data management.
Navisworks
Design & BIM
Review and coordinate 3D models with Navisworks integration for clash detection.
Trimble SketchUp
Design & BIM
Import SketchUp models for quick visualization and stakeholder presentations.
Bluebeam Revu
PopularDesign & BIM
Integrate PDF markup workflows and Studio sessions with Space AI projects.
QuickBooks
PopularAccounting & Finance
Sync invoices, payments, and cost data between Space AI and QuickBooks.
Sage 300 CRE
PopularAccounting & Finance
Enterprise-grade integration with Sage 300 for comprehensive financial management.
Xero
Accounting & Finance
Connect with Xero for streamlined invoicing and expense tracking.
Foundation Software
Accounting & Finance
Integrate with Foundation for construction-specific accounting workflows.
Viewpoint Vista
Accounting & Finance
Connect with Viewpoint Vista for comprehensive ERP integration.
Microsoft 365
PopularProductivity
Seamless integration with Outlook, Teams, SharePoint, and OneDrive.
Google Workspace
PopularProductivity
Connect Gmail, Drive, and Calendar for unified project communication.
Slack
PopularProductivity
Get Space AI notifications and updates directly in your Slack channels.
Zoom
Productivity
Schedule and launch Zoom meetings directly from Space AI projects.
Dropbox
Productivity
Store and sync project files with Dropbox for easy access anywhere.
Box
Productivity
Enterprise file management with Box integration for secure document storage.
Microsoft Project
PopularScheduling
Import and export schedules between MS Project and Space AI.
Primavera P6
PopularScheduling
Enterprise scheduling integration with Oracle Primavera P6.
Asta Powerproject
Scheduling
Sync schedules with Asta Powerproject for UK/EU construction workflows.
Procore
PopularField & Mobile
Bi-directional sync with Procore for teams using both platforms.
PlanGrid
Field & Mobile
Import plans and punch lists from PlanGrid into Space AI.
Fieldwire
Field & Mobile
Connect field data from Fieldwire with Space AI project management.
DJI Drones
Hardware & IoT
Import drone imagery and maps for site documentation and progress tracking.
Matterport
Hardware & IoT
Embed Matterport 3D scans in Space AI for virtual site tours.
Okta
Security & SSO
Enterprise single sign-on with Okta for secure authentication.
Azure AD
PopularSecurity & SSO
Integrate with Azure Active Directory for Microsoft-based organizations.
Build Custom Integrations
Don't see your tool? Use our REST API to build custom integrations. Full documentation, SDKs, and webhook support included.
- RESTful API with JSON responses
- OAuth 2.0 authentication
- Webhooks for real-time events
- Comprehensive documentation
// Get project data
const response = await fetch(
'https://api.pmspace.ai/v1/projects',
{
headers: {
'Authorization': 'Bearer <token>',
'Content-Type': 'application/json'
}
}
);
const projects = await response.json();
// Returns: { projects: [...] }