Skip to main content
cd into the agent-infra-aws directory
cd agent-infra-aws
Start your Agent Infra AWS using the following command:
ag infra up
Press Enter to confirm and give a few seconds for the image to download (only the first time). Verify container status and view logs on the docker dashboard.
  • Open localhost:8000/docs to view the FastAPI routes for the AgentOS instance.
  • Open localhost:5432 to view the PostgreSQL database.

Stop Agent Infra AWS

Play around with the AgentOS and stop it using:
ag infra down

Next

When you are happy with your AgentOS, its time to deploy it to AWS!