Troomi
No APIKid-safe smartphone with parent-approved apps, GPS tracking, and a safe messaging system โ no social media, no open internet.
About Troomi
Troomi provides smartphones designed for kids that prioritize safety without sacrificing the connectivity families need. Running a custom version of Android, Troomi devices ship with no social media, no open internet browsing, and no app store. Parents use the Troomi Parent Portal to approve specific apps from a curated, safety-reviewed library and manage their child's contacts, messaging permissions, and GPS location. The KidSmart Apps program ensures every available app meets Troomi's child safety standards. Troomi's tiered plans let families start with basic talk-and-text and gradually add features as kids mature.
Device Support
Pricing
Bundled
Troomi phones from $99 (device). Monthly plans from $19.95/mo (talk + text) to $29.95/mo (talk + text + curated apps + GPS).
API Integration
No API
Age Range
Ages 6โ14
How Phosra Connects to Troomi
Troomi doesn't offer an API. Phosra provides step-by-step guided setup that mirrors your active rules.
Troomi
Guided Setup
Register Troomi as a guided source and get step-by-step setup instructions for each capability.
curl -X POST https://api.phosra.com/v1/sources \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"source": "troomi",
"mode": "guided"
}'
Troomi
Refresh Guide Steps
Refresh the guided setup steps for Troomi to reflect any rule changes in your Phosra policy.
curl -X POST https://api.phosra.com/v1/sources/src_troomi_01/sync \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"sync_mode": "guide_refresh"
}'
Parent-Approved App Library
Content Rating Filter
content_ratingEnforces age-appropriate content ratings across apps and media.
curl -X GET https://api.phosra.com/v1/sources/src_troomi_01/guide/content_rating \
-H "Authorization: Bearer sk_live_..."
Safe Messaging System
Chat & Messaging Control
social_chat_controlRestricts messaging to known, parent-approved contacts.
curl -X GET https://api.phosra.com/v1/sources/src_troomi_01/guide/social_chat_control \
-H "Authorization: Bearer sk_live_..."
Contact Approval
DM Restriction
dm_restrictionRestricts direct messaging to approved contacts only.
curl -X GET https://api.phosra.com/v1/sources/src_troomi_01/guide/dm_restriction \
-H "Authorization: Bearer sk_live_..."
No Browser (Full Block)
Web Content Filter
web_filter_levelApplies category-based web filtering to block inappropriate sites.
curl -X GET https://api.phosra.com/v1/sources/src_troomi_01/guide/web_filter_level \
-H "Authorization: Bearer sk_live_..."
No Social Media
Social Media Age Gate
social_media_min_ageBlocks social media account access until the child reaches the minimum age.
curl -X GET https://api.phosra.com/v1/sources/src_troomi_01/guide/social_media_min_age \
-H "Authorization: Bearer sk_live_..."
Capability Matrix
How Troomi maps to Phosra's 11 rule categories.
Use Troomi with Phosra
Connect Troomi through Phosra's API and enforce rules across every platform your child uses.