Demo Church Roster — Canonical Reference
Generated: 2026-05-14
Source: Live Supabase premium_churches + church_voice_agents + churches tables
Purpose: Definitive list of all demo/test/prospect rows in the demo UUID namespace
Voice-Capable Primary Demo Churches
These churches have active phone numbers and running voice agents.
| church_id | Custom Name | Tradition | Denomination | Pastor Name (DB) | Phone (PHONE_REGISTRY) | Telnyx Phone | Admin Token | Plan | Created |
|---|---|---|---|---|---|---|---|---|---|
000000000001 | Grace Community Church | nondenominational_evangelical | Non-denominational | Pastor David Chen | +14696152221, +13658254095 | +19724309500 | demo-grace-2026 | cwa_pro_chat | 2026-02-28 |
000000000002 | St. Joseph Catholic Parish | catholic | Roman Catholic | Father Thomas Sullivan | +16177520600, +14377038759 | +16177520600 | demo-stjoseph-2026 | ps_pro_website | 2026-03-16 |
000000000005 | Living Hope Lutheran Church | lutheran | Lutheran | Pastor Karl Bergstrom | +16125550105 (555 — fake) | +16125550105 | demo-starter-voice-2026 | cwa_starter_voice | 2026-03-28 |
000000000006 | New Life Worship Center | pentecostal | Pentecostal | Pastor Marcus Thompson | — | +14429005601 | demo-starter-both-2026 | cwa_starter_both | 2026-03-28 |
000000000007 | Covenant Presbyterian Church | (null — PCA) | Presbyterian (PCA) | Pastor Aaron Reid | — | +14125300800 | demo-pro-both-2026 | cwa_pro_both | 2026-03-28 |
000000000008 | Christ the King Anglican Church | anglican | Anglican | The Rev. Canon James Whitfield | +13035550108 (555 — fake) | +13035550108 | demo-suite-both-2026 | cwa_suite_both | 2026-03-28 |
000000000004 | Maple Street Baptist Church | baptist | Baptist | Pastor James Williams | +19015550107 (555 — fake) | +16152813700 | demo-starter-chat-2026 | cwa_starter_chat | 2026-04-06 |
Note on 555 Numbers
+16125550105, +13035550108, +19015550107 are NPA-reserved fiction placeholders — cannot receive real calls. Only +19724309500 (Grace Community Telnyx), +16177520600 (St. Joseph Telnyx), +14429005601 (New Life), +14125300800 (Covenant), +14696152221, +13658254095, and +14377038759 are real active numbers.
Chat-Only / No-Voice Demo Churches
| church_id | Custom Name | Tradition | Admin Token | Plan |
|---|---|---|---|---|
000000000003 | The Bridge Community Church | nondenominational | demo-bridge-2026 | ps_pro_website |
000000000009 | Harbor Light Methodist Church | (null) | demo-trial-expired-2026 | cwa_starter_chat |
00000000000a | Riverside Fellowship Church | nondenominational | demo-cancelled-2026 | cwa_pro_chat |
00000000000b | Example Community Church | nondenominational | cancel-flow-test-2026 | cwa_pro_chat |
00000000000c | Valley View Baptist Church | (null) | cancelling-test-2026 | cwa_pro_chat |
00000000000d | Cornerstone Community Church | (null) | demo-suite-chat-2026 | cwa_suite_chat |
00000000000e | Abundant Life Assembly | (null) | demo-cancelled-voice-2026 | cwa_starter_voice |
Test Infrastructure Churches
| church_id | Custom Name | Admin Token | Plan | Purpose |
|---|---|---|---|---|
e2e200260423 | ChurchWiseAI E2E Test Church | non-demo hash token | cwa_pro_website_site_only | Playwright E2E |
e5a7b5b0a937 | E2E Debug b0a937 | e2e-debug-... | cwa_starter_chat | Debug |
Non-Church Vertical Playground Demos (all cwa_demo_playground)
| church_id | Name | Vertical | Admin Token |
|---|---|---|---|
0000000f0001 | WiseAI Agency Demo Receptionist | Agency | demo-playground-wiseaiagency |
0000000f0002 | Riverside Funeral Home | Funeral | demo-playground-funeral |
0000000f0003 | Cedar Veterinary Clinic | Vet | demo-playground-veterinary |
0000000f0004 | Willowbrook Dental | Dental | demo-playground-dental |
0000000f0005 | Maple Street Kitchen | Restaurant | demo-playground-restaurant |
0000000f0006 | Thompson Law | Law | demo-playground-law |
0000000f0007 | Hillside Realty | Real estate | demo-playground-realestate |
PHONE_REGISTRY Mapping (session.py)
PHONE_REGISTRY = {
"+13658253552": None, # Spare, unassigned
"+14144007103": "96f5b89e-...", # Medhanialem Ethiopian Evangelical (Telnyx, real customer)
"+17473897673": "9eeb9d71-...", # Melvindale Church of God (Telnyx, real customer)
"+19724309500": "000000000001", # Grace Community (Protestant demo) — Telnyx
"+16177520600": "000000000002", # St. Joseph Catholic (demo, US) — Telnyx
"+14377038759": "000000000002", # St. Joseph Catholic (demo, Canada) — Telnyx
"+14429005601": "000000000006", # New Life Pentecostal (demo) — Telnyx
"+16152813700": "000000000004", # Maple Street Baptist (demo) — Telnyx
"+14125300800": "000000000007", # Covenant Presbyterian (demo) — Telnyx
"+14696152221": "000000000001", # US demo line (Twilio) → Grace Community
"+13658254095": "000000000001", # CA demo line (Twilio) → Grace Community
}
IMPORTANT: Fixture vs. Live Data Discrepancy
The CI test fixture at tests/behavioral/verticals/church/fixtures/demo_churches.py defines a "grace" entry with:
church_id:00000000-0000-4000-a000-000000000003(NOT the live Grace Community ID)pastor_name:"Pastor Mark Davis"(NOT the live DB value)
This fixture is synthetic test data for CI behavioral tests — it is NOT the live Grace Community demo. Never use fixture data to make claims about production configuration. Always query the live DB.
Canonical source of truth for pastor names and configurations: Supabase church_voice_agents + premium_churches tables.