Dart
Overview
SLUG: DART
Description
The ultimate AI project management tool.
Authentication Details
API Key
Connecting to Dart
Create an auth config
Use the dashboard to create an auth config for the Dart toolkit. This allows you to connect multiple Dart accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Dart Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Dart toolkit’s playground
For code examples, see the Tool calling guide and Provider examples.
Tool List
DART_ADD_TASK_COMMENT
Tool Name: Add Task Comment
Description
Action Parameters
Action Response
DART_ADD_TASK_TIME_TRACKING
Tool Name: Add Task Time Tracking
Description
Action Parameters
Action Response
DART_CREATE_DOC
Tool Name: Create Doc
Description
Action Parameters
Action Response
DART_CREATE_TASK
Tool Name: Create Task
Description
Action Parameters
Action Response
DART_DELETE_DOC
Tool Name: Delete Doc
Description
Action Parameters
Action Response
DART_DELETE_TASK
Tool Name: Delete Task
Description
Action Parameters
Action Response
DART_GET_CONFIG
Tool Name: Get User Space Configuration
Description
Action Parameters
Action Response
DART_GET_DOC
Tool Name: Get Doc
Description
Action Parameters
Action Response
DART_GET_TASK
Tool Name: Get Task
Description
Action Parameters
Action Response
DART_LIST_COMMENTS
Tool Name: List Comments
Description
Action Parameters
Action Response
DART_LIST_HELP_CENTER_ARTICLES
Tool Name: List Help Center Articles
Description
Action Parameters
Action Response
DART_LIST_TASKS
Tool Name: List Tasks
Description
Action Parameters
Action Response
DART_MOVE_TASK
Tool Name: Move Task
Description
Action Parameters
Action Response
DART_RETRIEVE_SKILL_BY_TITLE
Tool Name: Retrieve Skill By Title
Description
Action Parameters
Action Response
DART_UPDATE_DOC
Tool Name: Update Doc
Description
Action Parameters
Action Response
DART_UPDATE_TASK
Tool Name: Update Task
Description
Action Parameters
Action Response