Dart allows you to import tasks from a variety of locations so you can hit the ground running.
Import sources include:
Asana
ClickUp
Dart
Jira
Linear
Microsoft Project
Trello
Spreadsheet
To import tasks go to the Import page in settings, choose your source of tasks, and follow the instructions on the screen to export and format the tasks correctly for import into Dart.
Import via API
Users on a Premium plan or above can access Dart's API, various libraries, and the CLI to build custom integrations for importing tasks or automating workflows.
You can find the documentation for the API in the OpenAPI spec documentation. Dart also offers open source libraries for Python, TypeScript, and JavaScript, as well as a CLI, to help you programmatically manage your workspace.
For example, using the CLI, you can quickly import a single task using the command:
dart create "[new task title]"
For full documentation on installation and usage, please visit our guide on API, Libraries, and CLI

