Taskade is the ultimate tool for AI-driven writing, project management, and task automation. Designed to be your second brain, Taskade simplifies project execution and enhances team collaboration from start to finish.
With Taskade, you can build, train, and deploy your own team of AI agents to automate tasks and streamline workflows. Taskade features a seamless blend of ideation, collaboration, and execution tools—from structured lists to modern tables and mind maps, all customizable to fit your unique workflow and adapt to your needs.
Copy
Ask AI
import { TaskadeProjectLoader } from "@langchain/community/document_loaders/web/taskade";const loader = new TaskadeProjectLoader({ personalAccessToken: "TASKADE_PERSONAL_ACCESS_TOKEN", // or load it from process.env.TASKADE_PERSONAL_ACCESS_TOKEN projectId: "projectId",});const docs = await loader.load();console.log({ docs });
You can find your Taskade project id by opening the project in your browser and extracting them from the URL:
Copy
Ask AI
https://www.taskade.com/d/<YOUR PROJECT ID HERE>
Assistant
Responses are generated using AI and may contain mistakes.