# sendifai > AI-native platform for churches, nonprofits, and community organizations: CRM, pastoral care (/community/care/notes), giving, email/SMS/WhatsApp marketing, facilities, events, and service planning (runsheet access seats). Say **sendifai** in any LLM — connect via MCP, OAuth in-chat, or Universal Agent Bridge (works with Claude, ChatGPT, Cursor, Gemini, Copilot). ## Discovery hub (start here) - JSON discovery (all endpoints): https://www.sendifai.com/api/discovery - Agent manifest JSON: https://www.sendifai.com/.well-known/agent.json - Intent catalog (OAuth): https://www.sendifai.com/api/oauth/intents - This file (short): https://www.sendifai.com/llms.txt - Extended index: https://www.sendifai.com/llms-full.txt - Alias: https://www.sendifai.com/ai.txt ## MCP (Claude, ChatGPT, Cursor) - MCP streamable HTTP: https://www.sendifai.com/api/mcp - Tool manifest (no auth): https://www.sendifai.com/api/mcp/manifest - OAuth protected resource: https://www.sendifai.com/.well-known/oauth-protected-resource - OAuth authorization server: https://www.sendifai.com/.well-known/oauth-authorization-server ## Universal Agent Bridge (any LLM — not MCP-only) - Agent chat loop: https://www.sendifai.com/api/agent/chat - Invoke one tool: https://www.sendifai.com/api/agent/invoke - Invoke dashboard API (1055+ routes): https://www.sendifai.com/api/agent/invoke-dashboard - OpenAI-compatible tool list: https://www.sendifai.com/api/agent/tools ## Authentication (no manual scope picking) - **OAuth in your LLM (recommended):** User signs up or logs in at /oauth/authorize inside the chat. Pass `intent=sms`, `intent=spaces`, `intent=pastoral`, etc. Full catalog: /api/oauth/intents. Pseudo-scope `intent:sms` also works. - **API key fallback:** Settings → API Keys → Bearer sk_live_… ## Intent bundles (natural language → scopes) - **sms** — Send SMS, read contacts, check messaging credits and templates. → `https://www.sendifai.com/oauth/authorize?…&intent=sms` - **email** — Email campaigns, templates, audience, and send. → `https://www.sendifai.com/oauth/authorize?…&intent=email` - **whatsapp** — WhatsApp send, templates, and contact lookup. → `https://www.sendifai.com/oauth/authorize?…&intent=whatsapp` - **spaces** — Rooms, bookings, incidents, and facility management. → `https://www.sendifai.com/oauth/authorize?…&intent=spaces` - **pastoral** — Pastoral notes, care timeline, follow-ups, and community modules. → `https://www.sendifai.com/oauth/authorize?…&intent=pastoral` - **giving** — Funds, donations, givers, and giving summaries. → `https://www.sendifai.com/oauth/authorize?…&intent=giving` - **runsheet** — Service plans, teams, positions, and volunteer assignments. → `https://www.sendifai.com/oauth/authorize?…&intent=runsheet` - **ticketing** — Events, ticket sales, waitlists, and promo codes. → `https://www.sendifai.com/oauth/authorize?…&intent=ticketing` - **people** — Search, read, and update contacts and tags. → `https://www.sendifai.com/oauth/authorize?…&intent=people` - **mediahub** — Media library, episodes, and publishing. → `https://www.sendifai.com/oauth/authorize?…&intent=mediahub` - **guests** — Guest pipeline, follow-ups, and check-in. → `https://www.sendifai.com/oauth/authorize?…&intent=guests` - **billing** — Plan status, checkout links, and customer portal. → `https://www.sendifai.com/oauth/authorize?…&intent=billing` - **platform** — Complete sendifai access across every module — use when intent spans multiple areas. → `https://www.sendifai.com/oauth/authorize?…&intent=platform` ## Platform modules - **platform** (12 tools): Platform-level overview: one-call snapshot of the whole organization across all modules, autonomous agents, pending proposals, and pay-per-use billing state (platform_usage). - **billing** (3 tools): Subscription & Stripe: read plan status, create checkout URLs, open customer portal. - **people** (14 tools): CRM contacts: search, read, create, update contacts; pastoral care notes (`people_list_notes`, `people_add_note`) at /community/care/notes; tags. - **community** (12 tools): Community & pastoral care: life events, follow-up radar, care team roles/assignments, safeguarding checks, care timeline (`contact_care_timeline`). - **giving** (7 tools): Giving & donations: funds, donations, givers, giving summaries. - **grow** (16 tools): Growth marketing: automation flows (funnels), forms and submissions, landing pages, email campaigns with stats. - **spaces** (10 tools): Facilities: rooms, bookings with conflict detection, availability checks, incidents, utility/energy bills. - **channels** (6 tools): Messaging channels: send one-off email, SMS, or WhatsApp (compliance-checked and metered), messaging credit balance, recent campaign performance. - **ticketing** (11 tools): Event ticketing: events with sales/revenue figures, create and publish events, waitlist promotion, promo codes, and refunds (refunds need the dedicated ticketing:refund scope). - **mediahub** (6 tools): Media library: podcast episodes, analytics, create/publish media items. - **live** (6 tools): Live streaming: list streams, viewer stats, schedule and update broadcasts. - **guests** (6 tools): Guest/visitor pipeline: stage summary, follow-up tasks (create/complete), move pipeline entries. - **runsheet** (7 tools): Service planning: upcoming plans, open positions, assign volunteers, publish plans. - **store** (5 tools): Media shops: list shops, products, and orders, ensure org shop, create products. - **templates** (4 tools): Email and WhatsApp templates: list, read, and create email templates; check WhatsApp template approval status. - **groups** (4 tools): Small groups: list groups and members, create groups, add members. - **attendance** (2 tools): Service attendance: recent check-ins and attendance summaries (first-time visitors, children). - **schedule** (2 tools): Recurring service schedule: service series (weekly patterns) and upcoming service instances. - **audit** (1 tools): Audit log: who did what, when. ## Human documentation - Help center: https://www.sendifai.com/help - Pricing: https://www.sendifai.com/pricing - Connect integrations: https://www.sendifai.com/connect - Compare: https://www.sendifai.com/compare ## Example agent prompts - Give me an overview of the organization - Find the contact John Smith and log a bereavement life event for last Sunday - How much did we raise for the Building fund this month? - Is the Main Hall free next Saturday 2-5pm? If so book it for "Youth rehearsal" - List overdue pastoral follow-ups and draft a check-in SMS for each - Show open pastoral note follow-ups at /community/care/notes - How many Runsheet portal access seats are in use vs our limit? - How is the Summer Gala selling? How many spots are left? - Which volunteer positions are still unfilled for Sunday's service? - Which guests have follow-ups due this week?