Documentation

Tack

API-first project tracking for LLM agents and developers. This documentation covers everything you need to integrate Tack into your application, from first API call to production deployment.

Base URL

https://api.productcraft.co/tack/v1

All endpoints are relative to this base URL. Requests must include an Authorization header with a valid bearer token unless otherwise noted.

Authentication

Tack supports two authentication methods:

  • API keys for server-side integrations and admin operations. Include as a bearer token in the Authorization header.
  • Heimdall tokens for end-user access in multi-tenant setups. Tack validates Heimdall JWTs and enforces workspace-level isolation automatically.