What is Crewship?
Crewship is a developer-first platform for deploying and running AI agent workflows. It supports CrewAI, LangGraph (Python), and LangGraph.js out of the box, with a consistent deployment and invocation experience across all frameworks.Quick Deploy
Deploy your first agent in under 5 minutes with a single command
Zero Config
Sensible defaults with optional configuration for advanced use cases
Real-time Streaming
Stream agent events and logs in real-time via SSE
Artifacts
Automatic handling and storage of run outputs and generated files
Supported Frameworks
| Framework | Language | Framework ID |
|---|---|---|
| CrewAI | Python | crewai |
| LangGraph | Python | langgraph |
| LangGraph.js | TypeScript / JavaScript | langgraph-js |
How It Works
Crewship abstracts away infrastructure complexity so you can focus on building great AI agents:Write your agent
Build your agent locally using your framework of choice — CrewAI, LangGraph, or LangGraph.js