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
- Run a real-estate brokerage (Proptech). The bilateral marketplace is in production. Start with the role-based Bilateral Marketplace — Getting Started (inventory desk, buying desk, developer, buyer).
- Procurement (Supply). Three-way match, RFQ, vendors — see docs.supply.onootsai.com .
- Understand the OS. Read Why Onoots and the OS Overview.
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 briefPATCH /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 propertieslist_leads·get_lead— pool leadslist_deals— dealsbrokerage_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