Platform as a Service (PaaS) for Productivity Systems Integration
The Pomodoro Web API & Webhooks is a Platform as a Service (PaaS) that enables developers, organizations, and partners to integrate, extend, and automate Pomodoro®-based productivity systems within their own applications, services, and internal platforms.
From $49 /month
Platform as a Service for Productivity Integration
Programmatic access to Pomodoro® data, events, and workflows via secure
APIs and real-time webhooks. Build integrations, automate workflows, and
extend Pomodoro® functionality into your own applications.
Choose the plan that fits your needs. All plans include API access, webhooks, and the Developer Dashboard.
Developer — $49/month For individual developers, prototyping, and non-commercial use.
After subscribing, you will receive:
Professional — $199/month For teams and commercial applications.
Enterprise — Contact us For large-scale deployments and custom requirements.
All prices in USD.
The Pomodoro® Developer Platform operates as a hosted runtime environment that allows third-party systems to:
All API requests are authenticated using an API key provided in the HTTP header.
Authorization: Bearer YOUR_API_KEY
Create a Pomodoro® technique Session
POST /v1/pomodoros Host: api.pomodorotechnique.com Content-Type: application/json Authorization: Bearer YOUR_API_KEY
{
"user_id": "u_12345",
"duration_minutes": 25,
"label": "Writing documentation"
}
Response
{
"pomodoro_id": "p_98765",
"status": "active",
"started_at": "2025-01-15T09:00:00Z",
"ends_at": "2025-01-15T09:25:00Z"
}
The platform supports event-driven integrations through webhooks.
Supported Events
timer.startedtimer.completedtimer.interruptedbreak.startedbreak.completedWebhook Payload Example
{
"event": "pomodoro.completed",
"timestamp": "2025-01-15T09:25:00Z",
"data": {
"pomodoro_id": "p_98765",
"user_id": "u_12345",
"actual_duration_minutes": 25,
"label": "Writing documentation"
}
}
The Pomodoro® Developer Dashboard allows subscribers to:
The Pomodoro® Developer Platform is available as a subscription-based Platform as a Service.