Build

Build on Lev's Platform

Use Lev's CRE-native platform through REST APIs, MCP, and implementation recipes that help teams ship faster with less glue code.

Updated March 2026

Choose Your Track

Most teams do not need the same entry point. Start where your implementation risk is lowest:

How to choose

If you want deterministic integrations and internal system sync, start with the REST API. If you want Claude, Cursor, or another client to work directly with Lev data and tools, start with MCP. If you want terminal-first workflows, scripting, or to give an LLM coding agent shell access to Lev, start with the CLI. If you want to ship a specific workflow quickly, start with a recipe and then branch into the reference docs as needed.

Start by Job to Be Done

Use these starting points if you already know the workflow you want to ship:

Sync Lev into a warehouse or internal system
Build a custom deal or CRM interface
Let an AI agent search lenders and compare terms
Script Lev from the terminal or give an LLM agent shell access

Start with CLI Setup, then CLI Commands and CLI Workflows for CI/CD, scripting, and agent integration patterns.

Prototype a broker copilot

Start with Build a Broker Copilot for architecture, tool selection, retrieval patterns, and implementation order.

Persona starting points

  • Platform engineers: Focus on API overview, auth, pagination, and sync patterns first. Use the CLI for quick terminal-based validation and CI/CD integration.
  • Product teams: Focus on the core resource pages and start with the objects you need to expose in your UI.
  • AI teams: Focus on MCP setup, agent workflows, lender search, and CLI workflows for LLM agent integration.
  • Broker operations: Focus on broker copilot, placements, term sheets, and account/team workflows.

What Lev Provides

The hard part is not building a UI anymore. The hard part is trustworthy CRE data, workflows, and intelligence. Lev gives you a shared foundation for all three tracks.

First Builds

These are the fastest useful things to ship if you are starting fresh:

  • A first successful API read: Validate auth and fetch a small page of deals in under five minutes.
  • A durable sync job: Use cursor pagination, checkpoint storage, and idempotent writes to your own systems.
  • An AI-native lender search flow: Let an agent gather deal context, trigger lender search, and summarize the best next actions. (Lender matching via MCP is coming soon; the REST Lender Search endpoint works today.)
  • A broker copilot prototype: Combine deal retrieval, lender search, placements, and term sheets in one guided workflow.
Start with the smallest useful build

The best first step is the one that validates your riskiest assumption fastest, whether that is auth, MCP connectivity, or a production workflow recipe.

More in this section