Changelog

Recent changes, deprecations, and updates to the Procore Developer Platform.

Overview

This page tracks significant changes to the Procore Developer Platform, including new features, breaking changes, and deprecations. Entries are listed in reverse chronological order.


March 2026 — Agentic APIs and API Usage Guidelines

Category: New Feature

Procore is developing a new generation of Agentic APIs, purpose-built on our Datagrid infrastructure to power AI agents, RAG solutions, and advanced analytics. General Availability is planned for Late Q1 2026.

As we introduce these new capabilities, we want to ensure all developers understand how Procore’s existing REST APIs are designed to be used. Our REST APIs are built for transactional use cases — creating, reading, updating, and deleting individual records. They are not intended for large-scale data extraction or building AI/ML solutions.

What You Need to Know:

  • REST APIs are for transactional integrations (CRUD operations, syncing data, automating workflows).
  • Agentic APIs (coming soon) are for AI-driven intelligence, RAG, and advanced analytics.
  • Large-scale data extraction and AI/ML training using REST APIs is not permitted under Procore’s Developer Policy.

To learn more, see API Usage Guidelines.

Interested in building with Agentic APIs? Sign up for early access and technical updates.

If you have questions, please reach out to apisupport@procore.com.


August 2025 — File Upload API Flow Updated

Category: Breaking Change

As of November 1, 2025, Procore updated its file upload process to improve speed, reliability, and scalability. File uploads now use a three-step direct upload flow that utilizes presigned URLs.

This change replaced the legacy single-call upload method. Uploads that do not use the new flow may experience increased latency.

What You Need to Do:

Update your integration to use the new upload flow:

  1. Request a Presigned Upload URL — Use the Uploads endpoint to request a presigned S3 URL and receive a uuid.
  2. Upload the File — Upload the file directly to S3 using the presigned URL.
  3. Complete the Upload — Finalize the process by sending the uuid (instead of the file data) to complete the upload.

To learn more, see Direct Upload Tutorial.

If you have questions, please reach out to apisupport@procore.com.


January 2025 — Sunset of Traditional Service Accounts

Category: Completed

All Traditional Service Accounts were sunset on March 18, 2025.

Traditional Service Accounts were deprecated on December 9, 2021. As of January 21, 2025, the creation of new Traditional Service Accounts was no longer allowed. Existing Traditional Service Accounts ceased to function on March 18, 2025.

Developers of data connection applications that used Traditional Service Accounts were required to update their applications to use Developer Managed Service Accounts. All data connection applications not migrated by the sunset date ceased to function. Any application listed on the Procore App Marketplace that was not using a supported method for accessing the Procore API was removed.

See Migrating Data Connection Applications to Use DMSAs for additional information.

If you have questions, please reach out to apisupport@procore.com.

Was this page helpful? Thanks for your feedback!