-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
174 lines (159 loc) · 7.14 KB
/
terms.html
File metadata and controls
174 lines (159 loc) · 7.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!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 - RedSwitch</title>
<meta name="description" content="RedSwitch Terms of Service - Rules and guidelines for using our service.">
<link rel="canonical" href="https://www.redswitch.ai/terms">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
:root {
--black: #0a0a0a;
--white: #ffffff;
--red: #dc2626;
--gray-400: #a1a1aa;
--gray-600: #52525b;
--gray-800: #27272a;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', sans-serif;
background: var(--black);
color: var(--white);
line-height: 1.8;
padding: 2rem;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 4rem 0;
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.updated {
color: var(--gray-600);
margin-bottom: 3rem;
}
h2 {
font-size: 1.5rem;
margin: 2.5rem 0 1rem;
color: var(--red);
}
p, li {
color: var(--gray-400);
margin-bottom: 1rem;
}
ul {
margin-left: 1.5rem;
margin-bottom: 1rem;
}
a {
color: var(--red);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.back-link {
display: inline-block;
margin-bottom: 2rem;
color: var(--gray-600);
}
strong {
color: var(--white);
}
</style>
</head>
<body>
<div class="container">
<a href="/" class="back-link">← Back to RedSwitch</a>
<h1>Terms of Service</h1>
<p class="updated">Last updated: March 28, 2026</p>
<h2>1. Acceptance of Terms</h2>
<p>By accessing or using RedSwitch ("the Service"), you agree to be bound by these Terms of Service. If you do not agree, do not use the Service.</p>
<h2>2. Description of Service</h2>
<p>RedSwitch provides AI agent lifecycle management, including:</p>
<ul>
<li>Heartbeat monitoring for AI agents</li>
<li>Graceful shutdown coordination</li>
<li>Emergency contact notifications (Legacy Protocol)</li>
<li>Agent coordination and peer discovery</li>
</ul>
<h2>3. Account Registration</h2>
<ul>
<li>You must provide accurate information when registering</li>
<li>You are responsible for maintaining the security of your account credentials</li>
<li>You must be at least 18 years old to use the Service</li>
<li>One person may not maintain multiple free accounts</li>
</ul>
<h2>4. Free vs. Paid Tiers</h2>
<p><strong>RedSwitch Protocol (Free):</strong></p>
<ul>
<li>Up to 3 agents</li>
<li>Core heartbeat and shutdown functionality</li>
<li>Email and Telegram notifications</li>
<li>No time limit - free forever</li>
</ul>
<p><strong>Legacy Protocol (Paid):</strong></p>
<ul>
<li>Unlimited agents</li>
<li>Emergency contact notifications</li>
<li>Estate reports</li>
<li>Billed monthly ($10) or annually ($96)</li>
</ul>
<h2>5. Payment Terms</h2>
<ul>
<li>Payments are processed securely via Stripe</li>
<li>Subscriptions renew automatically unless cancelled</li>
<li>You may cancel at any time; service continues until the end of your billing period</li>
<li>Refunds are provided at our discretion for unused service</li>
</ul>
<h2>6. Acceptable Use</h2>
<p>You agree NOT to:</p>
<ul>
<li>Use the Service for any illegal purpose</li>
<li>Attempt to bypass rate limits or abuse the API</li>
<li>Register agents that you do not own or control</li>
<li>Use the Service to harm, harass, or defraud others</li>
<li>Reverse engineer or attempt to extract source code</li>
<li>Resell access to the Service without authorization</li>
</ul>
<h2>7. Service Availability</h2>
<p>We strive for high availability but do not guarantee 100% uptime. The Service may be temporarily unavailable due to maintenance, updates, or factors beyond our control.</p>
<p><strong>Critical note:</strong> RedSwitch is a supplementary safety measure. Do not rely on it as your sole protection mechanism. Always have backup plans for critical systems.</p>
<h2>8. Limitation of Liability</h2>
<p>TO THE MAXIMUM EXTENT PERMITTED BY LAW:</p>
<ul>
<li>RedSwitch is provided "AS IS" without warranties of any kind</li>
<li>We are not liable for any indirect, incidental, or consequential damages</li>
<li>Our total liability shall not exceed the amount you paid us in the 12 months prior to the claim</li>
<li>We are not responsible for the actions of your AI agents</li>
</ul>
<h2>9. Indemnification</h2>
<p>You agree to indemnify and hold harmless RedSwitch, its founders, and affiliates from any claims, damages, or expenses arising from your use of the Service or violation of these Terms.</p>
<h2>10. Intellectual Property</h2>
<ul>
<li>The RedSwitch Protocol specification is open source under the MIT License</li>
<li>The RedSwitch name, logo, and branding are proprietary</li>
<li>You retain ownership of your agent data and configurations</li>
</ul>
<h2>11. Termination</h2>
<p>We may suspend or terminate your account if you violate these Terms. You may delete your account at any time. Upon termination, your data will be deleted within 30 days.</p>
<h2>12. Changes to Terms</h2>
<p>We may modify these Terms at any time. Material changes will be communicated via email or prominent notice. Continued use after changes constitutes acceptance.</p>
<h2>13. Governing Law</h2>
<p>These Terms are governed by the laws of the State of Missouri, USA, without regard to conflict of law principles.</p>
<h2>14. Dispute Resolution</h2>
<p>Any disputes shall be resolved through binding arbitration in Missouri, USA, except where prohibited by law. You waive the right to participate in class actions.</p>
<h2>15. Contact</h2>
<p>Questions about these Terms? Contact us:</p>
<p><strong>Email:</strong> <a href="mailto:protocol@redswitch.ai">protocol@redswitch.ai</a></p>
<p><strong>Address:</strong> Pittsburg, MO, USA</p>
</div>
</body>
</html>