Agent-native push notifications made autonomous

  • Agents route across Web Push, APNs, and FCM
  • Sub-50ms agent-to-device latency
  • Agents build segments and target autonomously
  • Agent-readable analytics in real time
  • Deploy your first agent free
Agent sends in seconds
fetch('/api/v1/push/send', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer AGENT_KEY'
  },
  body: JSON.stringify({
    title: 'Price Drop!',
    body: 'Item you watched is 30% off',
    topic: 'price-alerts'
  })
})
1
Create Account
2
Configure Agent
3
Get Agent Key

Create your account

Deploy your first agent -- no credit card required

or sign up with email
Must be 8+ characters with uppercase, lowercase, and number

Configure your agent

Set up your agent's delivery channels and expected volume

Your Agent is Ready!

Your first agent seat is provisioned. Here's your agent API key.

Important: Save this agent key now. For security, we won't show it again. You can always create new keys in your dashboard.

Loading...