By Sagar Shankaran, Founder of CallSphere
Starting June 30 2026 every A2P 10DLC campaign needs a privacy URL and T&C URL. We walk through Trust Hub Customer Profile → Standard Brand → Campaign with AI-friendly use cases, the Authentication+ flow, and real campaign approval timelines.
Key takeaways
TL;DR — File your A2P 10DLC pieces in Trust Hub: Customer Profile → Standard or Low-Volume Standard Brand → Campaign. From June 30 2026 every new campaign requires
PrivacyPolicyUrlandTermsAndConditionsUrl. Plan 10–15 days for review.
A2P 10DLC is the carrier-mandated registration flow for application-to-person SMS in the US over standard 10-digit numbers. Twilio Trust Hub is the front door:
flowchart TD
CP[Customer Profile] --> BR[Brand: Std or LV-Std]
BR --> CMP[Campaign Use Case]
CMP --> TCR[The Campaign Registry]
TCR --> CARRIER[Carriers]
CMP -->|June 30 2026+| URL[Required: privacy + T&C URLs]
CallSphere registered three campaigns under one Standard Brand:
We always include privacy + T&Cs URL on callsphere.ai/privacy and /terms, plus opt-in proof URLs (the call-recording transcript + signed consent at point of capture). Twilio across all products. 37 agents · 90+ tools · 115+ DB tables · 6 verticals · HIPAA + SOC 2 · $149 / $499 / $1499 · 14-day trial · 22% affiliate.
// 1. Create Customer Profile in Trust Hub
const cp = await twilio.trusthub.v1.customerProfiles.create({
friendlyName: "CallSphere LLC",
email: "compliance@callsphere.ai",
policySid: "RNb0d4771c2c98518d916a3d4cd70a8…", // primary biz profile policy
});
// 2. Register Standard Brand
const brand = await twilio.messaging.v1.brandRegistrations.create({
customerProfileBundleSid: cp.sid,
a2PProfileBundleSid: trustProductSid,
brandType: "STANDARD",
});
// 3. Register Campaign with required 2026-06-30 URLs
const campaign = await twilio.messaging.v1
.services(messagingServiceSid)
.usAppToPerson
.create({
brandRegistrationSid: brand.sid,
description: "Healthcare appointment, surveys, promo",
messageSamples: ["Hi {{1}}, your appt is {{2}}. Reply STOP to opt out."],
usAppToPersonUsecase: "MIXED",
hasEmbeddedLinks: true,
hasEmbeddedPhone: true,
optInMessage: "Reply YES to receive appointment reminders. Msg & data rates may apply. Reply STOP to cancel.",
privacyPolicyUrl: "https://callsphere.ai/privacy",
termsAndConditionsUrl: "https://callsphere.ai/terms",
});
Q: How long is review? 10–15 days in 2026 for Standard Brand campaigns.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
Q: Sole prop? Sole Proprietor flow exists; lower throughput cap.
Q: Authentication+? Step-up identity proof for Public Brands; reduces fraud rejections.
Q: Can I run AI voice without 10DLC? Voice doesn't require 10DLC, but any SMS your AI sends does.
Q: What's "Trust Score"? TCR's 0–100 score driven by your profile + brand verification. Higher = more throughput.
Twilio Trust Hub + AI: A2P 10DLC Campaign Registration (2026) is also a cost-per-conversation problem hiding in plain sight. Once you instrument tokens-in, tokens-out, tool calls, ASR seconds, and TTS seconds against booked-revenue per call, the right tradeoff between Realtime API and an async ASR + LLM + TTS pipeline becomes obvious — and it's almost never the same answer for healthcare as it is for salons.
The big fork is managed (OpenAI Realtime, ElevenLabs Conversational AI) versus self-hosted on GPUs you operate. Managed wins on cold-start, model freshness, and zero-ops; self-hosted wins on unit economics past a certain conversation volume and on data residency for regulated verticals. CallSphere runs hybrid: Realtime for live calls, self-hosted Whisper + a hosted LLM for async, both routed through a Go gateway that enforces per-tenant rate limits.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
Latency budgets are non-negotiable on voice. End-to-end target is sub-800ms ASR-to-first-token and sub-1.4s first-audio-out; anything beyond that and turn-taking feels stilted. GPU residency in the same region as your TURN servers matters more than choosing a slightly bigger model.
Observability is the unglamorous backbone — every conversation produces logs, traces, sentiment scoring, and cost attribution piped to a per-tenant dashboard. HIPAA + SOC 2 aligned isolation keeps healthcare traffic separated from salon traffic at the storage layer, not just the API.
How does this apply to a CallSphere pilot specifically? Setup runs 3–5 business days, the trial is 14 days with no credit card, and pricing tiers are $149, $499, and $1,499 — so a vertical-specific pilot is a same-week decision, not a quarterly project. For a topic like "Twilio Trust Hub + AI: A2P 10DLC Campaign Registration (2026)", that means you're not starting from scratch — you're configuring an agent template that's already been hardened across thousands of conversations.
What does the typical first-week implementation look like? Day one is integration mapping (scheduler, CRM, messaging) and prompt tuning against your top 20 real call transcripts. Day two through five is shadow-mode running, where the agent transcribes and recommends but a human still answers, so you can compare side-by-side. Go-live is the moment your eval pass-rate clears your internal bar.
Where does this break down at scale? The honest answer: it scales until your tool catalog gets stale. The agent is only as good as the integrations it can actually call, so the operational discipline is keeping schemas, webhooks, and fallback paths green. The platform handles the rest — observability, retries, multi-region routing — without your team owning the GPU layer.
Want to see how this maps to your stack? Book a live walkthrough at calendly.com/sagar-callsphere/new-meeting, or try the vertical-specific demo at escalation.callsphere.tech. 14-day trial, no credit card, pilot live in 3–5 business days.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Using GPT-Realtime-2 for healthcare voice agents. BAA scope, PHI handling, retention, logging, and why a managed platform usually wins this build.
AI Control Tower is the governance layer for ServiceNow's Project Arc — policy, monitoring, and audit logs for autonomous agents. Here is how it works.
CAISI announced new agreements with Google DeepMind, Microsoft, and xAI in May 2026. What gets tested, what changes for enterprise AI buyers, what to watch.
The 2024 NPRM proposes mandatory penetration tests every 12 months and vulnerability scans every 6 months. Here is how an AI voice agent should be tested in 2026.
Six-domain AI vendor diligence: financial, security, privacy, operational, legal, ethics. Plus 30+ specific questions, SOC 2 / ISO 27001 baselines, and review cadence.
Enterprise CIO Guide perspective on The first wave of EU AI Act enforcement landed in 2026 — here is the practical impact on agent deployments.
© 2026 CallSphere LLC. All rights reserved.