Until today, Relm ran in the dashboard. Now it runs wherever you build. We're opening the same engine behind Deep Search and the 10-year pro-forma as a public REST API and a Model Context Protocol (MCP) server — so you can wire Relm into your own tools, pipelines, and AI agents.
Create an API key
Head to Settings → Developer and mint a key in one click. Keys are scoped — a read key for GET endpoints, or a full key that can trigger runs and save edits — and revocable the moment you need. Every call is rate limited and isolated to your organization.
The REST API
The public /v1 API covers the whole workflow:
- Search & preview any US address.
- Portfolios & properties — create, read, and organize.
- Deep Search — kick off a multi-agent research run and follow it to completion.
- Pro-forma — build the 10-year model, read it back, save edits, and export to Excel, PDF, or JSON.
- Sections & documents — read individual sections and upload deal documents to make them searchable.
Every finding stays traceable to its source, same as the dashboard.
The MCP server
Connect Relm to Cursor, Claude, VS Code, Windsurf, or any MCP-compatible client and your AI agent gets Relm as a native toolset — search a property, run Deep Search, build a pro-forma, and read your portfolios on your behalf. Point your client at api.relm.ai/mcp/ and authenticate with your key. Credit-consuming tools ask you to confirm before they spend.
Docs with copy-paste examples
The new API docs and MCP guide give you every endpoint with a working example you can copy in cURL, Python, JavaScript, or Ruby — pick your language once and the whole page follows. You'll also find both in Settings → Developer.
Available on paid plans. Open Settings → Developer to get your first key.