Steps to deploy LLM Observatory (API + Web) to Railway, including the API_INTERNAL_URL gotcha. Use when the user asks to deploy, set up Railway, or configure Railway networking for this project.
Scanned 8/30/2026
Install to Claude Code
npx -y skills add DavidAucancela/llm-observatory --skill deploy-railway --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Deploy Railway?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davidaucancela-deploy-railway)More formats (shields.io, HTML) on the badges page.
---
name: deploy-railway
description: Steps to deploy LLM Observatory (API + Web) to Railway, including the API_INTERNAL_URL gotcha. Use when the user asks to deploy, set up Railway, or configure Railway networking for this project.
---
## Deploy to Railway
1. Fork repo → push to GitHub
2. New Railway project → Add PostgreSQL plugin (auto-injects `DATABASE_URL`)
3. Two services:
- **API** → Root: `packages/api`
- **Web** → Root: `packages/web`, set `API_INTERNAL_URL=http://<service-name>.railway.internal:3001`
4. Enable Private Networking on API service
> **Nota sobre `API_INTERNAL_URL`:** Railway genera el hostname interno a partir del nombre del servicio en el dashboard (ej. `llm-observatory.railway.internal`). El valor por defecto `api.railway.internal` solo funciona si el servicio se llama exactamente `api`. Verifica el nombre real en Railway → servicio API → Settings → Networking.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!