Blog tag

Tagged: AI agents.

9 articles tagged AI agents

Tutorials15 min read7 views

How to track api usage and audit logs

Track API key usage and read the audit log in Taskfolk: Usage tab charts, the Audit lifecycle log, per-key rate limits, and what each surface will not tell you.

Concepts5 min read7 views

Should your agent use MCP or the REST API?

MCP and a REST API solve overlapping problems for AI agents. Here is a plain guide to when each one is the right call, and why you often want both.

Guides5 min read9 views

Running a project with AI agents without losing the thread

A practical setup for letting AI agents do real project work, create issues, move the board, draft specs, while your team keeps control of what matters.

Product5 min read9 views

Why we gave Taskfolk an MCP server, and what it changes

What the Model Context Protocol is in plain terms, why a project tracker is a good fit for it, and how an agent picks up your workspace without any glue code.

Guides9 min read11 views

Two agents, one backlog: coordinating a triage agent and a coding agent with issue status as handoffs

A practical multi-agent workflow: custom board columns and status transitions as the handoff bus between a triage agent and a coding agent, with human review in the middle.

Guides7 min read6 views

Let AI agents run your board over the REST API: authentication, scopes, and safe writes

A developer guide to giving an AI agent a scoped Taskfolk API key so it can move cards and file issues without a big blast radius.

Comparisons9 min read7 views

Which project management tools actually ship a first-party MCP server

Having AI features is not the same as shipping an MCP server. Here is how to tell first-party from community-built from none, with an honest checklist.

Concepts11 min read15 views

What is agentic project management? A plain-language guide with a working example

A copilot waits for your prompt. An agent acts on an event. Here is the perceive-plan-act-check loop explained, with one real end-to-end run inside Taskfolk.

Guides8 min read9 views

Give your AI agent a knowledge base: connect your docs so it answers from your project, not the internet

How to give an AI agent access to your company docs, so it grounds answers in your workspace instead of guessing, using RAG exposed through MCP.