Everything your team tracks, bills, schedules, and resolves - in one orbit.

Integration notes for technical teams.

Developer Documentation

This area is a living map for API access, webhooks, data relationships, and implementation patterns as Eclipse integrations open up.

Authentication

Connect users, organizations, and role-aware access.

Data model

Understand members, projects, time entries, shifts, invoices, and matters.

Webhooks

Prepare downstream systems for invoice, approval, and shift events.

API patterns

Build integrations without bypassing tenant boundaries.

// Example shape
{
  "event": "invoice.approved",
  "organization_id": "org_123",
  "invoice_id": "inv_456",
  "approved_time_entries": 42
}