Authentication
Connect users, organizations, and role-aware access.
Integration notes for technical teams.
This area is a living map for API access, webhooks, data relationships, and implementation patterns as Eclipse integrations open up.
Connect users, organizations, and role-aware access.
Understand members, projects, time entries, shifts, invoices, and matters.
Prepare downstream systems for invoice, approval, and shift events.
Build integrations without bypassing tenant boundaries.
// Example shape
{
"event": "invoice.approved",
"organization_id": "org_123",
"invoice_id": "inv_456",
"approved_time_entries": 42
}