Chaac Skills
Knowledge packages that teach AI agents how to build and deploy on Tawa. Install as Claude Code rules or use as Cloud Chaac system prompts.
Audit Trail on Tawa
Ruleimport { Septor } from '@insureco/septor'
Custom Domains
RuleEvery service gets a platform hostname automatically on deploy (`{service}.tawa.pro`, `{service}.sandbox.tawa.pro`, `{service}.uat.tawa.pro`). To put your own…
Custom Domains
CommandHow DNS works on Tawa and how to add custom domains to your service.
Job Queues on Tawa
RuleDeclare queues in `catalog-info.yaml`. iec-queue POSTs jobs to your endpoint. Return `2xx` = complete. Non-2xx = retry.
Querying Org Members and User Access
RuleThree patterns — pick the one that fits your use case:
Scheduled Jobs on Tawa
RuleDeclare schedules in `catalog-info.yaml`. iec-cron POSTs to your endpoint on schedule. Return 200 immediately — do slow work asynchronously.
Sending Email and SMS
Ruleimport { RelayClient } from '@insureco/relay'
Workflow Pattern — cron + queue + Janus
Ruleiec-cron → POST /internal/cron/{trigger} Your service: fetch pending items, fan out jobs → POST {IEC_QUEUE_URL}/jobs (one per item) iec-queue → POST…
Showing 8 of 33 skills