Datagrid, a Procore Company
PricingCustomers
Request a Demo
LoginCreate Account
Datagrid, a Procore Company

Subscribe to our newsletter

By subscribing, you agree to our Privacy Policy.

Product

  • Product
  • Agents
  • Integrations
  • Pricing
  • Download

Resources

  • Guides
  • Blog
  • Events
  • Release Notes
  • FAQ
  • Brand Assets

Get Help

  • Help Center
  • API Quickstart
  • Contact Us

Follow Us

  • LinkedIn
  • YouTube

Company

  • Careers
  • Privacy Policy
  • Terms of Use
  • Legal Terms
  • Credit Usage Policy and Pricing Terms
  • Report a Vulnerability

© 2026 Datagrid, a Procore company. All rights reserved.

Connector

OpenSpace + Datagrid integration

OpenSpace + Datagrid integration

Connect OpenSpace with Datagrid to turn 360° site captures and Field Notes into automated construction workflows run by AI agents.

Connect OpenSpace to Datagrid
Published June 18, 2026·Updated July 9, 2026
ProductIntegrationsOpenSpace + Datagrid integration

On this page

OverviewHow to integrate OpenSpace with DatagridWhy use OpenSpace with DatagridWhat you can build with OpenSpace Datagrid integrationResources and documentationFrequently asked questionsSimilar integrationsBrowse by category

Overview

What is OpenSpace: OpenSpace is the Visual Intelligence Platform for builders. Capture your jobsite with smartphones, 360° cameras, and drones. Their Spatial AI engine locates every image in space and time, turning your captures into real-time intelligence. Act on it with image-first workflows that connect field, office, and executive teams. Coordinate faster, deliver earlier, and reduce claims across every project in your portfolio. OpenSpace is one platform, with five products that work together across the project lifecycle:

  • OpenSpace Capture: the foundational visual record of your project

  • OpenSpace Air: drone imagery management

  • OpenSpace Field: image-first task management with AI Autolocation

  • OpenSpace BIM+: 3D model navigation for the field

  • OpenSpace Track: reliable progress tracking grounded in reality data

OpenSpace is used on 100,000+ projects across 131 countries, with 69 billion+ sq ft of structured visual data on the platform.

Screenshot 2026-06-18 at 2.36.21 PM

How to integrate OpenSpace with Datagrid

Implement the connection in this order: confirm OpenSpace API or export access, configure authentication, and map the one-way data sync Datagrid should ingest.

Confirm OpenSpace access

Start by confirming which OpenSpace data sources your account can expose to Datagrid. OpenSpace API access requires an Enterprise subscription, and the Usage API requires a separate purchase.

  • In OpenSpace, confirm Enterprise API access is active for your account.

  • For usage analytics, generate an API key. Go to your profile, select View profile, then Create key.

  • For Field Notes, captures, and progress data, confirm the applicable API or export access available on your OpenSpace account.

  • In Datagrid, create a custom ingestion workflow for OpenSpace API or export data.

  • Enter your Usage API key, approved OpenSpace API source, or exported OpenSpace data source and authorize the workflow.

  • Select the data objects you want to sync, such as Field Notes, progress data, or usage analytics.

  • Save the workflow and verify that the first ingestion completes.

Use this Datagrid ingestion shape before implementation:

datagrid_ingestion_workflow:
  source: "OpenSpace"
  direction: "one-way: OpenSpace to Datagrid"
  credential_options:
    - "Usage API key"
    - "approved OpenSpace API source"
    - "exported OpenSpace data source"
  objects_to_select:
    - "Field Notes"
    - "progress data"
    - "usage analytics"
  verification_step: "confirm first ingestion completes"

Configure authentication

Use the authentication method available for the OpenSpace data source you are ingesting. The documented self-generated API-key flow is for the OpenSpace Usage API, with keys created from the user profile, per the Usage API docs. Other OpenSpace API and export workflows should be configured according to the Enterprise API access available on your account. Enterprise SSO supports SAML 2.0 and OIDC, per the OpenSpace SSO docs. OpenSpace does not publicly document an OAuth 2.0 developer flow.

Use this authentication map to separate Usage API access from other Enterprise API and export workflows:

openspace_authentication:
  usage_api:
    credential: "self-generated API key"
    creation_path: "profile > View profile > Create key"
  enterprise_api_or_exports:
    credential: "approved Enterprise API or export access"
    applies_to:
      - "Field Notes"
      - "captures"
      - "progress data"
  sso:
    standards:
      - "SAML 2.0"
      - "OIDC"
  oauth_2_developer_flow: "not publicly documented by OpenSpace"

Map the one-way data sync

Define the OpenSpace objects Datagrid should read before you run the workflow. The OpenSpace API supports GET endpoints for most fields, so a Datagrid workflow can read data from OpenSpace. POST and PUT endpoints for bidirectional sync are roadmapped but not yet available, per the OpenSpace Waypoint 2025 FAQ. Synced objects can include Field Notes, captures, progress data in CSV format, and usage analytics.

Do not configure writeback tasks to OpenSpace until POST and PUT endpoints are available. Keep the first Datagrid workflow focused on read-side ingestion, classification, schedule comparison, and downstream routing.

Use this object map to scope the Datagrid workflow before implementation. It reflects the OpenSpace objects, formats, fields, and access paths described above.

openspace_to_datagrid:
  direction: "one-way: OpenSpace to Datagrid"
  access:
    usage_analytics: "Usage API key"
    field_notes: "Enterprise Field Note API access or export access"
    progress_data: "CSV export"
    captures: "export workflow"
  objects:
    field_notes:
      fields:
        - "photo evidence"
        - "floor plan location pin"
        - "description"
        - "status"
        - "due date"
        - "assignee"
    progress_data:
      format: "CSV"
    usage_analytics:
      metrics:
        - "capture volume"
        - "engagement metrics"
    captures:
      export_formats:
        - "JPG"
        - "PowerPoint"

After the first ingestion completes, use the resources below to validate API access, export behavior, and downstream workflow setup.

Why use OpenSpace with Datagrid

OpenSpace gives project teams the field record. Datagrid's AI agents turn that record into routed work, schedule checks, and consistent follow-up across projects.

  • Automated Field Note routing: Datagrid agents read OpenSpace Field Notes and route them to the right system based on type, location, and assignee, including custom platforms beyond native connectors.

  • Spatially indexed data for agents: OpenSpace Spatial APIs deliver spatially enriched data purpose-built for agent development and feed custom Datagrid agent workflows.

  • Analytics pipeline automation: The Usage API exports capture volume and engagement metrics that Datagrid transforms before loading into warehouses or dashboards.

  • Cross-platform consistency: Datagrid applies the same classification and routing logic across every project, so field observations follow your standards every time.

What you can build with OpenSpace Datagrid integration

The following workflows turn OpenSpace jobsite data into repeatable execution patterns for operations, PM, and field teams. Start with one OpenSpace data source, verify ingestion, then route structured records into the downstream systems your project teams already use.

  • Field Note triage agent: Build an agent that pulls Field Notes from the OpenSpace API, classifies each one by trade and severity, then creates matching records in your project management platform. Photo evidence, location pins, and assignees carry through automatically.

  • Analytics warehouse loader: Use the Usage API to export capture volume and user engagement metrics. A Datagrid agent transforms the data and loads it into your reporting warehouse, replacing manual reporting pulls.

Resources and documentation

  • Datagrid Developer Quickstart to connect external data sources and build agents.

  • API Swagger reference to review endpoint and policy details.

  • Usage API docs to validate analytics export and API key generation.

Frequently asked questions

Does the OpenSpace API support two-way sync with Datagrid?

OpenSpace API-based sync does not support writeback yet. OpenSpace currently supports GET endpoints for most fields, so you can take data out. POST and PUT endpoints for bidirectional sync are roadmapped but not yet available. Native two-way sync exists with Procore and Autodesk, but API-based sync into Datagrid runs one-way for now.

What subscription do I need to use OpenSpace with Datagrid?

The Usage API is not included in all packages. Please inquire with your OpenSpace account team if you need access.

How do I authenticate the connection?

The Usage API uses self-generated API keys. Create one from your profile by selecting View profile, then Create key. For other OpenSpace APIs and export workflows, use the access method available to your Enterprise account. For SSO, OpenSpace supports SAML 2.0 and OIDC.

What data objects can Datagrid pull from OpenSpace?

A custom Datagrid workflow can pull Field Notes, capture imagery, and usage analytics from OpenSpace APIs. Field notes include: photo, location, description status, due date, comments, watchers, tags and assignee. 

What export formats does OpenSpace support for Datagrid ingestion?

For the workflow described here, Datagrid ingestion can use CSV for progress and tracker data and JPG for capture reports.  

Similar integrations

  • Procore: Native two-way syncing with OpenSpace for punch items, observations, and sheet/user imports makes Procore a common downstream system for Field Notes.

  • Autodesk Construction Cloud (ACC): Autodesk Construction Cloud provides the BIM and issue-tracking counterpart OpenSpace syncs with for two-way issues, model imports, and BIM alignment.

  • Revizto: Revizto receives OpenSpace Field Notes exported as Issues with XYZ coordinates for issue routing between VDC and field teams.

Browse by category

  • Construction

  • Projects

  • Data

  • Collaboration

Request a Demo

You've got more important things to do. Let Datagrid handle the rest.

Watch our quick demo to see how Datagrid transforms workflows. Discover the seamless integration of our AI assistants in real-time tasks.

Book a DemoLearn More