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.
| Tab | Use for |
|---|---|
| API keys | Create REST or MCP keys |
| MCP connect | Cursor / Claude / Windsurf config |
| Usage | MCP tool call stats (7 days) |
2. Create a REST key#
- Developers → API keys → Create API key
- Choose REST API, name it (e.g.
staging-integration) - 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#
- Developers → MCP connect → Create MCP key (or create MCP type on API keys tab)
- Follow the wizard for Cursor setup
- Reload your MCP client after pasting config
4. Optional — automation webhook#
For inbound tour updates, vendor status changes, or custom events:
- Settings → Integrations (or leasing settings) — copy your org automation webhook URL
- See Automation URL for payload formats
5. Optional — website embed#
Put live units on your marketing site (Bring your own website):
- Property → Settings → Listing → Website embed — create a publishable key
- Copy the iframe snippet, or
npm install @echopm/react(React SDK) - Details: Website embed
Next steps#
- REST endpoints — available v1 routes
- MCP portfolio tools — read-only tool reference
- React SDK —
@echopm/reacthosted embeds + search cards - Beta scope — REST/MCP vs embed status
