Help Center

Everything you need to get the most out of Task Board

New to Task Board?

Start here - learn the basics in just 5 minutes.

Integrations

Connect Task Board with your favorite tools

For Developers

Build custom integrations with our REST API. Full OAuth2 support, webhooks, and comprehensive Swagger documentation.

  • OAuth2 & API Key authentication
  • Real-time webhooks for events
  • Interactive Swagger documentation
  • MCP protocol support for AI assistants
Developer Portal
curl -X POST https://task-board.app/api/tasks \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "boardId": "abc123",
    "name": "My new task",
    "priority": "high"
  }'

Still Need Help?

Our team is here to help. Reach out anytime.