Kudos
A lightweight way to recognize teammates. Two clicks, one short note, instant gratitude.
Log in to send kudos, or browse the API to integrate recognition into your own tools.
- Summary only: one line like “You washed the car.”
- Two people: sender + recipient. Both can see shared kudos.
- Private by default: only involved users see their kudos feed.
API quickstart
- Authenticate:
POST /api/login/to get a token. - Send kudos:
POST /api/kudos/withrecipient_idandsummary. - List yours:
GET /api/kudos/to see sent and received kudos.
All endpoints accept session cookies or Authorization: Token <token>.