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:
@@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Terms of Service - HostPioneers</title>
|
||||
<style>
|
||||
body { font-family: 'Inter', sans-serif; line-height: 1.8; max-width: 800px; margin: 0 auto; padding: 2rem; background: #0f172a; color: #fff; }
|
||||
h1 { color: #4169e1; margin-bottom: 2rem; }
|
||||
h2 { color: #5bc0de; margin-top: 2rem; }
|
||||
p, li { color: #94a3b8; }
|
||||
a { color: #5bc0de; }
|
||||
.warning { background: rgba(245, 158, 11, 0.1); border: 1px solid #f59e0b; padding: 1rem; border-radius: 8px; margin: 2rem 0; }
|
||||
.back { display: inline-block; margin-bottom: 2rem; color: #5bc0de; text-decoration: none; }
|
||||
@media(max-width:768px){body{padding:1rem}.container{max-width:100%}h1{font-size:1.8rem}h2{font-size:1.3rem}}</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/" class="back">← Back to Home</a>
|
||||
<h1>Terms of Service</h1>
|
||||
<p>Last updated: March 17, 2026</p>
|
||||
|
||||
<h2>1. Acceptance of Terms</h2>
|
||||
<p>By accessing and using HostPioneers services, you accept and agree to be bound by the terms and provisions of this agreement.</p>
|
||||
|
||||
<h2>2. Services Provided</h2>
|
||||
<p>HostPioneers provides AI-powered solutions including but not limited to:</p>
|
||||
<ul>
|
||||
<li>Voice AI Agents</li>
|
||||
<li>Chat AI Agents</li>
|
||||
<li>Content Creation Agents</li>
|
||||
<li>Operations Automation</li>
|
||||
<li>Competitor Intelligence</li>
|
||||
<li>Reputation Management</li>
|
||||
<li>Sales Follow-Up Automation</li>
|
||||
</ul>
|
||||
|
||||
<h2>3. User Responsibilities</h2>
|
||||
<p>You agree to:</p>
|
||||
<ul>
|
||||
<li>Provide accurate information</li>
|
||||
<li>Maintain the security of your account</li>
|
||||
<li>Not use our services for any unlawful purpose</li>
|
||||
<li>Not attempt to gain unauthorized access to our systems</li>
|
||||
</ul>
|
||||
|
||||
<h2>4. Payment Terms</h2>
|
||||
<p>Subscription fees are billed monthly or annually as selected. All fees are non-refundable unless otherwise specified in writing.</p>
|
||||
|
||||
<h2>5. Intellectual Property</h2>
|
||||
<p>All content, designs, and materials on our website are the intellectual property of HostPioneers and may not be reproduced without permission.</p>
|
||||
|
||||
<h2>6. Limitation of Liability</h2>
|
||||
<p>HOSTPIONEERS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF OUR SERVICES.</p>
|
||||
|
||||
<h2>7. Service Level</h2>
|
||||
<p>We strive to maintain 99.9% uptime but do not guarantee uninterrupted service. Scheduled maintenance may occur with prior notice.</p>
|
||||
|
||||
<h2>8. Termination</h2>
|
||||
<p>We reserve the right to terminate services at any time for violation of these terms.</p>
|
||||
|
||||
<h2>9. Contact</h2>
|
||||
<p>Questions? Contact us at legal@hostpioneers.com</p>
|
||||
|
||||
<div class="warning">
|
||||
<strong>⚠️ AI EXPERIMENTAL - USE AT YOUR OWN RISK:</strong>
|
||||
<p>Our AI-powered services are experimental in nature. While we use industry-standard practices to develop and maintain our AI systems, they may produce inaccurate, incomplete, or unexpected results. You acknowledge that:</p>
|
||||
<ul>
|
||||
<li>AI outputs should be reviewed by humans before critical decisions</li>
|
||||
<li>We do not warrant the accuracy or reliability of AI-generated content</li>
|
||||
<li>You use AI services entirely at your own risk</li>
|
||||
<li>We are not liable for any damages resulting from AI-generated outputs</li>
|
||||
<li>You are responsible for validating AI outputs for your specific use case</li>
|
||||
</ul>
|
||||
<p>By using our AI services, you accept full responsibility for any outcomes resulting from AI-generated content, recommendations, or actions.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user