Skip to main content
RudderStack Transformation logo

RudderStack Transformation

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

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

RudderStack Transformation authenticates with basic authentication credentials. Generate the credential in your RudderStack Transformation account, then paste it into FlyMyAI the first time an agent uses a RudderStack Transformation action.

Get your RudderStack Transformation credential →

Fields to fill in FlyMyAI

FieldDetails
RegionSelect your RudderStack region: US (api.rudderstack.com) or EU (api.eu.rudderstack.com) (required)
Email AddressYour RudderStack account email address (e.g., name@surname.com) (required)
Personal Access TokenYour RudderStack Personal Access Token or Service Access Token. Generate from Settings > Your Profile > Account > Personal access tokens (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
RUDDERSTACK_TRANSFORMATION_CREATE_LIBRARYTool 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.name, code, language
RUDDERSTACK_TRANSFORMATION_CREATE_TRANSFORMATIONTool 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.language, name, description, code
RUDDERSTACK_TRANSFORMATION_DELETE_TRANSFORMATIONDelete 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.id
RUDDERSTACK_TRANSFORMATION_GET_LIBRARYRetrieves a single published library by its unique identifier. Use when you need to fetch details of a specific library.id
RUDDERSTACK_TRANSFORMATION_GET_LIBRARY_VERSIONTool 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.id, versionId
RUDDERSTACK_TRANSFORMATION_GET_TRANSFORMATIONTool 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.id
RUDDERSTACK_TRANSFORMATION_GET_TRANSFORMATION_VERSIONRetrieve 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.id, versionId
RUDDERSTACK_TRANSFORMATION_LIST_LIBRARIESTool to retrieve all published libraries for a workspace. Use when you need to list available libraries for transformations.-
RUDDERSTACK_TRANSFORMATION_LIST_LIBRARY_VERSIONSTool to get all library revisions for a library ID. Use when you need to retrieve all versions of a specific library in RudderStack Transformation.id
RUDDERSTACK_TRANSFORMATION_LIST_TRANSFORMATIONSTool 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_VERSIONSTool to list all transformation versions (revisions) for a given transformation ID. Use when you need to retrieve the version history of a specific transformation.id
RUDDERSTACK_TRANSFORMATION_UPDATE_TRANSFORMATIONTool 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.id
We love our partners - FlyMy.AI builds with the best. Thanks, RudderStack Transformation!