For AI agents

Property data for
coding agents

Nationwide U.S. property records through CLI, MCP, or REST. One API key. Machine-readable docs.

CLIMCPREST APIllms.txt

Pick how your agent talks to Realie

Same data behind every interface. Start with whatever your agent already uses.

CLI

Query property data from the terminal. Built for humans, CI, and coding agents — every command supports --json.

CLI docs

Install

curl -fsSL https://app.realie.ai/api/cli/install | bash

Authenticate (agents / CI)

realie login --api-key YOUR_API_KEY

Look up a property

realie lookup --address "504 LAVACA ST" --state TX --county TRAVIS --json

MCP

Connect Cursor, Claude Code, Codex, and other MCP clients to Realie docs and property data tools.

MCP docs

MCP server URL

https://docs.realie.ai/mcp

Claude Code

claude mcp add --transport http Realie https://docs.realie.ai/mcp

Universal installer

npx add-mcp https://docs.realie.ai/mcp

REST API

Address, parcel, owner, location, and comparables endpoints. Bearer auth. One schema across 3,100+ counties.

API docs

Example request

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://app.realie.ai/api/public/property/address?address=504%20LAVACA%20ST&state=TX"

Auth in two steps

A human provisions access once. Agents reuse the key.

  1. 1

    Create an account

    Sign up, add a payment method in Billing, then open Usage → API access to copy your key.

    Open dashboard →
  2. 2

    Hand the key to your agent

    CLI: realie login --api-key … or REALIE_API_KEY. API: Authorization: Bearer …

Frequently asked questions

Do I need a Realie account before an agent can use the API?

Yes. A human creates the account, adds a payment method in Billing, then copies an API key from Usage → API access. After that, agents authenticate with the key via the CLI, MCP client, or REST Authorization header.

Should my agent use the CLI, MCP, or REST API?

Use the CLI for terminal and coding-agent shell workflows (prefer --json). Use MCP when your IDE or agent harness speaks Model Context Protocol. Use the REST API when you are building an app or need full control over requests and pagination.

Where should agents read documentation?

Start with https://www.realie.ai/agents.md for this hub in Markdown, https://docs.realie.ai/llms.txt for the full docs index, or https://www.realie.ai/llms.txt for a concise product overview. Individual docs pages are also available as Markdown (append .md to the URL).

Is there an agent skill for Realie?

Yes. Docs publish a Realie skill at /.well-known/agent-skills/ with guidance for API, CLI, and MCP workflows. Point your agent at that skill when integrating property data.

Ready to give your agent property data?

Create an API key, then connect via CLI, MCP, or REST.