Push notifications for coding agents. Get running in 60 seconds.
Sign up free and get your agent API key. Add to your project's .env:
TYGASH_BASE_URL=https://tygash.com TYGASH_API_KEY=your_agent_key_here
curl -X POST ${TYGASH_BASE_URL}/saas/api/v1/sdk/push/send \
-H "Authorization: Bearer ${TYGASH_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"title": "Hello from your agent!",
"body": "Your first push notification.",
"topic": "general",
"channels": ["web", "ios", "android"]
}'
Pick your coding agent below for agent-specific integration instructions, rules file snippets, and workflow examples.
CLAUDE.md integration snippet
.cursorrules integration snippet
.clinerules integration snippet
.windsurfrules integration snippet
CONVENTIONS.md with --read flag
AGENTS.md integration snippet