HubstaffDeveloper Portal

New: developer tools for Hubstaff

Drive Hubstaff from your terminal with the CLI, or let AI assistants read your workspace through the MCP server.

Getting started

Introduction

Hubstaff's API is organized around REST. It has predictable, resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL
https://api.hubstaff.com
  • All requests must be made over HTTPS.
  • Request and response bodies are UTF-8 JSON.
  • Timestamps are returned in ISO 8601 UTC format.