Skip to main content
Runcrate provides three official SDKs covering different use cases.

Python SDK

pip install runcrate-sdk — sync + async, Pydantic models, auto-retry

TypeScript SDK

npm install @runcrate/sdk — zero deps, native fetch, ESM + CJS

Vercel AI SDK

npm install @runcrate/ai — generateText, streamText, generateImage

Which SDK Should I Use?

Quick Comparison

Authentication

All SDKs use the same API key format. Generate one from your Dashboard.
Pass it directly or set the RUNCRATE_API_KEY environment variable.