PropertyOS
Build on the platform
Every capability is reachable programmatically — the same platform agencies, banks and partners integrate with. In preview for enterprise partners.
Request accessREST API
Create and read property records, listings, offers and settlements.
SDKs
Typed clients for server and web, generated from the platform contracts.
Webhooks
Subscribe to verification, offer and settlement events as they happen.
Events
An append-only event stream per property — the full, auditable timeline.
REST API
- POST/v1/propertiesCreate a property record (workspace).
- GET/v1/properties/{id}Read the full record with all facets.
- POST/v1/properties/{id}/valuationRun a comparable-sales valuation.
- POST/v1/properties/{id}/listingProject and publish the listing.
- POST/v1/listings/{id}/offersPlace or counter an offer.
- POST/v1/properties/{id}/settlementOpen settlement and disburse.
Illustrative — the public API is in preview. Webhook topics mirror the event stream: verification.completed, offer.accepted, settlement.completed.