All movements

ParentsTogether Standard

Active

by ParentsTogether Foundation

Multi-million member parent network focused on Big Tech accountability and child safety.

6rules0–17ages
About this movement

What ParentsTogether Standard protects

ParentsTogether is a 3-million-member parent organization that campaigns for Big Tech accountability, child online safety legislation, and family-friendly platform design. Their standard combines strong privacy protections with algorithmic transparency requirements — pushing platforms to prioritize child wellbeing over engagement metrics. Phosra can translate their advocacy into enforceable platform rules for families who adopt this standard.

Adopt this movement

Add this movement to your child's profile. Phosra automatically enforces every rule across each connected platform.

Get started free
How Phosra enforces it

ParentsTogether Standard rules, mapped to the Phosra API.

Enforce rules individually or adopt the whole movement in one call. These are the same OCSS rule categories the open standard defines — Phosra carries them to every surface.

ParentsTogether Standard

Adopt entire movement

Enforce all 6 rules from ParentsTogether Standard across every connected platform with a single API call.

POST /v1/enforcement/movements
bash
curl -X POST https://api.phosra.com/v1/enforcement/movements \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "child_id": "ch_emma_01",
    "movement_id": "parents-together",
    "enforce_all_rules": true
  }'

Algorithmic transparency

Algo Feed Control

algo_feed_control

Enforces the algo feed control rule via the Phosra API.

POST /v1/rules — Algorithmic transparency
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "algo_feed_control",
      "value": "No engagement-optimized feeds",
      "platforms": [
          "*"
      ]
  }'

No targeted ads

Targeted Ad Block

targeted_ad_block

Enforces the targeted ad block rule via the Phosra API.

POST /v1/rules — No targeted ads
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "targeted_ad_block",
      "value": "Block all behavioral ads",
      "platforms": [
          "*"
      ]
  }'

Data protection

Data Sharing Restriction

privacy_data_sharing

Minimizes third-party data sharing for the child's accounts.

POST /v1/rules — Data protection
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "privacy_data_sharing",
      "value": "No third-party sharing",
      "platforms": [
          "*"
      ]
  }'

Anti-addiction controls

Addictive Design Control

addictive_design_control

Enforces the addictive design control rule via the Phosra API.

POST /v1/rules — Anti-addiction controls
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "addictive_design_control",
      "value": "Disable dark patterns",
      "platforms": [
          "*"
      ]
  }'

Parent notifications

Parental Event Notification

parental_event_notification

Enforces the parental event notification rule via the Phosra API.

POST /v1/rules — Parent notifications
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "parental_event_notification",
      "value": "Flagged content alerts",
      "platforms": [
          "*"
      ]
  }'

Algorithmic audit

Algorithmic Audit

algorithmic_audit

Enforces the algorithmic audit rule via the Phosra API.

POST /v1/rules — Algorithmic audit
bash
curl -X POST https://api.phosra.com/v1/rules \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
      "child_id": "ch_emma_01",
      "rule_category": "algorithmic_audit",
      "value": "Transparency required",
      "platforms": [
          "*"
      ]
  }'
Included rules

Every rule, enforced on adoption.

When adopted, these rules are automatically enforced across all connected platforms — no manual configuration.

Algorithmic transparency

No engagement-optimized feeds

No targeted ads

Block all behavioral ads

Data protection

No third-party sharing

Anti-addiction controls

Disable dark patterns

Parent notifications

Flagged content alerts

Algorithmic audit

Transparency required

advocacytech accountabilityprivacyalgorithmparent network
Make the pledge real

Ready to protect your family?

Adopt ParentsTogether Standard and let Phosra enforce it across every device and platform automatically — the pledge, turned into protection.