Integrations & API

Bring your work in. Keep your evidence in one place.

Track time natively, import from a spreadsheet, push records over our API, or connect a tool with your own credentials. Everything flows through the same AI-value process — so your dashboards, decisions and forecasts stay consistent.

We label what is live versus planned. No connector is shown as working until it is.

Live now

Live

Available on every plan today.

Native Time Tracker

Built-in timer and manual logging — the source of truth for every metric.

CSV import

Import time and staff costs from a spreadsheet.

Inbound API

Push records into NetLift with a workspace API key (X-API-Key).

Stripe billing

Subscriptions and self-serve customer portal.

Transactional email

Password reset, invites and receipts via Postmark.

Connect with your credentials

Available

Working connectors — add your own API credentials in the Integration Hub.

Jira

Import work items to attribute time to issues and projects.

Azure DevOps

Sync work items for engineering teams.

OpenAI usage & cost

Pull AI usage and spend for cost attribution.

In beta

Beta

Early access — request access for your workspace.

Microsoft Entra ID, Okta, Auth0

SSO / SCIM identity provisioning.

Google Workspace

Directory sync and sign-in.

Anthropic / Claude usage

AI spend import for Claude.

Planned

Planned

On the roadmap. Not yet available — no false promises.

Work & support

Zendesk, ServiceNow, GitHub Issues, Linear, Asana, Monday, Harvest.

AI usage

Azure OpenAI, GitHub Copilot metrics, Gemini.

Finance

QuickBooks, Xero, NetSuite, Sage Intacct.

Coming soon

Coming soon

In active development.

NetLift Desktop Timer

Lightweight desktop companion with offline tracking — no surveillance.

Nightly auto-sync

Scheduled connector syncs so data stays current automatically.

A simple API for pushing records

Generate a workspace API key and send time or staff-cost records straight into NetLift. Imported records run through the same baseline, cost and decision pipeline as everything else.

  • Per-workspace keys you can rotate
  • Records appear in the Time Tracker review queue
  • Same evidence-quality scoring as manual entry
POST /api/staff-costs/import
X-API-Key: <your-workspace-key>
Content-Type: application/json

{
  "records": [
    { "name": "Senior Developer",
      "loaded_hourly_cost": 125 }
  ]
}