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
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|