Support and operations
Triage, draft, and file repeat ops work
Carina reads exports you provide, groups themes, writes drafts, and saves outputs to disk. It is not a hosted helpdesk; it runs on your infrastructure with your credentials.
Example workflow
- You export last week's support tickets to a CSV in
./inbox/. - Carina reads the file, groups recurring issues, and writes a summary plus a reply template.
- Outputs land in
./outbox/for human review before anything is sent.
"Summarise ./inbox/tickets-last-week.csv by theme and save a reply template to ./outbox/reply-template.md"
For production deployments with audit requirements, pair Scout so tool calls are logged.