Skip to content

Commit 09ffdd5

Browse files
author
Neo
committed
chore: migrate domain from openmatrix.io to openmatrix-ai.com
All URLs, emails, and references updated across web, runtime, scripts, CI workflows, and documentation.
1 parent edc45f8 commit 09ffdd5

11 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github: [ItsDardanRexhepi]
22
open_collective: openmatrix
3-
custom: ["https://openmatrix.io/sponsor"]
3+
custom: ["https://openmatrix-ai.com/sponsor"]

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
If you discover a security vulnerability in 0pnMatrx, do not open a public GitHub issue.
66

7-
Email: security@openmatrix.io
7+
Email: security@openmatrix-ai.com
88

99
Include:
1010
- A description of the vulnerability

.github/SPONSORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For organizations that rely on 0pnMatrx at scale and want a direct line to the t
4848

4949
**What you get:**
5050
- Everything in Builder
51-
- Your logo featured on the 0pnMatrx landing page at openmatrix.io
51+
- Your logo featured on the 0pnMatrx landing page at openmatrix-ai.com
5252
- A dedicated Slack channel with the core development team for real-time support and collaboration
5353
- A quarterly roadmap call where you review upcoming features, provide input, and align our priorities with yours
5454
- Attribution in release announcements and changelogs
@@ -73,6 +73,6 @@ For visionary organizations that want to be permanently woven into the story of
7373

7474
- **GitHub Sponsors:** [github.com/sponsors/ItsDardanRexhepi](https://github.com/sponsors/ItsDardanRexhepi)
7575
- **Open Collective:** [opencollective.com/openmatrix](https://opencollective.com/openmatrix)
76-
- **Custom arrangements:** [openmatrix.io/sponsor](https://openmatrix.io/sponsor)
76+
- **Custom arrangements:** [openmatrix-ai.com/sponsor](https://openmatrix-ai.com/sponsor)
7777

78-
For questions about sponsorship, reach out at sponsor@openmatrix.io or open a discussion on GitHub.
78+
For questions about sponsorship, reach out at sponsor@openmatrix-ai.com or open a discussion on GitHub.

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
branch: chore/changelog-${{ steps.version.outputs.label }}
7979
base: main
8080
delete-branch: true
81-
author: "Neo <neo@openmatrix.io>"
82-
committer: "Neo <neo@openmatrix.io>"
81+
author: "Neo <neo@openmatrix-ai.com>"
82+
committer: "Neo <neo@openmatrix-ai.com>"

gateway/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ info:
2222
version: "1.0.0"
2323
contact:
2424
name: 0pnMatrx engineering
25-
url: https://openmatrix.io
25+
url: https://openmatrix-ai.com
2626
license:
2727
name: Proprietary
2828

2929
servers:
3030
- url: http://localhost:8000
3131
description: Local development
32-
- url: https://api.openmatrix.io
32+
- url: https://api.openmatrix-ai.com
3333
description: Production gateway
3434

3535
# ---------------------------------------------------------------------------

opencollective.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"collective": "openmatrix",
3-
"website": "https://openmatrix.io",
3+
"website": "https://openmatrix-ai.com",
44
"description": "Free, open source AI agent platform built for the people",
55
"tags": ["ai", "blockchain", "open-source", "agents", "defi"],
66
"currency": "USD"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616
license = { file = "LICENSE" }
1717
requires-python = ">=3.9"
1818
authors = [
19-
{ name = "Neo", email = "neo@openmatrix.io" },
19+
{ name = "Neo", email = "neo@openmatrix-ai.com" },
2020
]
2121
keywords = ["blockchain", "agents", "react", "sqlite", "gateway"]
2222
classifiers = [

runtime/badges/badge_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
_BADGE_VALIDITY_SECONDS = 365 * 86400 # 1 year
2020
_PASSING_STATUSES = ("passed", "pass", "clean")
21-
_VERIFICATION_BASE = "https://openmatrix.io/badge"
22-
_API_BASE = "https://api.openmatrix.io"
21+
_VERIFICATION_BASE = "https://openmatrix-ai.com/badge"
22+
_API_BASE = "https://api.openmatrix-ai.com"
2323

2424

2525
class BadgeManager:

web/badge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
}
425425

426426
// Embed code
427-
var embedCode = '<script src="https://api.openmatrix.io/badge/widget.js" data-badge="' + esc(data.badge_id) + '"><\/script>';
427+
var embedCode = '<script src="https://api.openmatrix-ai.com/badge/widget.js" data-badge="' + esc(data.badge_id) + '"><\/script>';
428428
document.getElementById("embedCode").textContent = embedCode;
429429

430430
// Report link

web/privacy.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>2. How We Use Your Information</h2>
123123

124124
<h2>3. How We Store Your Information</h2>
125125

126-
<p><strong>On-Premise Storage.</strong> All user data is stored in an encrypted SQLite database on the server running the 0pnMatrx gateway. For self-hosted instances, data never leaves your infrastructure. For the hosted service at openmatrix.io, data is stored on infrastructure controlled by the Platform operator.</p>
126+
<p><strong>On-Premise Storage.</strong> All user data is stored in an encrypted SQLite database on the server running the 0pnMatrx gateway. For self-hosted instances, data never leaves your infrastructure. For the hosted service at openmatrix-ai.com, data is stored on infrastructure controlled by the Platform operator.</p>
127127

128128
<p><strong>Encryption.</strong> The SQLite database uses AES-256-GCM encryption at rest. All API communication is encrypted in transit via TLS 1.3.</p>
129129

@@ -165,18 +165,18 @@ <h2>7. Your Rights</h2>
165165
<p>You have the right to:</p>
166166
<ul>
167167
<li><strong>Access your data.</strong> Request a copy of all data associated with your wallet address.</li>
168-
<li><strong>Delete your data.</strong> Request deletion of your conversation history, referral records, certification records, and subscription data. Contact <a href="mailto:support@openmatrix.io">support@openmatrix.io</a> with your wallet address.</li>
168+
<li><strong>Delete your data.</strong> Request deletion of your conversation history, referral records, certification records, and subscription data. Contact <a href="mailto:support@openmatrix-ai.com">support@openmatrix-ai.com</a> with your wallet address.</li>
169169
<li><strong>Export your data.</strong> Enterprise subscribers can export conversation logs and audit reports via the API.</li>
170170
<li><strong>Withdraw consent.</strong> Stop using the platform at any time. Self-hosted instances give you complete control over your data.</li>
171171
</ul>
172172

173173
<p>Note: We cannot delete data that has been recorded on the blockchain, as blockchain records are immutable by design. Deletion requests apply only to off-chain data stored in our databases.</p>
174174

175-
<p>To exercise any of these rights, email <a href="mailto:support@openmatrix.io">support@openmatrix.io</a> from any address, including your wallet address for identification. We will respond within 30 days.</p>
175+
<p>To exercise any of these rights, email <a href="mailto:support@openmatrix-ai.com">support@openmatrix-ai.com</a> from any address, including your wallet address for identification. We will respond within 30 days.</p>
176176

177177
<h2>8. Children's Privacy</h2>
178178

179-
<p>The Platform is not intended for children under the age of 13. We do not knowingly collect personal information from children under 13. If you believe a child under 13 has provided us with personal information, please contact <a href="mailto:privacy@openmatrix.io">privacy@openmatrix.io</a> and we will promptly delete it.</p>
179+
<p>The Platform is not intended for children under the age of 13. We do not knowingly collect personal information from children under 13. If you believe a child under 13 has provided us with personal information, please contact <a href="mailto:privacy@openmatrix-ai.com">privacy@openmatrix-ai.com</a> and we will promptly delete it.</p>
180180

181181
<p>Users between 13 and 18 may use the Platform with parental or guardian consent. Financial services involving real assets should only be used by individuals who are legally permitted to enter into financial transactions in their jurisdiction.</p>
182182

@@ -205,7 +205,7 @@ <h2>11. Security</h2>
205205
<li>No plaintext storage of secrets in configuration files (enforced in production mode)</li>
206206
</ul>
207207

208-
<p>No system is perfectly secure. If you discover a vulnerability, please report it to <a href="mailto:security@openmatrix.io">security@openmatrix.io</a>.</p>
208+
<p>No system is perfectly secure. If you discover a vulnerability, please report it to <a href="mailto:security@openmatrix-ai.com">security@openmatrix-ai.com</a>.</p>
209209

210210
<h2>12. Open Source Verification</h2>
211211

@@ -225,9 +225,9 @@ <h2>14. Contact</h2>
225225

226226
<p>For privacy-related inquiries:</p>
227227
<ul>
228-
<li><strong>Privacy:</strong> <a href="mailto:privacy@openmatrix.io">privacy@openmatrix.io</a></li>
229-
<li><strong>General support:</strong> <a href="mailto:support@openmatrix.io">support@openmatrix.io</a></li>
230-
<li><strong>Security issues:</strong> <a href="mailto:security@openmatrix.io">security@openmatrix.io</a></li>
228+
<li><strong>Privacy:</strong> <a href="mailto:privacy@openmatrix-ai.com">privacy@openmatrix-ai.com</a></li>
229+
<li><strong>General support:</strong> <a href="mailto:support@openmatrix-ai.com">support@openmatrix-ai.com</a></li>
230+
<li><strong>Security issues:</strong> <a href="mailto:security@openmatrix-ai.com">security@openmatrix-ai.com</a></li>
231231
<li><strong>GitHub:</strong> <a href="https://github.com/ItsDardanRexhepi/0pnMatrx">github.com/ItsDardanRexhepi/0pnMatrx</a></li>
232232
</ul>
233233

0 commit comments

Comments
 (0)