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:
2026-03-19 17:17:02 +01:00
commit 1b56aed681
22 changed files with 1885 additions and 0 deletions
+18
View File
@@ -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"
}
]
}