ArchiLabs Logo
Embeddable SDK

Add CAD to your platform in minutes

Embed the full ArchiLabs design engine into your application. Your users get parametric modeling, smart validation, and real-time collaboration — without you building a CAD tool.

Minimal code. Full CAD engine.

Drop our React component into your app and get a complete parametric design canvas. Or use the iframe embed for any framework. Configure which components are available, set up event handlers, and control the experience through our API.

React
First-class support
iframe
Any framework
REST
Full API access
WS
Real-time events
MyApp.tsx
import { ArchiLabsCanvas } from '@archilabs/sdk'

function MyApp() {
  return (
    <ArchiLabsCanvas
      projectId="proj_abc123"
      apiKey={process.env.ARCHILABS_KEY}
      theme="dark"
      components={['rack', 'cooling-unit', 'ups']}
      onValidate={(results) => {
        console.log('Violations:', results.violations)
      }}
      onExport={(ifc) => {
        uploadToMyBackend(ifc)
      }}
    />
  )
}

Everything you need to ship fast

The SDK handles the hard parts so you can focus on your product.

Drop-in Component

A single React component or iframe embed that brings the full ArchiLabs canvas to your app. Minimal code to get started.

Full API Control

Programmatically create projects, place components, run validations, and export results. Everything the UI does, the API can do.

Custom Component Library

Bring your own smart components or use our content packs. Define custom types, parameters, validation rules, and rendering.

White-Label Ready

Full theming support. Match your brand colors, typography, and UI patterns. Your users never need to know ArchiLabs is under the hood.

Event System

Subscribe to design events — component placed, validation run, export complete. Integrate design decisions into your business logic.

Multi-Tenant

Built for SaaS. Each of your customers gets isolated projects, permissions, and data. Scales with your business automatically.

Built for platforms like yours

Construction Tech

Add design capabilities to your construction management platform. Let teams create and validate layouts without switching tools.

Real Estate

Embed interactive 3D floor plans in your listings. Let buyers configure spaces, choose finishes, and see real-time pricing.

Data Center Providers

Let your customers design their own deployments. Self-service rack placement, power planning, and capacity validation.

Your platform. Our CAD engine.

Ship CAD capabilities in days, not years. Get started with the SDK today.

Let's build together

Whether you're an MEP firm, a data center team, exploring the SDK, or curious about what AI-first CAD can do for your workflow — we'd love to hear from you.

Talk to the team

Get a walkthrough of Studio Mode tailored to your use case.

Pilot program

We work closely with early design partners. Apply to join.

Technical questions

SDK integration, API access, custom components — ask us anything.