For HR platforms
Give your customers conversation readiness.
We help HR platforms give managers and employees a way to prepare, practice, and measure whether they are ready for a difficult workplace conversation — embedded directly inside your product.
Built to embed inside
Hover a category to see how the integration would land. TACT has no existing partnership or affiliation with any HR software vendor — these are the product categories the API is designed for.
Or your own product. If your customers are managers and employees, TACT fits.
What your customers get
Each card opens the live version of what your users would experience.
Fewer escalations to HR
Managers get the exact words for feedback, PIPs, and boundary-setting before the conversation blows up.
Browse scripts →Higher manager confidence
First-time managers stop avoiding hard conversations. Every reply comes with a script, a pivot, and a follow-up message.
Open the guide →Safer by default
PII is scrubbed server-side. Crisis language routes to your EAP or counsel, not to AI-generated scripts.
Read the policy →How the integration works
One HTTPS endpoint. Your product sends the situation, we send back the script. Wrap it in your UI, keep your branding, own the customer relationship.
POST https://tacttalk.org/api/public/coach
X-API-Key: <your partner key>
Content-Type: application/json
{
"situation": "My direct report keeps missing deadlines and shrugs it off in standup.",
"category": "Performance Issue",
"tone": "Direct",
"context": "Work / Leadership",
"perspective": "Manager"
}{
"script": {
"strategy": "...",
"script": "...",
"pivot": "...",
"whatNotToSay": ["...", "..."],
"followUp": "..."
},
"escalationRecommended": false,
"scrubbedInput": "..."
}