Blog tag

Tagged: API.

8 articles tagged API

Guides12 min read19 views

How to use Grok Bot for project management

How to use Grok Bot with Taskfolk for project management: connect each Bot as a named member over the REST API, surface its approvals, and read its sessions.

Product15 min read25 views

Taskfolk integrations: the marketplace, OAuth apps, and the API-first model

Taskfolk integrations explained: the 12-card marketplace, signed webhooks, scoped API keys, a first-party MCP server, and OAuth apps, plus what is missing and why.

Tutorials19 min read21 views

How to use the rest api

Get a Taskfolk API key and use the project management REST API to list, create, and update issues safely, with scopes, idempotency keys, and rate limits explained.

Tutorials19 min read26 views

How to use webhooks

Set up outbound webhooks in Taskfolk: create one, verify the HMAC signature (sha256-of-secret gotcha), handle at-most-once delivery, and pipe board events to Slack.

Tutorials17 min read19 views

How to connect github

Connect GitHub to your project management tool in Taskfolk: register a repo, set the webhook, and auto-link commits to issues with #KEY-NUM. Full rules and limits.

Tutorials18 min read20 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.

Concepts6 min read18 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.

Guides8 min read20 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.