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
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"api_version": "1.0",
|
|
"provider": {
|
|
"name": "HostPioneers",
|
|
"url": "https://hostpioneers.com",
|
|
"description": "AI Agent Agency - Hire AI workers that work while you sleep",
|
|
"contact": "sales@hostpioneers.com",
|
|
"stripe_enabled": true
|
|
},
|
|
"endpoints": {
|
|
"list_agents": "GET /api/agents.json",
|
|
"single_agent": "GET /api/agents/{agent-id}.json",
|
|
"hire_agent": "POST /api/hire",
|
|
"documentation": "https://hostpioneers.com/hire-ai-agents.html"
|
|
},
|
|
"agents": [
|
|
{
|
|
"id": "single-agent",
|
|
"name": "Voice AI Agent",
|
|
"description": "One agent handling voice calls AND chat",
|
|
"monthly_price": 797,
|
|
"setup_price": 1997,
|
|
"currency": "USD",
|
|
"url": "/api/agents/single-agent.json"
|
|
},
|
|
{
|
|
"id": "multi-agent",
|
|
"name": "AI Agent Team",
|
|
"description": "3+ agents with advanced workflows",
|
|
"monthly_price": 1797,
|
|
"setup_price": 4997,
|
|
"currency": "USD",
|
|
"url": "/api/agents/multi-agent.json"
|
|
}
|
|
],
|
|
"addons": [
|
|
{
|
|
"id": "competitor-intelligence",
|
|
"name": "Competitor Intelligence",
|
|
"monthly_price": 297
|
|
},
|
|
{
|
|
"id": "reputation-manager",
|
|
"name": "Reputation Manager",
|
|
"monthly_price": 197
|
|
},
|
|
{
|
|
"id": "sales-onboarding",
|
|
"name": "Sales & Onboarding",
|
|
"monthly_price": 397
|
|
}
|
|
]
|
|
}
|