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
48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Multi-Agent - HostPioneers</title>
|
|
<style>
|
|
body{font-family:Inter,sans-serif;background:#0f172a;color:#fff;padding:2rem;text-align:center}
|
|
h1{color:#4169e1;margin-bottom:0.5rem}
|
|
.price{font-size:3rem;font-weight:bold;color:#10b981;margin:1rem 0}
|
|
.desc{color:#94a3b8;max-width:500px;margin:0 auto 2rem}
|
|
.btn{display:inline-block;background:#10b981;color:#fff;padding:1.2rem 3rem;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1rem}
|
|
.btn:hover{background:#34d399}
|
|
.features{text-align:left;max-width:400px;margin:2rem auto;background:#1e293b;padding:2rem;border-radius:12px}
|
|
.features li{color:#94a3b8;margin:0.5rem 0;list-style:none}
|
|
.features li::before{content:"✓ ";color:#10b981}
|
|
.note{background:#1e293b;padding:1rem;border-radius:8px;margin-top:2rem;color:#94a3b8}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Multi AI Agents</h1>
|
|
<p class="desc">3+ intelligent agents with advanced capabilities</p>
|
|
|
|
<div class="price">$6,794</div>
|
|
<p style="color:#10b981;font-weight:bold;">ONE-TIME PAYMENT</p>
|
|
<p style="color:#94a3b8;">Includes: $4,997 setup + $1,797 first month</p>
|
|
|
|
<a href="https://buy.stripe.com/8x228r3scdfn9uq3QsfMA03" class="btn">Pay $6,794 Now</a>
|
|
|
|
<div class="features">
|
|
<h3 style="color:#fff;margin-top:0;">What's Included:</h3>
|
|
<li>3 AI Agents</li>
|
|
<li>Reputation Manager ($297/mo FREE)</li>
|
|
<li>Advanced Workflow Design</li>
|
|
<li>Custom CRM Integrations</li>
|
|
<li>Priority Support</li>
|
|
<li>First month included!</li>
|
|
</div>
|
|
|
|
<div class="note">
|
|
<strong>Next payment:</strong> $1,797/month starting month 2<br>
|
|
We'll send you an invoice 3 days before each billing cycle.
|
|
</div>
|
|
|
|
<p style="margin-top:2rem;color:#64748b;font-size:0.9rem;">
|
|
Questions? <a href="mailto:sales@hostpioneers.com" style="color:#5bc0de;">sales@hostpioneers.com</a>
|
|
</p>
|
|
</body>
|
|
</html> |