Prerequisites
Before you begin, make sure you have:- A Crewship account (sign up here)
- An agent project ready to deploy — CrewAI, LangGraph, or LangGraph.js
Install the CLI
- macOS / Linux
- Windows
Authenticate
Login to connect the CLI to your Crewship account:Add Crewship Configuration
Crewship currently supports CrewAI, LangGraph, and LangGraph.js. If you already have a project in one of these frameworks, you can deploy it on Crewship. If you want to deploy an agent built with a framework that we don’t (yet) support, please send us a message at mail@crewship.dev so we can prioritize it! Initialize acrewship.toml file in your project:
- CrewAI
- LangGraph
- LangGraph.js
Deploy
Deploy your crew with a single command:Invoke Your Agent
Run your deployed agent:Stream Events
Watch your agent execute in real-time:View in Console
Open the Crewship Console to:- View run history and logs
- Download artifacts
- Manage environment variables
- Monitor usage and costs
Next Steps
Core Concepts
Understand deployments, runs, and artifacts
CLI Reference
Explore all CLI commands
Environment Variables
Configure secrets and API keys
Streaming Guide
Real-time event streaming in depth