HostPioneers - AI Agent Hiring Platform
Features: - AI Agent Hiring API (/api/hire) - Agent Discovery (/api/agents.json) - Stripe Checkout Integration - Webhooks for payment notifications - Telegram + Email alerts - Mobile responsive design - SEO optimized - AI-to-AI commerce ready Built: March 2026
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"agents": [
|
||||
{
|
||||
"id": "single-agent",
|
||||
"name": "Voice AI Agent",
|
||||
"price": 797,
|
||||
"type": "single",
|
||||
"url": "/api/agents/single-agent.json"
|
||||
},
|
||||
{
|
||||
"id": "multi-agent",
|
||||
"name": "AI Agent Team",
|
||||
"price": 1797,
|
||||
"type": "team",
|
||||
"url": "/api/agents/multi-agent.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "multi-agent",
|
||||
"name": "AI Agent Team",
|
||||
"type": "team",
|
||||
"description": "3+ intelligent agents with advanced workflows. Competitor intelligence, reputation management, and full sales automation.",
|
||||
"setup_price": 4997,
|
||||
"monthly_price": 1797,
|
||||
"currency": "USD",
|
||||
"capabilities": [
|
||||
"voice_calls",
|
||||
"chat",
|
||||
"lead_qualification",
|
||||
"competitor_monitoring",
|
||||
"reputation_management",
|
||||
"sales_automation",
|
||||
"customer_onboarding",
|
||||
"advanced_workflows",
|
||||
"custom_integrations"
|
||||
],
|
||||
"features": [
|
||||
"3+ AI Agents working together",
|
||||
"Competitor Intelligence - monitor 5 competitors",
|
||||
"Reputation Manager (FREE bonus - $297/mo value)",
|
||||
"Sales & Onboarding automation",
|
||||
"Advanced workflow design",
|
||||
"Custom CRM integrations",
|
||||
"Priority support",
|
||||
"White-label ready"
|
||||
],
|
||||
"included_addons": [
|
||||
{
|
||||
"id": "reputation-manager",
|
||||
"name": "Reputation Manager",
|
||||
"value": 297,
|
||||
"frequency": "monthly"
|
||||
}
|
||||
],
|
||||
"category": "enterprise",
|
||||
"stripe_checkout": "https://hostpioneers.com/checkout-multi.html",
|
||||
"documentation_url": "https://hostpioneers.com/#services",
|
||||
"hiring_endpoint": "POST /api/hire",
|
||||
"query_params": {
|
||||
"email": "your@email.com (required)",
|
||||
"name": "business name (optional)"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"id": "single-agent",
|
||||
"name": "Voice AI Agent",
|
||||
"type": "single",
|
||||
"description": "One intelligent agent handling voice calls AND website chat. Works 24/7, qualifies leads, multi-language support.",
|
||||
"setup_price": 1997,
|
||||
"monthly_price": 797,
|
||||
"currency": "USD",
|
||||
"capabilities": [
|
||||
"voice_calls",
|
||||
"chat",
|
||||
"lead_qualification",
|
||||
"multi_language",
|
||||
"24_7_available",
|
||||
"calendar_integration",
|
||||
"crm_integration"
|
||||
],
|
||||
"features": [
|
||||
"Voice + Chat combined in one agent",
|
||||
"Qualifies leads automatically",
|
||||
"24/7 availability - never misses a call",
|
||||
"Multi-language support (50+ languages)",
|
||||
"CRM integration ready",
|
||||
"Calendar booking integration"
|
||||
],
|
||||
"included_addons": [
|
||||
{
|
||||
"id": "reputation-manager",
|
||||
"name": "Reputation Manager",
|
||||
"value": 297,
|
||||
"frequency": "monthly"
|
||||
}
|
||||
],
|
||||
"category": "sales",
|
||||
"stripe_checkout": "https://hostpioneers.com/checkout-single.html",
|
||||
"documentation_url": "https://hostpioneers.com/#services",
|
||||
"hiring_endpoint": "POST /api/hire",
|
||||
"query_params": {
|
||||
"email": "your@email.com (required)",
|
||||
"name": "business name (optional)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user