> For the complete documentation index, see [llms.txt](/llms.txt).
> Markdown versions of each page are available by appending .md to any URL.

# Developer tools for Warp Factories

Use APIs, SDKs, webhooks, and MCP to integrate Warp Factories with your services, tools, and development workflows.

Warp Factories provides programmatic interfaces for sending work to a factory, integrating external systems, and inspecting the runs a factory produces.

## Choose an interface

-   **[Factory API](/factories/factory-api/)** - Find a factory and send work to it by UID from your own application or service.
-   **[Oz API & SDK](/factories/api-and-sdk/)** - Create, monitor, and manage cloud agent runs from scripts, CI, and backend services.
-   **[API reference](/api)** - Look up the full HTTP API schema, parameters, and responses.
-   **[Factory MCP](/factories/factory-mcp/)** - Exchange work between a factory and a connected coding agent or MCP client.
-   **[Webhooks](/factories/webhooks/)** - Receive events from systems that can send JSON and route matching deliveries into factory automations.

## Use the API and SDK

Use the API and SDK for typed requests, retries, and error handling. Start with the [API and SDK quickstart](/factories/api-and-sdk/quickstart/) to create and inspect a run, or use the [Sentry monitoring example](/factories/api-and-sdk/demo-sentry-monitoring-with-sdk/) to connect an external event source.

For request errors, see [API troubleshooting](/factories/api-and-sdk/troubleshooting/) and the [API error reference](/factories/api-and-sdk/troubleshooting/errors/).

## Related pages

-   [Connect your factory](/factories/connect-your-factory/) - Choose an integration or direct intake path.
-   [Factory automations](/factories/automations/) - Route events and schedules to factory agents.
-   [Factory dashboard](/factories/factory-dashboard/) - Inspect work items, runs, and factory settings.
