ParentsTogether Standard
ActiveMulti-million member parent network focused on Big Tech accountability and child safety.
What ParentsTogether Standard asks for.
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 standard
Add this standard to your child's profile. Phosra will automatically enforce all rules across every connected platform.
ParentsTogether Standard, mapped to the Phosra API.
Enforce ParentsTogether Standard rules individually or adopt the entire standard in one call. Each rule decomposes into the OCSS rule vocabulary a conformant router carries across every surface.
ParentsTogether Standard
Adopt entire standard
Enforce all 6 rules from ParentsTogether Standard across every connected platform with a single API call.
curl -X POST https://api.phosra.com/v1/enforcement/standards \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"child_id": "ch_emma_01",
"standard_id": "parents-together",
"enforce_all_rules": true
}'
Algorithmic transparency
Algo Feed Control
algo_feed_controlEnforces the algo feed control rule via the Phosra API.
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_blockEnforces the targeted ad block rule via the Phosra API.
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_sharingMinimizes third-party data sharing for the child's accounts.
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_controlEnforces the addictive design control rule via the Phosra API.
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_notificationEnforces the parental event notification rule via the Phosra API.
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_auditEnforces the algorithmic audit rule via the Phosra API.
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": [
"*"
]
}'
Every rule this standard turns on.
When adopted, these rules are automatically enforced across all connected platforms.
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
Adopt ParentsTogether Standard. Let Phosra enforce it.
Adopt ParentsTogether Standard and let Phosra enforce it across every device and platform automatically.