Overview
If you're building automations on top of ProhostAI, the developer surface lives at Settings → API Keys and Settings → Webhooks.
API keys
Generate a key in Settings → API Keys. Each key:
- Has a label (so you remember which integration owns it)
- Has scopes (what endpoints it can call)
- Can be rotated or revoked at any time
Treat keys like passwords — never commit them to source control.
Outbound webhooks
Subscribe a URL to receive events when something happens in ProhostAI:
- New reservation
- Reservation updated, cancelled, rescheduled
- New message
- Task created, status changed
- Cleaning created, completed
- Review received
Open Settings → Webhooks and add a subscription:
- URL — your endpoint
- Events — which event types to receive
- Signing secret — used to verify the payload came from ProhostAI
Delivery and retries
If your endpoint is down, ProhostAI retries with exponential backoff. Failed deliveries are listed so you can replay them after fixing the receiver.