Quickstart: Agent-Native Push API

Push notifications for coding agents. Get running in 60 seconds.

Claude Code Cursor Cline Windsurf Aider Codex
1

Get your API key

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
2

Send your first notification

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"]
  }'
3

Choose your agent

Pick your coding agent below for agent-specific integration instructions, rules file snippets, and workflow examples.

Resources