EchoPMDevelopers

Quick start

Beta

Create an org API key and make your first REST or MCP call in minutes.

1. Open Developer Center#

Sign in to the manager app with integration permissions → Developers in the sidebar.

TabUse for
API keysCreate REST or MCP keys
MCP connectCursor / Claude / Windsurf config
UsageMCP tool call stats (7 days)

2. Create a REST key#

  1. DevelopersAPI keysCreate API key
  2. Choose REST API, name it (e.g. staging-integration)
  3. Copy the full key immediately

Test:

curl -s -H "Authorization: Bearer YOUR_ORG_API_KEY" \
  "https://manager.echopm.app/api/v1/organization"

3. Or create an MCP key#

  1. DevelopersMCP connectCreate MCP key (or create MCP type on API keys tab)
  2. Follow the wizard for Cursor setup
  3. Reload your MCP client after pasting config

4. Optional — automation webhook#

For inbound tour updates, vendor status changes, or custom events:

  1. SettingsIntegrations (or leasing settings) — copy your org automation webhook URL
  2. See Automation URL for payload formats

5. Optional — website embed#

Put live units on your marketing site (Bring your own website):

  1. Property → SettingsListingWebsite embed — create a publishable key
  2. Copy the iframe snippet, or npm install @echopm/react (React SDK)
  3. Details: Website embed

Next steps#