Skip to main content

Developer portal

Integrate external applications with the Immo.ai workspace API

Build setup flows, background sync jobs, and webhook-driven integrations on top of user authentication, service clients, templates, and workspace-scoped REST endpoints.

Core integration pillars

Authenticate correctly

Use Authorization Code + PKCE for interactive setup and dedicated service clients for unattended jobs.

Model against templates

Templates and template fields define the schema of each workspace. Field keys are your stable contract.

Stay in sync

Use workspace-scoped webhooks, verify signatures, and reconcile against the REST API when correctness matters.