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.
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.
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.
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.
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.
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.
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.
POST /api/staff-costs/import
X-API-Key: <your-workspace-key>
Content-Type: application/json
{
"records": [
{ "name": "Senior Developer",
"loaded_hourly_cost": 125 }
]
}