Phosra is a universal child safety policy layer. Define age-appropriate rules once, then push them to every platform your child uses — from Netflix to NextDNS to Apple Screen Time.
Set up family groups with parents, guardians, and children
Auto-generate age-appropriate rules across 45 categories
Push rules to connected platforms in one API call
Track enforcement status via webhooks and reports
Set up a child with age-appropriate protections in a single API call:
curl -X POST https://phosra-api.fly.dev/api/v1/setup/quick \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"child_name": "Emma",
"birth_date": "2016-03-15",
"strictness": "recommended"
}'This creates a family, adds the child, computes their age bracket, and generates all 45 rule categories with age-appropriate defaults.
| Method | Best For | Package |
|---|---|---|
| REST API | Any language, server-to-server | Direct HTTP calls |
| TypeScript SDK | Node.js / browser apps | @phosra/sdk |
| MCP Server | AI agents (Claude, etc.) | @phosra/mcp |
All API requests use this base URL:
https://phosra-api.fly.dev/api/v1