Deploying a Crew on CrewAI Enterprise
Install CrewAI CLI
[tools]
extra ensures you have all deployment dependencies.Authenticate with the Enterprise Platform
Create a Deployment
.env
fileMonitor Deployment Progress
Pushing to GitHub
Connecting GitHub to CrewAI Enterprise
Select the Repository
Set Environment Variables
KEY=VALUE
format (one per line)Deploy Your Crew
_TOKEN
(e.g., MY_API_TOKEN
)_PASSWORD
(e.g., DB_PASSWORD
)_SECRET
(e.g., API_SECRET
)_KEY
in certain contextsGITHUB_USER
, GITHUB_TOKEN
AWS_REGION
, AWS_DEFAULT_REGION
AZURE_AD_TOKEN
AZURE_OPENAI_AD_TOKEN
ENTERPRISE_ACTION_TOKEN
CREWAI_ENTEPRISE_TOOLS_TOKEN
PROVIDER_API_KEY
instead of PROVIDER_TOKEN
/inputs
: Lists the required input parameters/kickoff
: Initiates an execution with provided inputs/status/{kickoff_id}
: Checks the execution status