Catch overdue YouGile tasks across every board
Connect YouGile to the AI agent: projects, boards, columns, tasks, chats and departments. The agent creates tasks, assigns owners and spots delays.
How the agent works with YouGile
The agent calls YouGile through api-v2: it reads projects, boards and columns, tasks with their deadlines and assignees, task chats, employees and departments. Out of that it assembles a company-wide triage — what is past its deadline, with whom it is stuck, what was created, changed and completed in the last 24 hours for every project. The walk goes top down, from project to column, so a task does not get lost on a board you forgot about.
YouGile is built around chats: the discussion of a task lives in its message feed rather than in the description field, and the real reason a deadline moved or an assignee changed is most often written exactly there rather than on the card itself. So the agent reads the whole task chat and pulls the substance of what was agreed out of it, instead of judging the state of the work from the card fields and the column position alone.
In writing, the agent creates a task in the column you pick, writes out the brief, assigns an owner and a deadline, moves tasks between columns and posts messages in the task chat. Before creating anything it checks that the project, board and column exist and are open to the key, and after a change it re-reads the task to show its actual state. A chat message goes out under the key owner name, and the agent says so in advance.
One key serves every request, and the agent sees exactly the boards that key is open to: a closed board simply does not exist for it rather than answering with an error. YouGile hands over lists in pages, so a company-wide triage is a walk through projects, boards and columns rather than a single request, and the agent makes sure it reached the end. Notifications about a new or changed task arrive unsigned, so the agent treats them as a signal and re-reads the data through the API; if something is out of sight, it says so directly instead of showing an empty table.
Integration scenarios
Overdue work across boards
The agent walks through projects, boards and columns and shows which tasks are past their deadline and with whom they are stuck.
A task in the right column
The agent creates a task in the column you pick, assigns an owner and writes out the brief, without opening the board by hand.
The conversation inside a task chat
The agent reads the task chat, distills what the discussion was about and posts a follow-up comment with the outcome.
Daily project digest
On a schedule the agent reports which tasks were created, changed and completed in the last 24 hours for every company project.
Load across departments
The agent lines up open tasks with employees and departments and shows who carries half of the work and whose columns are all but empty.
Reacting to a new task
The agent hears about a created or changed task at once, re-reads the card through the API and tells you when a brief went out with no deadline or no owner.
YouGile examples
Прочитал 78 сообщений в чате задачи — договорились переносить релиз на 14-е.
Спор был про порядок миграции: решили катить схему отдельно от кода. Записал итог комментарием в чат и завёл в колонке «В работе» две задачи на разработчиков.
How to connect
Before you connect
- The YouGile account login and password — the creation method asks for them
- Administrator rights if the key must cover every board
- Any YouGile plan works — the API is not a paid add-on
- 1
Sign in as the company administrator
A key inherits its creator's rights: under a regular employee the API sees only that person's boards. Create a master key as an administrator.
- 2
Press Ctrl+Alt+Q to copy the companyId
Open any page of your company and press Ctrl+Alt+Q (Ctrl+Option+Q on Mac): the companyId is silently copied to the clipboard. No menu item shows it.
- 3
Open AuthKeyController_create in the docs
Keys come only from the API. Go to https://ru.yougile.com/api-v2#/operations/AuthKeyController_create — the method page has an interactive console.
- 4
Press Send API Request and copy the key
Fill in login (account email), password and companyId, then press “Send API Request”. The response returns {"key": "…"} — copy the string, about 48 chars.
FAQ
With a single field, the API key. The interface does not issue it: press Ctrl+Alt+Q on your company page to copy the companyId, then call the key creation method from the API documentation with your login, password and companyId.
Projects, boards, columns, tasks with deadlines and assignees, task chats, employees and departments, within the permissions of the account the key was issued under.
Yes: it creates and updates tasks, moves them between columns, assigns owners and posts messages in the task chat.
The key inherits the rights of its creator: under a regular employee only their boards are visible. A master key covering every company object is issued under an administrator.