Overview
The Crewship API allows you to programmatically:- Trigger and monitor runs
- Stream real-time events
- Manage threads for stateful conversations
- Store and query structured data tables
Base URL
Authentication
All API requests require authentication using an API key:Getting an API Key
- Open the Crewship Console
- Go to Settings → API Keys
- Click Create API Key
- Copy and store the key securely
Request Format
Headers
Request Body
POST requests accept JSON:Response Format
Success Responses
Responses return JSON objects directly:List Responses
List endpoints return arrays under a named key:Error Responses
HTTP Status Codes
SDKs
TypeScript
Coming soon
Python
Coming soon
Go
Coming soon
API Endpoints
Runs
Trigger and monitor runs
Threads
Stateful conversation threads
Tables
Structured table storage and row operations