BYOA — BRING YOUR OWN AGENT — INDUSTRY FIRST

Your AI agent handles
the phone calls.

Cornerstone handles everything else.

REST API endpoints that let any AI agent automate the entire subcontractor bidding pipeline — from cold call to signed contract. No manual data entry. No other homebuilder platform does this.

200+
Vendors contacted
In a single afternoon
0
Manual data entry
End to end
3
Contact channels
Call + voicemail + text
7
Automated waves
Cold call to onboarding

Three endpoints.
Entire bidding pipeline automated.

Bearer token auth. JSON responses. Standard REST. Plug in any agent — custom-built, third-party, or Cornerstone's own Foreman AI.

POST/api/ext/vendors

Create Vendor

Create a subcontractor or supplier in Cornerstone programmatically. Your AI agent collects contact info from a phone call and writes it directly to the database.

{
  "name": "ABC Plumbing LLC",
  "email": "bids@abcplumbing.com",
  "phone": "555-0192",
  "scopes": ["Plumbing", "HVAC"],
  "contacts": [{ "name": "Mike", "role": "Estimator" }]
}
POST/api/ext/bids/request

Send Bid Request

Send a scoped bid request to one or more vendors with plans, specs, and deadline. Triggers automatic 7-day follow-up reminders.

{
  "vendorIds": ["v_abc123", "v_def456"],
  "scope": "Plumbing",
  "dueDate": "2026-05-15",
  "plans": ["https://...floorplan.pdf"],
  "notes": "Rough-in only, 3 units"
}
GET/api/ext/bids

Track Bids

Query all bids by status, scope, or vendor. Your agent monitors responses in real time and notifies you the moment a bid comes in.

// GET /api/ext/bids?scope=Plumbing&status=received

{
  "bids": [
    {
      "vendor": "ABC Plumbing LLC",
      "total": 18400,
      "status": "received",
      "lineItems": [...]
    }
  ]
}

Scoped API keys

Different permissions for different integrations. Read-only, write-only, or full access.

Any agent

Custom-built, third-party, or Cornerstone's Foreman AI. If it can make an HTTP request, it works.

Real-time webhooks

Get notified the moment a bid arrives, a vendor responds, or a status changes.

PRO+ ONLY — NEW

Not just an API.
The intelligence layer.

Pro+ users get access to Foreman AI's complete skill definitions — the actual tool schemas that make any AI agent instantly fluent in construction workflows. One endpoint. 47 skills. Ready to drop into any agent framework.

🧠

One URL. Your agent becomes a Cornerstone expert.

Think of it as a knowledge file for your AI. Point any agent at our developer docs and it instantly understands every endpoint, every workflow, every skill in Cornerstone — before you've even signed up.

app.cornerstonepm.ai/developers →
GET/api/ext/skills

Foreman Skill Pack

Returns all 47 Foreman AI skill definitions in your choice of format. Drop them directly into any Claude, GPT-4, or LangChain agent to give it full construction intelligence in seconds.

Auto-syncs — when we add new skills to Foreman, your spec updates automatically.

Format options

?format=anthropic
Default
?format=openai
GPT-4 / o3
?format=openapi
Any framework

47 skills across 7 domains

5
Parts Catalog
3
Home Mgmt
3
Vendor Mgmt
8
Design Center
4
Bid Pipeline
4
AI Reports
10
Utilities

Hover a category to see included skills

Instant construction fluency

Any AI agent — Claude, GPT-4, a custom LangChain bot — becomes a construction expert the moment you load the skill pack.

🔄

Always up to date

The endpoint reflects Foreman's live skill set. When we ship new skills, your agent gets them automatically. No version management.

🔌

Works with any framework

Anthropic tools, OpenAI functions, or raw OpenAPI 3.1. Use whatever your stack already speaks.

Automated Bidding Pipeline

Cold call to signed contract.
Zero human touches.

Your AI agent runs all 7 waves automatically. Cornerstone tracks every interaction, every bid, every vendor — in real time.

Wave 01

AI cold-calls subs

Your agent dials subcontractors, collects contact info, leaves voicemails, and sends texts. Every interaction recorded with full transcript.

200+ vendors in one afternoon
Wave 02

Email blast to verified vendors

Automated email campaign to all vendors with confirmed email addresses. Includes project specs, plans, and bid deadline.

3 contact channels: call + voicemail + text
Wave 03

Email agent processes responses

AI reads incoming emails, extracts vendor data, and creates vendor records in Cornerstone via the REST API. Zero manual data entry.

0 manual data entry
Wave 04

One-click mass bid request

All verified vendors receive a scoped bid request with plans attached. Triggered programmatically or from inside Cornerstone.

Entire vendor list in one API call
Wave 05

Automatic 7-day follow-ups

No response after 7 days? The system follows up automatically — by email, text, or another call — without anyone lifting a finger.

Configurable reminder cadence
Wave 06

Bids received & compared

Bids flow into Cornerstone with line items. Side-by-side comparison across all vendors. Owner gets real-time notifications as bids arrive.

Real-time owner notifications
Wave 07

Winners onboard instantly

Winning vendors get a magic link to self-register into Cornerstone — scheduling, POs, invoices, and document requirements handled automatically.

Magic link onboarding

Plug in any agent

Foreman AI

Built-in

Cornerstone's own 47-skill construction agent. Already wired to the API. No setup required.

Learn more

Custom agents

BYOA

Build your own agent with any framework (LangChain, AutoGen, Claude, GPT-4) and connect to our REST API with a Bearer token.

Third-party tools

Coming soon

Pre-built integrations with popular AI platforms. If it can make an HTTP call, it can talk to Cornerstone.

The optionality is unlimited.

If an AI agent can make a phone call or read an email, it can now act on your Cornerstone data. Here's what builders are already building.

🚚Data Migration

Migrate from your old software

An AI agent reads your existing Buildertrend, JobTread, or Excel data and migrates it into Cornerstone automatically. No manual re-entry, no implementation consultant, no $25k fee. You own the process.

📊Accounting Integration

Sync with your accounting software

Bridge Cornerstone and QuickBooks, Sage, or your accounting system of choice. POs, invoices, and job costs flow both ways automatically — no double entry, no CSV exports.

📞Vendor Acquisition

Cold call vendors to build your database

Your voice agent calls roofing companies, electricians, framers — gets their email and contact info, adds them as vendors in Cornerstone automatically. 200 vendors contacted in an afternoon.

📧Email Automation

Scan your inbox for bid replies

An email-scanning agent reads incoming vendor emails, extracts bid data, and logs everything in Cornerstone — no manual entry, no missed bids. Your inbox becomes an automated data pipeline.

PO Automation

Task completion triggers purchase orders

Agent monitors your Cornerstone task completions and generates POs automatically when a scope is finished. Schedule drives purchasing — you never have to manually create a PO again.

📱Schedule Enforcement

Follow up on overdue tasks by phone

A voice agent calls the framer who hasn't confirmed their schedule date. Records the outcome. Updates the task status. Your schedule enforces itself.

Add-On Pricing
$599/mo
Pro+ Plan
Full REST API — 58 endpoints (vendors, bids, homes, tasks, POs, parts, options, webhooks)
Foreman Skill Pack — GET /api/ext/skills in Anthropic, OpenAI, or OpenAPI 3.1 format
47 skills across 7 domains, auto-synced as new skills ship
Scoped API keys per agent/integration
Real-time webhooks (14 event types, HMAC-signed)
Automated 7-wave bidding pipeline
Includes everything in Pro (Foreman AI, Blueprint AI, MLS Listing Agent)
Request API Access →

Beta limited to 100 builders · No credit card required

The first construction platform
built for AI agents.

Stripe made it possible to build a payment system in a weekend. We're doing the same for subcontractor bidding.

Request Early Access →