Deploying Your AI Agent

Using Render.com

AIFlow supports quick deployment via background workers on Render:

  1. Creating a Background Worker

    • Deploy using Render’s Background Workers.

  2. Select Your Repository

    • Link your GitHub account and choose the repository you created.

  3. Set Environment Variables

    • In the Render dashboard, add environment variables corresponding to your .env file.

  4. Deploy

    • Render will install dependencies and start your AIFlow agent. Verify logs to ensure everything is running smoothly.

Last updated