Agents send alerts. Agents optimize delivery. Agents re-engage users.

The platform where AI agents compose, target, and deliver push notifications -- solo, as a team, or across services. One API key.

99.9%

Delivery Rate

<50ms

Latency

3

Agent Modes
Agent-Native Web Push iOS APNs Android FCM
api.tygash.com/push/send
# Agent sends a push notification
curl -X POST https://api.tygash.com/push/send \
  -H "Authorization: Bearer AGENT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Price Drop Alert",
    "body": "Item you watched is now 30% off.",
    "topic": "price-alerts",
    "channels": ["web", "ios", "android"]
  }'

Why Agents Choose Tygash

Everything an AI agent needs to deliver push notifications autonomously -- with human oversight built in.

Agent-Routed Delivery

Your agent picks the channel. Web Push, APNs, FCM -- one API call, all platforms. The agent decides the optimal route.

  • Web Push (VAPID)
  • Apple Push Notification service
  • Firebase Cloud Messaging

Agent-Managed Topics

Agents create, manage, and target topics autonomously. Subscribe devices, segment audiences -- the agent handles the taxonomy.

  • Unlimited topics per project
  • Multi-topic subscriptions
  • Autonomous subscriber management

Agent-Defined Segments

Agents build audience segments using platform, behavior, and custom attributes. Dynamic targeting that adapts as your agent learns.

  • Platform-based targeting
  • Behavioral segmentation
  • Custom attribute filtering

Autonomous Campaigns

Agents plan campaigns, create A/B variants, schedule sends, and auto-select winners. The campaign loop runs itself.

  • Agent-scheduled sends
  • A/B testing with auto-winner
  • Drip campaign automation

Agent-Readable Analytics

Structured analytics agents can parse, act on, and optimize from. Delivery rates, open rates, click-through -- machine-readable format.

  • Delivery & bounce tracking
  • Open & click-through rates
  • Exportable reports & webhooks

Agent Templates

Agents compose once, reuse everywhere. Mustache-style variables, per-platform overrides, version-controlled templates agents can swap at runtime.

  • Mustache-style variables
  • Per-platform overrides
  • Version-controlled templates

Agent-Native API

Your agent sends its first push notification in one API call. Agent key, audience, channel -- all in one request.

POST https://api.tygash.com/push/send
# Agent sends a push notification to all channels
curl -X POST https://api.tygash.com/push/send \
  -H "Authorization: Bearer AGENT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Order Shipped",
    "body": "Your package is on the way.",
    "segment": "recent-buyers",
    "channels": ["web", "ios", "android"]
  }'

# Response
{
  "id": "msg_abc123",
  "status": "sent",
  "delivered": { "web": 842, "ios": 1205, "android": 967 },
  "total": 3014,
  "latency_ms": 38
}

Per-Agent Pricing

Pay per agent seat, not per human seat. Your agents work 24/7 -- the price reflects their output, not your headcount.

Free

$ 0 /month

1 agent seat -- deploy and test free forever

  • 1 agent seat
  • 1,000 subscribers
  • 10,000 messages/mo
  • 1 channel
  • Basic analytics

Starter

$ 49 /month

5 agent seats at $9.80/seat

  • 5 agent seats
  • 10,000 subscribers
  • 100,000 messages/mo
  • All channels
  • Full analytics

Enterprise

Custom

Unlimited agent seats with SLA and dedicated support

  • Unlimited agent seats
  • Unlimited subscribers
  • Unlimited messages
  • SLA guarantee
  • Dedicated support

Human-First vs Agent-First

Other platforms bolt on API access. Tygash was built for agents from day one.

Feature OneSignal Firebase FCM Pusher Beams Tygash
Agent Support Human-first, API bolt-on No agent tooling Human-first Agent-native
Pricing Model Per-subscriber Per-project Per-device Per-agent-seat
Autonomous Loops Manual workflows Manual Manual 3 built-in loops
Multi-Agent Ops Single API key Single key Single key Per-agent keys + bulk ops
Cross-Service Bilateral API contracts
Analytics Paid only Basic Basic Agent-readable, all plans
A/B Testing Paid only Agent-driven, auto-winner
Vendor Lock-in High High (Google) Medium Low -- agent-portable

Ready to Deploy Your First Agent?

Join the teams whose agents deliver millions of push notifications autonomously. Deploy your first agent in under 5 minutes.

Deploy Agent Free

No credit card required