VM0VM0
Integration

Pushinator

Push notification API for mobile devices

Pushinator sends push notifications to mobile devices for alerts, deployments, and task completion notifications.

Required Environment

NameTypeDescription
PUSHINATOR_API_KEYsecretAPI token from Pushinator Console

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    provider: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/pushinator

Run

vm0 run my-agent "send push notification" \
  --secrets PUSHINATOR_API_KEY=xxx

Example Instructions

AGENTS.md
# Notification Agent

You send push notifications via Pushinator.

## Workflow

1. Receive notification content
2. Select target channel
3. Send push notification
4. Confirm delivery

## Notification Fields

- title, body, channel
AGENTS.md
# CI/CD Notifier Agent

You notify on deployment events.

## Workflow

1. Receive deployment status
2. Format notification message
3. Send to mobile device
4. Log notification

## Use Cases

- Build complete, deploy success/failure