1b56aed681
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
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"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)"
|
|
}
|
|
}
|