Week in review
This week focuses on wiring previously placeholder pages to live server actions, tightening the API contract for BUSINESS-only access, and improving platform stability across environments.Updates
-
Broker and document pages are now fully functional — The Brokers, Documents, and API Access pages are now connected to live server actions. You can create broker profiles with validation and role checks, upload documents to properties, and view your current API access status — all end-to-end. Previously, some of these pages displayed placeholder UI. Learn more
-
OpenAPI spec enforces BUSINESS-only API access — The interactive API playground and the downloadable OpenAPI specification now consistently describe API access as BUSINESS-only. If you generate client libraries or import the spec into tools like Postman, the description and plan requirements are accurate. Learn more
-
Dashboard and platform pages load faster — Several dashboard surfaces — including platform settings, billing, and admin views — have been consolidated to reduce redundant data fetching. You should notice quicker navigation, especially when switching between settings pages.
Bug fixes
-
Fixed database migration parity across environments, ensuring that schema changes apply consistently between local development and production.
-
Fixed an edge case where the OpenAPI spec description did not match the documented BUSINESS-only access policy, which could cause confusion when reading the spec directly.
Last modified on April 16, 2026