32dots HEIDELBERG AI
Session 5 medium

Go visual + deploy from GitHub (hosted AMP)

LESSONLesson 5 · ~20 min

🎯Goal. Take your code-first crew to the optional hosted platform (CrewAI AMP) and deploy it straight from a GitHub repo.

  1. 1Push your crew to a GitHub repo, then in CrewAI AMP choose Deploy your crews from GitHub and select that repository and branch — no servers to manage by hand.
  2. 2Add the environment variables your crew needs (such as your LLM API key) in the same screen, and optionally tick Automatically deploy new commits so future pushes redeploy.
  3. 3The Basic tier is free and includes the visual editor, an AI copilot and GitHub integration, with 50 workflow executions/month; an Enterprise tier is quote-only for CrewAI-hosted or private infrastructure.
CrewAI AMP deploy screen: a 'Deploy your crews from GitHub' panel with Repository and Branch dropdowns, an 'Automatically deploy new commits' checkbox, and Environment Variables fields
Deploy from GitHub in CrewAI AMP: pick a repository and branch, set environment variables (like your LLM API key), and deploy — optionally redeploying on every new commit. Source: https://docs.crewai.com/en/enterprise/guides/deploy-crew

You'll see. Your local crew connected to a hosted platform that builds and deploys it directly from your GitHub repository.

💳Cost. AMP's Basic tier is free (50 workflow executions/month, visual editor, AI copilot, GitHub integration). Enterprise is custom-quote (50 hours of development/month, hosted or private infra). You still bring your own LLM key — that usage is billed separately.

💡Takeaway. The framework stays code-first and free; AMP is an optional layer that adds a visual editor and one-screen GitHub deploys.