Skip to main content

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.

Supported Frameworks

FrameworkLanguageFramework ID
CrewAIPythoncrewai
LangGraphPythonlanggraph
LangGraph.jsTypeScript / JavaScriptlanggraph-js

How It Works

Crewship abstracts away infrastructure complexity so you can focus on building great AI agents:
1

Write your agent

Build your agent locally using your framework of choice — CrewAI, LangGraph, or LangGraph.js
2

Deploy with one command

Run crewship deploy to build, package, and deploy your agent to the cloud
3

Invoke and stream

Trigger runs via CLI, API, or Console with real-time event streaming

Next Steps