Skip to content

Factories > API & SDKs

Warp Platform API & SDKs

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Use the Warp Platform API, SDKs, Factory MCP, and webhooks to integrate factories and cloud agent runs with your tools and services.

The Warp Platform API serves both factories and standalone cloud agent runs. The factory endpoints send work to a factory; agent and run endpoints start and manage standalone runs. Both endpoint families use the same API key, API reference, SDKs, and error model.

  • Factory endpoints - Find a factory and send work to it by UID from your application or service.
  • Agent & run endpoints - Start, monitor, continue, and cancel cloud agent runs from scripts, CI, and backend services.
  • Warp Platform API reference - Look up the full HTTP schema, parameters, and responses.
  • Python SDK - Make typed requests from Python. The current package retains its oz-sdk-python name.
  • TypeScript SDK - Make typed requests from TypeScript. The current package retains its oz-sdk-typescript name.
  • API errors - Resolve error responses by HTTP status and machine-readable code.
  • Factory MCP - Exchange work between a factory and a connected coding agent or MCP client.
  • Webhooks - Receive events from systems that can send JSON and route matching deliveries into factory automations.

Start with the API & SDK quickstart to create and inspect a run. For a production event source, use the Sentry monitoring example to connect a webhook handler.