Skip to content

Commit cb64836

Browse files
humanagentjhaaaa
andauthored
Update deployment guide for agent with compatibility note (#359)
* Update deployment guide for agent with compatibility note Added note about compatibility with Ubuntu distributions and alternative platforms for deploying agents. * jha copyedits * Update docs/pages/agents/deploy-agent.mdx --------- Co-authored-by: Jennifer Hasegawa <5481259+jhaaaa@users.noreply.github.com>
1 parent af383a8 commit cb64836

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/pages/agents/deploy-agent.mdx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
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.
44

5-
Alternative platforms include:
5+
Alternative platforms include:
66

7-
- Heroku
8-
- Fly.io
9-
- Render
10-
- Vercel
7+
- [Fly.io](https://fly.io/)
8+
- [Heroku](https://www.heroku.com/)
9+
- [Render](https://render.com/)
10+
- [Vercel](https://vercel.com)
1111

1212
Want to contribute a deployment guide for another platform? We welcome [pull requests](https://github.com/xmtp/docs-xmtp-org/blob/main/README.md)!
1313

14+
:::tip
15+
16+
The XMTP Node SDK has been tested on Ubuntu distributions only. While other Debian-based distributions may work, compatibility is not guaranteed.
17+
18+
:::
19+
1420
## 1. Create a Railway account
1521

1622
Sign up for an account at [Railway](https://railway.app/) if you don't already have one.

0 commit comments

Comments
 (0)