Agent Tools

API endpoints for AI agents and autonomous systems.

Query Listings

Search active listings by price, beds, and neighborhood.

GET /api/v1/agent/query-listings?max_price=2000000&min_beds=2&neighborhood=clinton

Calculate Carry Costs

Compute monthly mortgage, HOA, and NYC tax obligations.

POST /api/v1/agent/calculate-carry { purchase_price: 999000, down_payment_pct: 20 }

Book Showing

Schedule a private showing with the listing agent.

POST /api/v1/agent/book-showing { listing_slug, buyer_name, buyer_email, preferred_datetime }

Listing Markdown

Get listing data as clean markdown for AI consumption.

GET /active-listings/[slug] Accept: text/markdown

Agent Manifest

Machine-readable manifest for agent discovery.

/.well-known/agent-manifest.json
← Back to Directory