P ProhostAI · Developer portal
Developer portal · Getting started

Build on ProhostAI in under five minutes.

Everything you need to integrate with ProhostAI — authenticate, make your first call, and explore the full REST API or the MCP server for AI assistants.

Already have a ProhostAI account with listings imported? Skip to “Create an API key”.

  1. Sign up — create a free account at app.prohost.ai/signup.
  2. Connect your Airbnb or PMS — when prompted, link your Airbnb account directly or your PMS (Hostaway, Guesty, Hospitable, etc.).
  3. Import your listings — ProhostAI pulls your properties automatically; refine details in the dashboard.
  4. Create an API key — open Settings → 🔑 API Keys in your ProhostAI dashboard and create a new key. Copy it immediately — it won't be shown again.
  5. Make your first request — pass the key in the X-API-Key header:
    curl curl -H "X-API-Key: ph_live_YOUR_KEY" \ https://connect.prohost.ai/v1/listings
  6. Explore — open the API Reference tab above to see all endpoints, or check out MCP to connect your AI assistant.

Authentication

All requests require an X-API-Key header. Keys are scoped — you control exactly which resources each key can access.

http GET https://connect.prohost.ai/v1/reservations HTTP/1.1 X-API-Key: ph_live_YOUR_KEY

Rate limits are returned in response headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.

By using the API or MCP server you agree to our privacy policy.