All Parental Controls
๐Ÿ“ž

Gabb

Partner API
Parental Appsยทgabb.com

A kid-safe phone ecosystem with no internet browser, no social media, and no app store, providing essential phone features in a safe, curated environment.

11 full + 0 partial capabilities
1 platforms
Bundledโ€” Gabb Phone Plus at $99.99 (device) + monthly plans starting at $24.99/mo (includes cellular service and parental controls).

About Gabb

Gabb offers a fundamentally different approach to children's mobile safety: instead of filtering a full-featured smartphone, Gabb provides purpose-built devices (Gabb Phone, Gabb Watch) that simply don't include a web browser, social media, app store, or games. Kids get essential communication features โ€” calls, texts, GPS location, a camera, and music โ€” without any exposure to the open internet. The Gabb ecosystem includes carrier service, parental controls via the MyGabb app, and a growing suite of kid-safe apps. For families who want to delay smartphone exposure while giving kids connectivity, Gabb offers a compelling middle ground.

Device Support

Android

Pricing

Bundled

Gabb Phone Plus at $99.99 (device) + monthly plans starting at $24.99/mo (includes cellular service and parental controls).

API Integration

Partner API

Gabb offers a documented API for integration with school and family management platforms. Access may require an API access agreement.

Age Range

Ages 6โ€“14

Connect via Phosra

How Phosra Connects to Gabb

Phosra supports Gabb rule translation. Connect your existing Gabb account to push rules through Phosra's unified API.

Gabb

Connect Source

Link Gabb to a child profile and enable automatic rule syncing across all supported capabilities.

POST /v1/sources
bash
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": "gabb",
      "credentials": {
          "partner_token": "gabb_ptr_..."
      },
      "auto_sync": true
  }'

Gabb

Sync All Rules

Push all active Phosra rules to Gabb in a single sync operation.

POST /v1/sources/src_gabb_01/sync
bash
curl -X POST https://api.phosra.com/v1/sources/src_gabb_01/sync \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "sync_mode": "full"
  }'

Contact Management

Chat & Messaging Control

social_chat_control

Restricts messaging to known, parent-approved contacts.

POST /v1/sources/src_gabb_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_gabb_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "social_chat_control",
      "value": "enabled"
  }'

Messaging Controls

DM Restriction

dm_restriction

Restricts direct messaging to approved contacts only.

POST /v1/sources/src_gabb_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_gabb_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "dm_restriction",
      "value": "enabled"
  }'

No Browser (Full Block)

Web Content Filter

web_filter_level

Applies category-based web filtering to block inappropriate sites.

POST /v1/sources/src_gabb_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_gabb_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "web_filter_level",
      "value": "enabled"
  }'

Curated App Library

Content Rating Filter

content_rating

Enforces age-appropriate content ratings across apps and media.

POST /v1/sources/src_gabb_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_gabb_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "content_rating",
      "value": "enabled"
  }'

No Social Media

Social Media Age Gate

social_media_min_age

Blocks social media account access until the child reaches the minimum age.

POST /v1/sources/src_gabb_01/rules
bash
curl -X POST https://api.phosra.com/v1/sources/src_gabb_01/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "category": "social_media_min_age",
      "value": "enabled"
  }'

Capability Matrix

How Gabb maps to Phosra's 11 rule categories.

Contact ManagementFull
Messaging ControlsFull
No Browser (Full Block)Full
Curated App LibraryFull
No Social MediaFull
GPS Location TrackingFull
Location AlertsFull
No Account CreationFull
No In-App PurchasesFull
No App StoreFull
Screen Time LimitsFull
dedicated phoneno internetno social mediakid safecurated apps

Use Gabb with Phosra

Connect Gabb through Phosra's API and enforce rules across every platform your child uses.