# Timely AI integration on Definable

> Timely is an automatic time-tracking platform capturing activity across applications, calendars, and devices, creating detailed timesheets for billing or productivity insights

## What this connects

Timely is an automatic time-tracking platform capturing activity across applications, calendars, and devices, creating detailed timesheets for billing or productivity insights

Vendor: https://www.timelyapp.com

## Tools available

**41** tools available. First 12:

- `TIMELY_CREATE_CLIENT` — Create Client — Tool to create a new client in the specified Timely account. Use when adding a new client to track time against. Client names must be unique within an account.
- `TIMELY_CREATE_DAY_LOCKING` — Create Day Locking — Tool to create a day locking entry that prevents editing of time entries for specific dates and users. Use when you need to lock time entries to prevent modifications after approval or billing.
- `TIMELY_CREATE_LABEL` — Create Label — Tool to create a new label in the specified Timely account. Use when you need to create a label for categorizing projects, time entries, or other resources.
- `TIMELY_CREATE_REPORT` — Create report — Tool to generate reports for a Timely account with optional filters. Use when you need to create reports for time tracking, billing analysis, or project summaries with date range or user/project filters.
- `TIMELY_CREATE_TEAM` — Create Team — Tool to create a new team in the specified Timely account. Use when organizing users into teams for better collaboration and project management.
- `TIMELY_CREATE_WEBHOOK` — Create Webhook — Tool to create a new webhook for the specified account. Use after specifying the target URL and event subscriptions. Call only once per configuration.
- `TIMELY_DELETE_LABEL` — Delete a label — Tool to delete a label by ID from a Timely account. Use when you need to remove an existing label.
- `TIMELY_DELETE_TEAM` — Delete a team — Tool to delete a team by its ID. Use when you need to remove a specific team from the account. This operation is destructive and cannot be undone.
- `TIMELY_DELETE_WEBHOOK` — Delete Webhook — Tool to delete an existing webhook by its ID. Use when you need to remove a webhook subscription from an account.
- `TIMELY_FILTER_REPORTS` — Filter reports — Tool to filter Timely reports based on date range, users, projects, labels, teams, and billing status. Use when you need to generate custom reports with specific criteria or analyze time tracking data for specific periods or resources.
- `TIMELY_GET_ACTIVITIES` — Get activities — Tool to retrieve all activities (audit trail) for a Timely account. Activities include logged hours, created reports, shared reports, project changes, and other account events. Use when you need to view the activity log or audit trail for an account.
- `TIMELY_GET_CLIENT` — Get Client — Tool to retrieve details of a specific client by its ID. Use when you need to fetch client information such as name, color, active status, or external references.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Timely

Inside a Definable workflow, Timely is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Timely** — the Researcher (GPT-5.5) pulls context from Timely (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Timely** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Timely (create record, post message, draft email).
- **Designer / Engineer → Distributor → Timely** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Timely (attach file, open PR comment, post status).

The Verifier checks every Timely call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- time tracking software — https://definable.ai/apps/category/time-tracking-software/
- productivity — https://definable.ai/apps/category/productivity/

## Related

- HTML page: https://definable.ai/apps/timely/
- Same category (time tracking software): https://definable.ai/apps/category/time-tracking-software/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
