50+ integrations available

Connect your
favorite tools

ClockEye integrates with the tools you already use. Track time seamlessly without switching between apps.

Popular

Slack

Start timers, get notifications, and track time from Slack

  • Timer commands
  • Daily summaries
  • Team notifications
Popular

Jira

Sync projects and track time against Jira tickets

  • Two-way sync
  • Auto time logging
  • Sprint tracking
Popular

Asana

Connect tasks and projects for seamless time tracking

  • Task sync
  • Project mapping
  • Time estimates
Popular

GitHub

Link commits and PRs to time entries automatically

  • Commit linking
  • PR time tracking
  • Repository sync
Popular

Google Calendar

Auto-log time from calendar events

  • Event sync
  • Auto time entries
  • Meeting tracking

Microsoft Teams

Track time and collaborate in Teams

  • Timer bot
  • Meeting integration
  • Status sync

Trello

Track time on Trello cards and boards

  • Card sync
  • Power-Up
  • Time estimates

GitLab

Connect GitLab projects and track development time

  • Issue sync
  • MR tracking
  • Pipeline time

Outlook Calendar

Sync Outlook events with time entries

  • Two-way sync
  • Meeting time
  • Categories

QuickBooks

Export time entries for invoicing

  • Invoice sync
  • Client mapping
  • Expense tracking

Xero

Streamline billing with time data

  • Invoice generation
  • Project costs
  • Client sync

Notion

Track time on Notion databases

  • Database sync
  • Page tracking
  • Time properties

Linear

Modern issue tracking with time data

  • Issue sync
  • Cycle tracking
  • Team velocity

Figma

Track design time automatically

  • Auto tracking
  • Project sync
  • File time

Google Sheets

Export and analyze time data

  • Auto export
  • Custom reports
  • Scheduled sync
Popular

Zapier

Connect to 5000+ apps with Zapier

  • Custom workflows
  • Triggers
  • Actions

Build your own
integration

Use our powerful API to build custom integrations for your specific needs. Full documentation, SDKs, and dedicated support available.

REST API

Full-featured REST API with comprehensive documentation

Webhooks

Real-time notifications for time entries, projects, and more

OAuth 2.0

Secure authentication for third-party applications

View API Docs
api-example.ts
import { ClockEye } from '@clockeye/sdk';

const client = new ClockEye({
  apiKey: process.env.TIMEDECK_API_KEY
});

// Start a timer
const timer = await client.timers.start({
  projectId: 'proj_123',
  description: 'Working on feature'
});

// Get time entries
const entries = await client.entries.list({
  from: '2025-01-01',
  to: '2025-01-31',
  userId: 'user_456'
});

// Webhook handler
app.post('/webhook', (req, res) => {
  const event = req.body;

  if (event.type === 'timer.stopped') {
    console.log('Timer stopped:', event.data);
  }

  res.status(200).send('OK');
});

Integration FAQ

Ready to connect your tools?

Set up your first integration in minutes and start tracking time seamlessly.

No credit card required · 14-day free trial