The only family wellness platform with a public API
Integrate with Thriva to create powerful family coordination tools
Simple, RESTful API with comprehensive documentation. OAuth 2.0 authentication for secure integrations.
Model Context Protocol integration for AI assistants. Build voice-first family management experiences.
Real-time event notifications. Get instant updates when devices are blocked, unblocked, or check in.
Official SDKs for JavaScript, Python, and PHP. Get started in minutes with our battle-tested libraries.
Test your integrations in a safe environment. No risk to production data or real family accounts.
Join our partner ecosystem. Co-marketing opportunities and revenue sharing for successful integrations.
// Using the Thriva API
const response = await fetch('https://api.thriva.app/v1/devices/{device_id}/block', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const data = await response.json();
console.log(data);
// { success: true, device_id: "...", is_blocked: true }
# Configure Claude to control Thriva
claude-code mcp add thriva \\
--server https://api.thriva.app/mcp \\
--token YOUR_MCP_TOKEN
# Now you can use natural language:
"Block Sarah's tablet until she finishes her homework"
# Claude will automatically use the Thriva MCP to execute this
We're building comprehensive API documentation, interactive API playground, SDK downloads, and example projects.
Interested in early access? Email us at developers@thriva.app
Join the waitlist for early API access