Deploy CrewAI crews and workflows to production
Crewship is the easiest way to host your CrewAI multi-agent systems. Deploy with a single command, get a production API endpoint, and let us handle the infrastructure.
One-Command Deploy
Deploy with `crewship deploy`. No Docker or Kubernetes required.
Real-time Streaming
Watch agents execute live with Server-Sent Events.
Artifact Storage
Crews write files to artifacts/. Reports, data, images — collected and downloadable via API.
Slack Integration
@mention for conversations, slash commands for one-shot runs.
Auto-scaling
Scale to zero when idle, scale up automatically under load.
Secure by Default
Isolated environments and encrypted secrets management.
Deploy in one command
Run crewship deploy and you're live. Crewship detects your CrewAI project, builds a container, and gives you a production API endpoint.
- Works with any CrewAI project structure
- Automatic dependency detection
- Secure secrets injection at runtime
$ crewship deploy
📦 Packaging crew...
⬆️ Uploading build context...
🔨 Building image...
✅ Deployed successfully!
Deployment: dep_abc123xyz
Version: 1
Console: console.crewship.dev/deployments/dep_abc123xyzTwo APIs for every use case
Every deployment comes with two API modes. Use the Runs API for stateless, one-shot executions. Use the Threads API for multi-turn conversations that remember context across messages.
- Runs — fire-and-forget tasks like research, analysis, and content generation
- Threads — persistent state for chatbots, support agents, and iterative workflows
- Real-time streaming, webhook callbacks, and token authentication
curl -X POST https://api.crewship.dev/v1/runs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"deployment_id": "dep_abc123",
"input": { "topic": "AI agents" }
}'Full visibility
Monitor every agent run
The Crewship console gives you complete visibility into your agent deployments, runs, and outputs.
Overview of runs and artifacts
Add your crews to Slack
Connect any deployed crew or workflow to Slack in minutes. Your team can interact with AI agents directly from Slack channels — no custom code required.
- @mention the bot for threaded conversations with full context
- Slash commands to trigger one-shot runs from any channel
- Connect via Settings with a pre-configured Slack app
@Crewship What's our refund policy for enterprise customers?
Enterprise customers are eligible for a full refund within the first 30 days. After that, refunds are prorated based on remaining contract term...
How does Crewship compare to CrewAI AMP?
CrewAI AMP is CrewAI's official hosting platform. Crewship is an independent alternative built for developers who want more runs, transparent pricing, and a CLI-first workflow.
What is CrewAI?
CrewAI is a Python framework for building multi-agent AI systems. It lets you create teams of AI agents that collaborate on complex tasks like research, content creation, and data analysis.
Each agent has a role, goal, and tools. They work together, delegating tasks and sharing information to produce high-quality outputs that would be difficult for a single AI to achieve.
Crewship handles the production infrastructure for CrewAI: deployment, scaling, monitoring, and security. You focus on building great crews, we handle the rest.
Read our complete guide to CrewAI to learn about agents, tasks, crews, and more.
Ready to deploy your CrewAI crew?
Get started for free. No credit card required.