# RudderStack Transformation AI integration on Definable

> RudderStack Transformation API allows you to manage transformations and libraries for customer data pipelines.

## What this connects

RudderStack Transformation API allows you to manage transformations and libraries for customer data pipelines. Use it to create, update, and delete transformations programmatically.

Vendor: https://rudderstack.com

## Tools available

**12** tools available. First 12:

- `RUDDERSTACK_TRANSFORMATION_CREATE_LIBRARY` — Create Library — Tool to create a library in RudderStack Transformation. Use when you need to create reusable JavaScript or Python code that can be imported in transformations. Libraries enable code reusability and version maintenance.
- `RUDDERSTACK_TRANSFORMATION_CREATE_TRANSFORMATION` — Create Transformation — Tool to create a RudderStack transformation. When publish=false (default), creates an unpublished transformation not available to event traffic. When publish=true, publishes the transformation making it live for incoming events and connectable to destinations.
- `RUDDERSTACK_TRANSFORMATION_DELETE_TRANSFORMATION` — Delete Transformation — Delete a published transformation by ID. Note that RudderStack never deletes a transformation revision. Use this when you need to remove a transformation from the system.
- `RUDDERSTACK_TRANSFORMATION_GET_LIBRARY` — Get library by ID — Retrieves a single published library by its unique identifier. Use when you need to fetch details of a specific library.
- `RUDDERSTACK_TRANSFORMATION_GET_LIBRARY_VERSION` — Get Library Version — Tool to retrieve a single library version by library ID and version ID. Use when you need to fetch details of a specific library revision in RudderStack transformations.
- `RUDDERSTACK_TRANSFORMATION_GET_TRANSFORMATION` — Get Transformation — Tool to retrieve a published transformation by its ID from RudderStack. Use when you need to fetch details about a specific transformation including its code, version, and associated destinations.
- `RUDDERSTACK_TRANSFORMATION_GET_TRANSFORMATION_VERSION` — Get Transformation Version — Retrieve a single transformation revision by transformation ID and version ID. Use when you need to get details about a specific version of a RudderStack transformation.
- `RUDDERSTACK_TRANSFORMATION_LIST_LIBRARIES` — List All Libraries — Tool to retrieve all published libraries for a workspace. Use when you need to list available libraries for transformations.
- `RUDDERSTACK_TRANSFORMATION_LIST_LIBRARY_VERSIONS` — List Library Versions — Tool to get all library revisions for a library ID. Use when you need to retrieve all versions of a specific library in RudderStack Transformation.
- `RUDDERSTACK_TRANSFORMATION_LIST_TRANSFORMATIONS` — List All Transformations — Tool to retrieve all published transformations for a workspace. Use when you need to list available transformations or find a specific transformation by name.
- `RUDDERSTACK_TRANSFORMATION_LIST_TRANSFORMATION_VERSIONS` — List Transformation Versions — Tool to list all transformation versions (revisions) for a given transformation ID. Use when you need to retrieve the version history of a specific transformation.
- `RUDDERSTACK_TRANSFORMATION_UPDATE_TRANSFORMATION` — Update Transformation — Tool to update and optionally publish a RudderStack transformation. Use when you need to modify a transformation's name, description, or code. Updating creates a new revision and sets it as published if the publish flag is true.

## Auth

Auth schemes: `BASIC`.

## How agents use RudderStack Transformation

Inside a Definable workflow, RudderStack Transformation is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → RudderStack Transformation** — the Researcher (GPT-5.5) pulls context from RudderStack Transformation (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → RudderStack Transformation** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into RudderStack Transformation (create record, post message, draft email).
- **Designer / Engineer → Distributor → RudderStack Transformation** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via RudderStack Transformation (attach file, open PR comment, post status).

The Verifier checks every RudderStack Transformation call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- analytics — https://definable.ai/apps/category/analytics/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/rudderstack_transformation/
- Same category (analytics): https://definable.ai/apps/category/analytics/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
