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: docs/deployment/railway.mdx
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Deploying Bytebot on Railway"
3
3
description: "Comprehensive guide to deploying the full Bytebot stack on Railway using the official 1-click template"
4
4
---
5
5
6
-
> **TL;DR –** Click the button below, add your Anthropic key, and your personal Bytebot instance will be live in ~2 minutes.
6
+
> **TL;DR –** Click the button below, add your AI API key (Anthropic, OpenAI, or Google), and your personal Bytebot instance will be live in ~2 minutes.
7
7
8
8
[](https://railway.com/deploy/bytebot?referralCode=L9lKXQ)
9
9
@@ -35,7 +35,12 @@ All internal traffic flows through Railway’s [private networking](https://docs
35
35
Click the **Deploy on Railway** button above or visit [https://railway.com/deploy/bytebot?referralCode=L9lKXQ](https://railway.com/deploy/bytebot?referralCode=L9lKXQ).
36
36
</Step>
37
37
<Steptitle="2. Configure Environment">
38
-
Railway automatically detects required variables. Paste your **Anthropic API key** into `ANTHROPIC_API_KEY` and keep other defaults.
38
+
Railway automatically detects required variables. Add your AI API key (choose one):
39
+
- **Anthropic**: Paste into `ANTHROPIC_API_KEY` for Claude models
40
+
- **OpenAI**: Paste into `OPENAI_API_KEY` for GPT models
41
+
- **Google**: Paste into `GOOGLE_API_KEY` for Gemini models
42
+
43
+
Keep other defaults as is.
39
44
</Step>
40
45
<Steptitle="3. Kick off the Deployment">
41
46
Press **Deploy**. Railway will pull the pre-built images, create the Postgres database and link all services on a private network.
@@ -73,7 +78,7 @@ All internal traffic flows through Railway’s [private networking](https://docs
73
78
| Symptom | Likely Cause | Fix |
74
79
| ------- | ------------ | ---- |
75
80
| Web UI shows “connecting…” | Desktop not ready or private networking mis-config | Wait for `bytebot-desktop` container to finish starting, or restart service |
76
-
| Agent errors `401 Anthropic`| Missing/invalid API key | Re-enter `ANTHROPIC_API_KEY` in Railway variables |
81
+
| Agent errors `401` or `403`| Missing/invalid API key | Re-enter your AI provider's API key in Railway variables |
77
82
| Slow desktop video | Free Railway plan throttling | Upgrade plan or reduce screen resolution in desktop settings |
0 commit comments