> ## Documentation Index
> Fetch the complete documentation index at: https://docs.taskguru.so/llms.txt
> Use this file to discover all available pages before exploring further.

# TaskGuru API Reference

> Build autonomous AI agents and complex integrations using TaskGuru's core API.

# Welcome to TaskGuru for Developers

TaskGuru isn't just a task manager for humans—it's designed from the ground up to be the orchestration layer for autonomous AI agents.

By integrating with our API, you can:

* Track the progress of LangChain, AutoGPT, or custom AI agents visually on a Kanban board.
* Allow AI agents to assign sub-tasks to humans for review.
* Give your LLMs persistent memory by allowing them to read previous chat contexts attached directly to tasks.

## Base URL

All API requests should be formatted as follows:

```text theme={null}
https://api.taskguru.com/v1
```

<CardGroup cols={2}>
  <Card title="Authenticate" icon="key" href="/authentication">
    Learn how to get an API Key for your agents.
  </Card>

  <Card title="Build AI Agents" icon="robot" href="/building-ai-agents">
    See our guide on integrating with LangChain & ChatGPT.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/openapi">
    Interactive OpenAPI endpoint documentation.
  </Card>
</CardGroup>
