Docs Introduction

Introduction

Updated 2026-03-16

Welcome to the Platform

This platform allows you to automate and track your tasks effortlessly. Whether you are using manual tasks or automated integrations, we provide the tools to measure your time saved and ROI.

Core Concepts

  • Projects: Group your tasks together.
  • Tasks: Represent a unit of work. Can be manual or automated.
  • Integrations: Connect your tasks to external platforms (like Zapier, Make, etc.) via webhooks.
  • Run Events: Every time a task is executed via an integration, a run event is logged.

API Access

You can retrieve your account statistics programmatically using our API.

  • Endpoint: GET https://api.timehive.io/stats
  • Authentication: Bearer Token. Pass your API key in the Authorization header (e.g., Authorization: Bearer th_your_api_key_here).
  • Response: Returns a JSON object with your total_minutes_saved, total_runs, total_events, total_outputs, as well as period specific metrics like today_minutes_saved, yesterday_minutes_saved, this_week_minutes_saved, last_week_minutes_saved, this_month_minutes_saved, and last_month_minutes_saved.

You can manage your API keys from the Settings > Integration Settings page.