For Enterprise & Brokerages

Your brand.
Our intelligence.

White-label LandAI under your brokerage name, integrate via REST API into your existing tools, and manage your entire team from one admin portal. No infrastructure to run.

Developer-first

Every analysis is an API call

A typed TypeScript SDK and a 66-endpoint REST API. Drop LandAI into your own product in minutes.

analyze.tsnpm i @landai/sdk
import { LandAI } from "@landai/sdk";

const client = new LandAI({ apiKey: process.env.LANDAI_API_KEY });

// Analyze a parcel and wait for completion
const job = await client.analyzeAndWait(
  "3530 Wendell Blvd, Wendell NC"
);

console.log(job.feasibility_score);   // 78
console.log(job.report?.best_use?.best_use);  // "Residential subdivision"

// Generate financial pro forma
const { proforma } = await client.jobs.proforma(job.job_id);
console.log(proforma.irr_5yr_estimate);  // 18.4

Full TypeScript types for all 66 API endpoints · OpenAPI spec at /openapi.json

Enterprise-grade infrastructure

Full REST API

66 endpoints covering analysis, jobs, batch, webhooks, usage, and tenant management. OpenAPI spec + TypeScript SDK included.

Webhooks & CRM Integration

Fire callbacks to HubSpot, Salesforce, Follow Up Boss, or any Zapier workflow when analyses complete. Template wizard built in.

Custom Domain White-Label

Point analyze.yourcompany.com at LandAI. Your clients see your brand, your colors, and your logo — end to end.

Team Management

Invite agents as viewers, analysts, or admins. Each gets a scoped API key. Usage is tracked per member.

Enterprise Auth

API-key based auth with key rotation. Admin portal for cross-tenant visibility. Planned: SSO + SAML for larger organizations.

Usage Analytics

Analyses per day, average feasibility scores, data completeness metrics, and tool failure analysis — all in the admin portal.

Brokerage & Enterprise plans

Brokerage

Custom

  • Up to 10 agents
  • Batch analysis (10 parcels/run)
  • White-label portal (/yourbrokerage)
  • PDF + email delivery
  • 3 webhook endpoints
  • Pro forma included
Contact Sales
Most Popular

Enterprise

Custom

  • Unlimited agents + roles
  • Unlimited batch analysis
  • Custom domain (analyze.yourco.com)
  • Full REST API access
  • Unlimited webhooks + CRM templates
  • Usage analytics + admin portal
  • Dedicated Slack support
  • SLA guarantee
Contact Sales

Ready to power your brokerage?

Custom pricing, onboarding support, and a dedicated Slack channel for enterprise customers.

Schedule a Demo