Skip to Content
Getting StartedIntroduction

Introduction

Onoots OS is the Human+AI Business OS: people and AI agents operate your verticals on one platform, on real data with continuous compliance. This guide orients you by what you want to do.

Choose your path

The Onoots APIs

Onoots exposes its functionality via API so you can integrate with your systems. Every call is authenticated with a Bearer token and scoped to your brokerage by row-level security (RLS).

Mr. Onoots — AI assistant

POST /api/chat — send the active vertical and a message; it streams back a domain-aware answer. See the API Reference.

Buyer Desk (Proptech)

  • POST /api/dashboard/buyer/briefs — create a buyer brief
  • PATCH /api/dashboard/buyer/briefs/{id}/compliance — verify a compliance gate

See Buyer Desk .

Brokerage read API (Proptech)

Query your operational data (read-only, RLS-scoped):

  • search_listings — search properties
  • list_leads · get_lead — pool leads
  • list_deals — deals
  • brokerage_summary — brokerage metrics

The bilateral marketplace (two sides: inventory + buying) is a feature of the Proptech vertical. Its role-based onboarding lives in the Proptech docs .

Last updated on