Archilogic
MicrosoftMicrosoft Places partnerShip Microsoft Places across your portfolio in days.
See how

The spatial system of record for the age of AI

Salesforce is the system of record for customers. Workday is the system of record for employees. Archilogic is the system of record for space. A single source of truth every system, team, and AI agent can reach.

No CAD dependency

No CAD dependency

Plan updates run through a browser, not a CAD licence. Internal teams ship changes in minutes; versioning, diff, and rollback come standard.

Trusted by leading enterprises

  • Microsoft
  • Kadence
  • Freespace
  • AVI-SPL
  • FORTÉ
  • NORNORM

Space Editing

A system of record, not a folder of files

CAD, PDFs, and BIM exports are artifacts. The Space Graph is a live record: every wall, door, room, desk, and asset as a node with semantic relationships. Queryable from day one, edited in the browser, versioned like code.

Archilogic editor showing a floor plan

Measurements & Compliance

Measurement you can audit

BOMA-compliant rentable and usable area, recomputed on every edit, not a static export. Use Archilogic to automate custom compliance checks for design standards and building codes like ADA. No CAD seat required.

BOMA-standard calculations

AI Readiness

Built for agents. Queryable like a database.

Your largest asset class, finally addressable. The Space Graph is standardized, graph-based, and 3D. Agents query it natively through the MCP Server; applications hit the GraphQL API; people ask questions using their favorite AI tools.

AI search over an Archilogic dashboard

Developers

Build on the record, not around it

Floor Plan Engine SDK enables you to create interactive, customizable floor plan models embedded in your website using JavaScript or TypeScript

// initialize floor plan engine
const floorPlan = new FloorPlanEngine('my plan')

// load a floor plan
await floorPlan.loadScene(sceneId, { publishableToken })

// get the first work space
const workSpace = floorPlan.resource.spaces
  .find(space => space.program === 'work')

// zoom
floorPlan.zoomToElement(workSpace.id, 2, 500)

Space GraphQL API allows you to run complex queries against your entire portfolio or individual floors

Preview query
query {
  floors(where: {
    space: {
      program: { eq: "meet" }
      seatCapacity: { gte: 100 }
    }
  }) {
    id
    area
    name
    spaces(where: {
      program: { eq: "meet" }
      seatCapacity: { gte: 100 }
    }) {
      id
      name
    }
  }
}

GDPR and ISO 27001:2022 certified for enterprise compliance

ISO 27001:2022 certifiedGDPR compliant

For Partners

Build apps that understand space at scale

Pair with a spatial foundation your customers already trust. Vanti, Kadence, Freespace, and HqO ship on Archilogic so they don't have to rebuild the plumbing.

For Occupiers

Own your digital floor plans and use them everywhere

Take the space record in-house. Portfolio-wide control, cost down, utilization up, and a ready-made foundation for every workplace, IWMS, and AI initiative on your roadmap.