- Make sure you are in the
agent-infra-railwaydirectory. If you are not, run the following command:
- Install the Railway CLI (More details here):
- Login to your Railway account:
OPENAI_API_KEY environment variable.
- Run the deployment script:
- Monitor the deployment (Optional):
- Access the application via the Railway UI:
-
In the CLI, you will see the domain of your application. Click on it to access your AgentOS FastAPI server. You can navigate to
<railway-domain>/docsto access the API documentation. - On Agno AgentOS UI, connect your OS with the domain you just created.
- Open the Agno AgentOS UI.
- Connect your OS with
<railway-domain>as the endpoint.
Updating your Railway Deployment
To update your Railway deployment, you can run the following command after making changes to the application:terminal
Stopping your Railway Deployment
To stop your Railway deployment, you can run the following command:terminal