Skip to content
§01 / CONNECTORS

Native integrations · Open API

Plugs into the stack your accounting lead already approved.

Four native connectors and a 120+ endpoint Open API — so QuickBooks reconciles tonight, ACC sheets stay live, and Procore doesn't get ripped out. Stroyby sits beside the tools your IT team has already vetted and pushes data between them on a schedule your controller can defend.

4 Named native connectors
120 Open API endpoints
11,400+ Active projects synced
99.97% Uptime, 36-month avg.

Used on 11,400+ active projects across 47 U.S. states and 19 countries — trusted by 9 of the ENR Top 400 contractors, including Holder Construction and Clark Construction.

Isometric blueprint showing Stroyby's four native connectors linked to a central workspace. A B C D
FIG. 01 — Connector topology, groundbreak → general ledger
§02 / NATIVE CONNECTORS

Four connectors that actually push fields — not just OAuth badges.

Each integration below ships with mapped field dictionaries, two-way sync, and a documented cadence. No middleware. No Zapier tax. No "contact sales" for the field list.

QB Accounting · Two-way

QuickBooks Online & Desktop

Subcontractor payouts, committed costs, and change-order billings post straight to the right GL account. Vendor records reconcile nightly; job-cost categories map 1:1 with Stroyby's WBS codes so the controller closes the month without a spreadsheet bridge.

Sync cadence
15-min polling · nightly close
Fields mapped
187 cost codes · 14 vendor tiers
Direction
Stroyby ↔ QuickBooks
S3 Accounting · Two-way

Sage 300 CRE

For GCs running Sage 300 on a private server: job-cost journals, retainage, and AP invoices flow into Stroyby's commitments module. Subcontractor insurance certs and lien waivers attach back to the Sage vendor record without a re-key.

Sync cadence
Hourly · on-commit triggers
Fields mapped
240+ cost-code segments
Direction
Stroyby ↔ Sage 300
AC BIM · Two-way

Autodesk Construction Cloud

Sheets, models, and markups sync with ACC's Files, Issues, and Forms modules. An RFI raised in Stroyby becomes an ACC issue with the right discipline tag; a markup pushed from BIM 360 lands in the foreman's hand before the next toolbox talk.

Sync cadence
Real-time · webhook-driven
Fields mapped
Sheets · Issues · Forms · Models
Direction
Stroyby ↔ ACC
PR Project Management · Two-way

Procore

Run Stroyby beside an existing Procore tenant — no rip-and-replace. Daily logs, RFIs, and change orders mirror between the two systems; pick the system of record per module. Built for shops that chose Stroyby for field speed but keep Procore for owner reporting.

Sync cadence
5-min · per-record trigger
Fields mapped
RFIs · Change Orders · Daily Log · Directory
Direction
Bi-directional, module-selectable

All four connectors ship SOC 2 Type II compliant and inherit Stroyby's 99.97% uptime SLA — verified by an independent Forrester Total Economic Impact study covering an average 4.7-month customer payback.

§03 / CATEGORIES

The rest of the library, grouped by where the work actually lives.

Beyond the four named partners, Stroyby connects to 60+ additional tools across the categories a GC's stack breaks into. Filter by where your team feels the friction — accounting, BIM, project management, documents, or field.

01

Accounting

14 connectors

Job-cost sync, AP/AR, payroll export, and vendor management. Beyond QuickBooks and Sage 300: Foundation, Viewpoint Vista, MRI, Acumatica, Jonas Premier, NetSuite, Xero, Sage 100, Sage Intacct, and 5 more.

  • Foundation Software
  • Viewpoint Vista
  • NetSuite
  • Acumatica
02

BIM & Models

11 connectors

Drawing sets, IFC models, and clash detection results. Beyond Autodesk Construction Cloud: Revit, Navisworks, BIM 360, Solibri, Trimble Connect, Bentley ProjectWise, and the OpenBIM stack.

  • Revit · Navisworks
  • Trimble Connect
  • Bentley ProjectWise
  • Solibri Model Checker
03

Project Management

9 connectors

Schedules, RFIs, and portfolio rollups. Beyond Procore: Oracle Primavera P6, MS Project, Asta Powerproject, Smartsheet, monday.com, and Asana for owner-side tracking.

  • Primavera P6
  • MS Project
  • Asta Powerproject
  • Smartsheet
04

Documents & Storage

12 connectors

Spec books, submittals, drawings, and owner-facing reports. SharePoint, Dropbox Business, Box, Google Drive, Egnyte, Bluebeam Studio, DocuSign, and Adobe Acrobat Sign for contract execution.

  • SharePoint · Egnyte
  • Bluebeam Studio
  • DocuSign
  • Adobe Acrobat Sign
Plus the Open API

120+ endpoints when the connector isn't listed.

REST and webhook coverage for projects, RFIs, change orders, daily logs, submittals, drawings, commitments, and timecards. OAuth 2.0, rate-limit headers, sandbox tenants, and a public OpenAPI 3.1 spec your platform team can generate SDKs from on day one.

Book a Demo →
// Pull last 24h of RFIs for project P-2418
GET https://api.stroyby.com/v1/projects/P-2418/rfis
  ?created_after=2024-11-04T00:00:00Z
  &include=responses,attachments
Authorization: Bearer {token}

// Response: 200 OK · 14 RFIs · 6 with open responses
§01 / OPEN API

A programmable surface, not a closed garden.

The Stroyby Open API ships 120+ endpoints covering projects, RFIs, change orders, daily logs, drawing markup, submittals, and payouts. Authenticate with OAuth 2.0, sign requests with HMAC-SHA256 webhooks, and drop the sandbox URL into a Postman collection the same afternoon.

  • 120+ REST endpoints
  • OAuth 2.0 Auth + scoped tokens
  • 99.97% Uptime, 36-month rolling
  • 4 Official SDKs: Node, Python, Go, .NET
api.stroyby.com/v2/projects
POST /v2/projects/{id}/change-orders
Authorization: Bearer eyJhbGciOi...
Content-Type: application/json

{
  "title": "Slab elevation revision — Level 3",
  "amount_cents": 4285000,
  "schedule_impact_days": 3,
  "markup_set": "rev-04.pdf",
  "linked_rfis": ["RFI-2418", "RFI-2419"]
}

// 201 Created — Location: /v2/change-orders/co_8H2K
Isometric line illustration of API documentation, JSON payloads, and a sandbox terminal on a developer workstation
§02 / ENGINEERING NOTES

The numbers a CTO pastes into an evaluation doc.

Authentication is OAuth 2.0 with project-scoped tokens, refresh windows are 60 minutes, and every token is rotatable from the workspace admin console without touching production secrets. Rate limits default to 600 requests per minute per token with a burst ceiling of 1,200 — bumpable per workspace with a support ticket, and currently headroom on the largest integrators sits around 38% utilization at peak. Webhook payloads are signed with HMAC-SHA256 using a per-endpoint secret you rotate from the dashboard; the SDKs ship timestamped replay protection out of the box. Official libraries land for Node, Python, Go, and .NET, all versioned against the same OpenAPI 3.1 spec, with a community-maintained Ruby gem and a documented Postman collection refreshed each release.

The sandbox at sandbox.stroyby.com is seeded with three project archetypes — a tenant improvement, a ground-up commercial build, and a 14-story hospitality tower — so an integrator can stress-test change-order cascades, drawing revision chains, and sub payouts against realistic data on day one. Field-log ingestion endpoints accept the same schema as the mobile app, meaning a custom field-report tool can write directly to the same daily log a foreman reads at the 7:30 toolbox talk. SOC 2 Type II controls have covered the API surface since 2021, and the public status page has held a 99.97% uptime across the last 36 months.

  • AuthOAuth 2.0, project-scoped tokens, 60-min refresh
  • Rate limit600 req/min, 1,200 burst, liftable per workspace
  • WebhooksHMAC-SHA256 signed, replay-protected SDKs
  • SDKsNode 18+, Python 3.10+, Go 1.21+, .NET 8
  • Sandboxsandbox.stroyby.com — three seeded archetypes
  • SpecOpenAPI 3.1, regenerated each release
§03 / NEXT STEP

Confirm the fit in 30 minutes, or read the docs and decide on your own.

A Stroyby solutions engineer will walk through the QuickBooks, Sage 300, Autodesk Construction Cloud, and Procore connectors against your live project schema — same screens your accounting and VDC leads will use on day one. Prefer to validate first? The Open API docs, Postman collection, and sandbox credentials are open to qualified teams.

  • Avg. payback4.7 months · Forrester TEI
  • Active builds11,400+ across 47 states
  • ComplianceSOC 2 Type II since 2021
  • ResponseSame-business-day from Austin, TX