You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms/llms-full.txt
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# XMTP Full Documentation
2
2
3
-
Generated at 11:30 PM UTC / September 10, 2025
3
+
Generated at 08:42 PM UTC / September 11, 2025
4
4
5
5
## Instructions for AI Tools
6
6
@@ -220,15 +220,21 @@ Here are some security best practices:
220
220
221
221
This section covers how to deploy an agent using Railway—a platform many developers prefer for quickly and easily deploying agents. While this tutorial focuses on Railway, you can use any hosting provider that supports Node.js and environment variables.
222
222
223
-
Alternative platforms include:
223
+
Alternative platforms include:
224
224
225
-
- Heroku
226
-
- Fly.io
227
-
- Render
228
-
- Vercel
225
+
- [Fly.io](https://fly.io/)
226
+
- [Heroku](https://www.heroku.com/)
227
+
- [Render](https://render.com/)
228
+
- [Vercel](https://vercel.com)
229
229
230
230
Want to contribute a deployment guide for another platform? We welcome [pull requests](https://github.com/xmtp/docs-xmtp-org/blob/main/README.md)!
231
231
232
+
:::tip
233
+
234
+
The XMTP Node SDK has been tested on Ubuntu distributions only. While other Debian-based distributions may work, compatibility is not guaranteed.
235
+
236
+
:::
237
+
232
238
## 1. Create a Railway account
233
239
234
240
Sign up for an account at [Railway](https://railway.app/) if you don't already have one.
0 commit comments