Intry

Admin tools

Day-to-day operator workflows on Intry admin surfaces.

Overview

Operators combine the admin dashboard, intry-mcp, proxy logs, and Core logs (New Relic / Railway / Sentry) to resolve customer issues without direct database access.

High-value API shortcuts

TaskEndpoint
Tenant lookupGET /api/admin/tenants
Tenant healthGET /api/admin/tenants/:id/health
Property + unitsGET /api/admin/properties, /api/admin/units
Virtual numbersGET /api/admin/virtual-numbers/summary
Resident devicesGET /api/admin/devices
Buzzer historyGET /api/admin/calls
Dashboard KPIsGET /api/admin/stats?date=YYYY-MM-DD
Attention itemsGET /api/admin/attention

MCP (Cursor agents)

Configure tools/intry-mcp with Unkey key for scripted admin operations. See docs/MCP_CURSOR_SETUP.md and docs/INTRY_MCP_TOOL_GUIDE.md.

Bulk operations

TaskEndpoint
Resident import dry-runPOST /api/admin/imports/residents/dry-run
Commit importPOST /api/admin/imports/:id/commit
RollbackPOST /api/admin/imports/:id/rollback

Always run against staging first. Capture audit entries for production changes.

Telephony troubleshooting

CheckAction
Wrong provider webhooksVerify VirtualNumber.telephonyProvider vs carrier console URLs
Pool lowGET /api/admin/virtual-numbers/health
Telnyx cutovertools/intry-core-telnyx/CUTOVER.md

Communication

Document every production change in the customer ticket. Never toggle entitlements without PM approval unless executing approved break-glass policy.


Last verified: 2026-06-21 (commit 293c4a7)

On this page