TAP tools
TAP Tools
Legacy TAP dashboard/public API tools are no longer exposed through runtime tool routes. Current product-facing TAP tool routes wrap internal AI workflows and return the standard { data } tool envelope.
Active tool routes:
POST /ai/tap/tools/content-safetyPOST /ai/tap/tools/tagging-suggestionsPOST /ai/tap/tools/topic-detection
The older tagging custom route remains available for compatibility and tracked-run debugging:
POST /ai/tap/workflows/tagging-suggestions
Tracked run routes:
POST /ai/tap/workflows/tagging-suggestions/create-runPOST /ai/tap/workflows/tagging-suggestions/start?runId=<uuid>GET /ai/tap/workflows/tagging-suggestions/runs/<uuid>