Productivity12 toolsPaste one API key
Edworking integration for AI agents
Edworking is a collaborative workspace for managing projects, tasks, files, messages, notifications, and time tracking.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Edworking once and call the same tools from all of them.
Setup
Connect Edworking through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Edworking exposes 12 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
edworking_get_task | Get one task with its project, state, assignees, and time entries | Read |
edworking_list_folders | List folders in an Edworking project, optionally restricted to children of a parent folder | Read |
edworking_list_messages | List Edworking's message/activity records for one project from a zero-based offset | Read |
edworking_list_projects | List the Edworking projects available to the connected account, returning IDs needed by | Read |
edworking_list_states | List the workflow states configured for an Edworking project for inspection | Read |
edworking_list_tasks | List tasks, optionally within one Edworking project, with concise status and tracking | Read |
edworking_add_time_entry | Record a duration against a task at a specified start time | Write |
edworking_create_task | Create a named task in an Edworking project | Write |
edworking_update_task | Update an existing task's name within its Edworking project | Write |
edworking_remove_time_entry | Permanently remove one tracked-time entry by ID | Write |
edworking_send_message | Irreversibly send a text message to an Edworking project | Write |