Turbot Pipes is an intelligence, automation, and security platform built specifically for DevOps, offering hosted Steampipe database instances, shared dashboards, snapshots, and more.
Turbot Pipes is an intelligence, automation, and security platform built specifically for DevOps, offering hosted Steampipe database instances, shared dashboards, snapshots, and more. On Nagent, Turbot Pipes is exposed as a fully-configurable developer tools integration that any agent can call — 170 actions, and API key authentication. No code is required to wire Turbot Pipes into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Turbot Pipes to automate the kinds of tasks developer tools teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Turbot Pipes into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Turbot Pipes, with input parameters and output schema. Drop these into any step of an agent built in Helix.
TURBOT_PIPES_ACTOR_GETTool to retrieve the authenticated actor. Use when you need details about the currently authenticated actor after obtaining a valid token.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_ACTOR_LIST_ACTIVITYTool to list activities for the authenticated actor. Use when you need detailed activity logs with optional filtering and pagination.
Input parameters
Maximum number of activity records to return.
Query to filter actor activities (e.g., 'action_type=token.create').
Token for fetching the next page of results (from previous response).
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_ACTOR_LIST_CONNECTIONSTool to list connections associated with the authenticated actor. Use after confirming authentication to retrieve the actor's connection list.
Input parameters
Filter by connection type
Maximum number of results to return, must be >=1
Pagination offset, must be >=0
Filter by actor ID
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_ACTOR_LIST_ORGSTool to list organizations associated with the authenticated actor. Use when you have a valid access token.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_ACTOR_LIST_WORKSPACESTool to list workspaces for the authenticated actor. Use when you need to retrieve all workspaces the actor has access to.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_AUTH_LOGIN_TOKEN_EMAIL_CREATETool to start login process by sending a confirmation code to a user's email. Use when initiating a passwordless email login flow.
Input parameters
User's email address to receive the login confirmation code
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_AUTH_SIGNUPTool to create a new user account via signup. Use when registering a new user with their email address.
Input parameters
User's email address for account signup
Optional state parameter for maintaining state across the signup flow
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_CONNECTIONTool to create a new connection for an organization. Use when you need to establish a new connection with a specific plugin (e.g., AWS, GCP, Azure) in an organization.
Input parameters
Mode of the request for creating org connection.
The plugin or connection configuration
The handle name for the connection. Must match pattern ^\[a-z\](?:\[a-z0-9\]\\|_(?=\[a-z0-9\])){0,38}$
The plugin name for the connection
The id of the entity where the connection is stored. Can be either tenant, identity, workspace or connection-folder
The handle of the organization where the connection will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_CONNECTION_FOLDERTool to create a new connection folder for an organization. Use when you need to create a connection folder in an org to organize connections.
Input parameters
Mode enum for the request.
The title of the connection folder. Must match pattern: ^\[a-z\](?:\[a-z0-9\]\\|_(?=\[a-z0-9\])){0,38}$
The id of the parent entity where the connection folder will be created.
The handle of the org for which we want to create a connection folder.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_WORKSPACE_AGGREGATORTool to create an aggregator for a workspace of an organization. Use when you need to add a new aggregator to a specific organization's workspace.
Input parameters
The configuration for the aggregator
The handle of the aggregator. Must start with a lowercase letter, followed by lowercase letters, numbers, or underscores, up to 39 characters total
Plugin name for the aggregator (e.g., 'aws', 'gcp', 'azure')
The handle of the organization to which the workspace belongs
The connections that are a part of the aggregator
The handle of the workspace where the aggregator will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_WORKSPACE_CONNECTIONTool to create a connection on an org workspace or associate an existing org connection to the workspace. Use when you need to create or link a connection to an organization's workspace.
Input parameters
The plugin or connection configuration
The handle for the connection. Must match pattern: ^\[a-z\](?:\[a-z0-9\]\\|_(?=\[a-z0-9\])){0,38}$
The plugin name for the connection
The id of the parent entity where the connection will be stored
The handle of the organization to which the workspace belongs to
The handle of the workspace where the connection will be created or associated
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_WORKSPACE_CONNECTION_FOLDERTool to create a connection folder in a workspace of an organization. Use when you need to organize connections into folders within an org workspace.
Input parameters
Mode for the request.
The title of the connection folder. Must start with a lowercase letter, followed by lowercase letters, numbers, or underscores, up to 39 characters total
The ID of the parent folder where this connection folder will be created
The handle of the organization where the connection folder will be created
The handle of the workspace where the connection folder will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_WORKSPACE_QUERYTool to execute a SQL query in an org workspace using POST method. Use when you need to run queries against Turbot Pipes workspaces. Results are limited to 5000 rows or 30 seconds of execution time.
Input parameters
SQL query to execute against the workspace. Results are limited to 5000 rows or 30 seconds of query execution
The handle of the organization
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_ORG_WORKSPACE_SNAPSHOTTool to create a new workspace snapshot for an organization. Use when you need to save a point-in-time capture of dashboard data, layouts, and panels for a workspace.
Input parameters
The snapshot data containing layout, panels, and time range information.
Optional tags to categorize or label the snapshot.
Optional title for the snapshot.
The handle of the organization where the workspace exists.
Visibility options for workspace snapshots.
The handle of the workspace to create the snapshot for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_AI_KEYTool to create a new AI provider API key at the user level. Use when you need to configure AI provider credentials for a specific user in Turbot Pipes.
Input parameters
The API key from the AI provider (e.g., OpenAI or Anthropic)
The AI provider for this API key
The handle of the user for which the AI key is being created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_CONNECTIONTool to create a new connection for a user. Use when you need to establish a new connection with a specific plugin (e.g., AWS, GCP, Azure) for a user account.
Input parameters
Mode of the request for creating user connection.
The plugin or connection configuration
The handle name for the connection. Must match pattern ^\[a-z\](?:\[a-z0-9\]\\|_(?=\[a-z0-9\])){0,38}$
The plugin name for the connection
The id of the entity where the connection is stored. Can be either tenant, identity, workspace or connection-folder
The handle of the user where we want to create the connection
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_INTEGRATIONTool to create a new integration for a user. Use when you need to create a new integration for a specific user by providing the user handle, integration handle, and type.
Input parameters
The type of the integration, can be one of aws, azure, gcp, gitlab, slack or github
The configuration for the integration
The handle for the integration
The handle of the user for which you want to create an integration
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_NOTIFIERTool to create a new notifier for a user. Use when you need to configure notification endpoints for a specific user in Turbot Pipes.
Input parameters
The name of the notifier to create. Must match pattern: ^\[a-z\](?:\[a-z0-9\]\\|_(?=\[a-z0-9\])){0,38}$ (lowercase letters, numbers, underscores, max 39 chars)
The state of the notifier (enabled or disabled)
List of notify targets for the notifier. Each target specifies an integration handle and type
The handle of the user for which the notifier is being created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_PASSWORDTool to create or rotate a user password. Use when you need to generate a new password for a user or reset an existing one.
Input parameters
Handle of the user whose password needs to be created or rotated
Number of minutes until the password expires. If not specified, password may not expire or uses system default
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_WORKSPACE_CONNECTIONTool to create a connection on a workspace for a user. Use when you need to create or link a connection to a user's workspace.
Input parameters
The plugin or connection configuration
The handle for the connection. Must match pattern: ^\[a-z0-9\]\[a-z0-9-\]{1,37}\[a-z0-9\]$
The plugin name for the connection
The id of the parent entity where the connection will be stored
The handle of the user who owns the workspace
The handle of the workspace where the connection will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_WORKSPACE_CONNECTION_FOLDERTool to create a connection folder in a workspace of a user. Use when you need to organize connections into folders within a user workspace.
Input parameters
The title of the connection folder. Must start with a lowercase letter, followed by lowercase letters, numbers, or underscores, up to 39 characters total
The ID of the parent folder where this connection folder will be created
The handle of the user where the connection folder will be created
The handle of the workspace where the connection folder will be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_WORKSPACE_DATATANKTool to create a new user workspace Datatank. Use when you need to create a new Datatank for data storage in a user's workspace.
Input parameters
The handle name for the datatank. Must match pattern ^\[A-Za-z_\]\[A-Za-z_0-9$\]*$
Description of the datatank.
The handle of the user where we want to create the workspace Datatank.
Desired state for the datatank.
The handle of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_WORKSPACE_DATATANK_TABLETool to create a new user workspace datatank table. Use when you need to create a table within a user's workspace datatank for data storage and querying.
Input parameters
The name of the table. Must match pattern ^\[A-Za-z_\]\[A-Za-z_0-9$\]*$
The type of the table, either 'table' or 'query'.
Partition strategy for the datatank table.
The frequency configuration for refreshing the table.
Description of the datatank table.
The handle of the user where we want to create the workspace Datatank table.
The SQL query to populate the table. Required when type is 'query'.
The source table name. Used when type is 'table'.
Desired state of the datatank table.
The source schema name. Used when type is 'table'.
The name of the Datatank.
The handle of the workspace.
Whether to skip the initial refresh of the table.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_WORKSPACE_MOD_VARIABLE_SETTINGTool to create a setting for a mod variable in a user workspace. Use when you need to configure a variable for a mod installed in a user's workspace.
Input parameters
The name of the variable to create the setting for
The setting value for the variable (can be string, number, boolean, object, or array)
The mod alias or mod ID for which the variable setting is to be created
The handle of the user who owns the workspace
The handle of the workspace where the mod is installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_CREATE_USER_WORKSPACE_NOTIFIERTool to create a new notifier for a user workspace. Use when you need to configure a notification endpoint (e.g., Slack, email) for a specific workspace.
Input parameters
The name of the notifier to create. Must start with a lowercase letter, followed by lowercase alphanumeric characters or underscores (max 39 characters)
State of the notifier.
The notify targets for the notifier to create
The handle of the user for which the notifier is to be created
The handle of the workspace for which the notifier is to be created
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_CONVERSATION_ORGTool to delete a specific org workspace conversation. Use when you need to remove an AI conversation from an organization workspace after confirming the org handle, workspace handle, and conversation ID.
Input parameters
The handle of the organization that owns the workspace
The ID of the conversation to delete
The handle of the org workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_ORGTool to delete a specified organization if you have appropriate access. Use when you need to permanently remove an organization and have confirmed the org handle.
Input parameters
Specify the handle of the organization which need to be deleted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_ORG_BILLING_SUBSCRIPTIONTool to delete an organization billing subscription. Schedules cancellation at the end of the current period. Use when you need to cancel an org subscription after confirming the org handle and subscription ID.
Input parameters
The handle of the organization whose subscription will be deleted
The org subscription id to be deleted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_ORG_CONNECTION_PERMISSIONTool to delete permission for a connection defined on an org. Use when you need to revoke a specific permission from an org connection.
Input parameters
The handle of the org for which we want to delete connection permission for
The id of the permission which we want to delete
The handle of the connection for which we want to delete permission for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_ORG_WORKSPACETool to delete an organization workspace. Use when you need to permanently remove a workspace from an organization after confirming org and workspace handles.
Input parameters
The handle of the organization where the workspace exists
The handle of the workspace to be deleted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_ORG_WORKSPACE_MOD_VARIABLE_SETTINGTool to delete setting for a mod variable in an organization workspace. Use when you need to remove a custom setting for a mod variable in a specific workspace.
Input parameters
The mod alias or mod ID which contains the variable
The handle of the organization that owns the workspace
The name of the variable to delete the setting for
The handle of the workspace where the mod was installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_USER_AVATARTool to delete custom avatar for a user. Use when you need to remove a user's custom avatar and revert to default.
Input parameters
Handle or identifier of the user whose avatar will be deleted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_USER_CONNECTION_DEPRECATEDTool to delete a connection belonging to a user (deprecated endpoint). Use when you need to remove a user's connection after confirming the user handle and connection handle. Returns the deleted connection details.
Input parameters
The handle of the connection that needs to be deleted
The handle of the user where the connection exists
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_USER_INTEGRATIONTool to delete an integration configured for a user. Use when you need to remove a user's integration by providing the user handle and integration handle.
Input parameters
The handle identifying the user whose integration is configured
The handle identifying the integration to be removed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_USER_WORKSPACE_MOD_VARIABLE_SETTINGTool to delete a mod variable setting in a user workspace. Use when you need to remove a variable configuration from a mod installed in a user's workspace.
Input parameters
The mod alias or mod ID for which the variable setting is to be deleted
The handle of the user who owns the workspace
The name of the variable to delete the setting for
The handle of the workspace where the mod was installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_USER_WORKSPACE_NOTIFIERTool to delete a notifier for a user workspace. Use when you need to remove a notification configuration from a specific workspace.
Input parameters
The handle of the user for which the notifier is to be deleted
The name of the notifier to be deleted
The handle of the workspace for which the notifier is to be deleted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_DELETE_USER_WORKSPACE_PIPELINETool to delete a pipeline from a user's workspace. Use when you need to remove a specific pipeline by its ID from a workspace.
Input parameters
Provide the id of the pipeline which needs to be deleted.
The handle of the user which contains the workspace.
The handle of the workspace where the pipeline exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_AUTH_PROVIDERTool to initiate OAuth authentication flow with a provider. Use when you need to start the OAuth authorization process for GitHub, Google, or SAML authentication.
Input parameters
Authentication provider name (github, google, or saml). This will initiate an OAuth authorization flow with the specified provider.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_CONVERSATION_USERTool to retrieve details for a specific user workspace conversation. Use when you need to get information about an AI conversation in a user workspace.
Input parameters
The handle of the user that owns the workspace
The ID of the conversation to retrieve
The handle of the user workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_DATATANK_TABLETool to get the details for a workspace Datatank table. Use when you need to retrieve information about a specific datatank table including its state, configuration, and metadata.
Input parameters
The handle of the organization or user (identity handle)
The handle of the datatank
The handle of the workspace
The name of the datatank table
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORGTool to retrieve organization information by handle. Use when you need details about a specific organization.
Input parameters
Specify the handle of an organization whose information you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_BILLING_INVOICETool to get an invoice for an organization. Use when you need to retrieve detailed billing invoice information for a specific organization and invoice ID.
Input parameters
The unique identifier of the invoice (Stripe invoice ID format)
The handle of the organization
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_CONNECTION_PERMISSIONTool to retrieve permission details for an org connection. Use when you need to view a specific permission record for a connection within an organization.
Input parameters
The handle of the org for which to get connection permission.
The ID of the permission to retrieve.
The handle of the connection for which to get permission.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_INTEGRATIONTool to get details of an integration configured on an organization. Use when you need to retrieve information about a specific integration by its handle and organization handle.
Input parameters
The handle of the org to which the integration belongs to.
The handle of the integration whose details need to be retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_MEMBERTool to retrieve a specific organization member by org handle and user handle. Use when you need details about a specific member of an organization.
Input parameters
The handle of the organization
The handle of the user/member to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_CONNECTIONTool to get the details for a workspace and connection association on an organization. Use when you need to retrieve information about how a connection is associated with a specific workspace in an organization.
Input parameters
The handle of the org for which you want to get the association
The handle of the workspace where the connection exists
The handle of the connection whose association details needs to be fetched
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_CONNECTION_FOLDERTool to retrieve a connection folder for an organization workspace. Use when you need to get details about a specific connection folder in an org workspace.
Input parameters
The id of the connection folder to retrieve.
The handle of the organization where the folder exists.
The handle of the workspace where the folder exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_FLOWPIPE_TRIGGERTool to get the details of a trigger for a workspace in an organization. Use when you need to retrieve information about a specific Flowpipe trigger.
Input parameters
The handle of the organization which contains the workspace.
The name of the flowpipe trigger whose details needs to be fetched.
The handle of the workspace where the trigger exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_INTEGRATIONTool to get details of an integration available for a workspace belonging to an organization. Use when you need to retrieve information about a specific integration configured for a workspace within an organization.
Input parameters
The handle of the organization to which the workspace belongs
The handle of the workspace for which you want to get integration details
The handle of the integration to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_MOD_VARIABLE_SETTINGTool to get setting for a mod variable in an organization workspace. Use when you need to retrieve the current configuration and value of a specific mod variable in a workspace.
Input parameters
The mod alias or mod ID which contains the variable
The handle of the organization that owns the workspace
The name of the variable to retrieve the setting for
The handle of the workspace where the mod is installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_NOTIFIERTool to retrieve a notifier from an org workspace. Use when you need to get details about a specific notification endpoint configured for an organization's workspace.
Input parameters
Handle of the organization
Name of the notifier to retrieve
Handle of the workspace within the organization
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_ORG_WORKSPACE_QUERY_DATATool to execute a SQL query in an org workspace and retrieve results. Use when you need to run queries against Turbot Pipes workspaces. Results are limited to 5000 rows or 30 seconds of execution time.
Input parameters
SQL query to execute against the workspace. Results are limited to 5000 rows or 30 seconds of query execution
Output format extension - determines response content type (json, csv, or md)
The handle of the organization
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_TENANTTool to retrieve tenant information by handle. Use when you need details about a specific tenant.
Input parameters
Specify the handle of a tenant whose information you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_TENANT_AVATARTool to retrieve public avatar image for a tenant. Use when you need to display or download the tenant's avatar.
Input parameters
The handle of the tenant to retrieve the avatar for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USERTool to retrieve user information by handle. Use when you need details about a specific user.
Input parameters
Specify the handle of the user whose information you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_AI_KEYTool to retrieve AI provider API key metadata at the user level. Use when you need to check which AI provider keys are configured for a specific user.
Input parameters
AI provider for which to retrieve the key (openai or anthropic)
Handle of the user that owns the AI key
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_BILLING_PLANTool to get the current user billing plan. Use when you need to retrieve detailed billing plan information for a specific user.
Input parameters
The handle of the user whose billing plan to retrieve. Can be obtained from the GET /actor endpoint.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_BILLING_UPCOMING_INVOICETool to get the upcoming invoice for a user. Use when you need to retrieve the estimated next invoice for a user's billing cycle. Returns null when no upcoming invoice exists.
Input parameters
The handle of the user to retrieve the upcoming invoice for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_CONNECTIONTool to retrieve details of a connection belonging to a user. Use when you need to fetch information about a specific user connection by user handle and connection handle.
Input parameters
The handle of the user who owns the connection
The handle of the connection to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_EMAILTool to retrieve a specific user email record with metadata. Use when you need details about a user's email verification status and metadata.
Input parameters
Specify the id of the email object you want to retrieve.
Specify the handle of the user whose email information you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_INTEGRATIONTool to get details of an integration configured on a user. Use when you need to retrieve information about a specific user integration by providing the user handle and integration handle.
Input parameters
The handle of the user to which the integration belongs to.
The handle of the integration whose details need to be retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_PASSWORDTool to retrieve user database password. Use when you need to get the database password for a specific user by their handle.
Input parameters
Specify the handle of the user whose password need to be retrieved
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_PREFERENCESTool to retrieve user preferences including email subscription settings. Use when you need to check a user's communication preferences.
Input parameters
Specify the handle of the user whose preferences need to be retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_PROCESSTool to retrieve process information for a user. Use when you need details about a specific process associated with a user.
Input parameters
The unique identifier of the process to retrieve.
The handle of the user whose process you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACETool to retrieve workspace details for a specific user. Use when you need information about a workspace owned by a user.
Input parameters
The handle of the user where the workspace exists.
The handle of the workspace whose details need to be fetched.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_AGGREGATORTool to get the details of an aggregator belonging to a workspace of a user. Use when you need to retrieve information about a specific aggregator in a user's workspace.
Input parameters
The handle of the user to which the workspace belongs
The handle of the workspace where the aggregator exists
The handle of the aggregator to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_CONNECTIONTool to get the details for a workspace and connection association for a user. Use when you need to retrieve information about how a connection is associated with a specific workspace owned by a user.
Input parameters
The handle of the user for which you want to get the association
The handle of the workspace where the association exists
The handle of the connection whose association details needs to be fetched
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_CONNECTION_FOLDERTool to retrieve a connection folder for a user workspace. Use when you need to get details about a specific connection folder in a user workspace.
Input parameters
The id of the connection folder to retrieve.
The handle of the user where the folder exists.
The handle of the workspace where the folder exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_DATATANKTool to retrieve user workspace datatank details. Use when you need information about a specific datatank within a user's workspace.
Input parameters
The handle of the user.
The name of the workspace Datatank.
The handle of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_FLOWPIPE_MODTool to retrieve details of an installed flowpipe mod in a user workspace. Use when you need information about a specific flowpipe mod installed in a workspace.
Input parameters
The mod alias or mod ID
The handle of the user who owns the workspace.
Provide the handle of the workspace where mod was installed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_FLOWPIPE_PIPELINETool to retrieve pipeline details for a user workspace. Use when you need detailed information about a specific Flowpipe pipeline in a user's workspace.
Input parameters
The id of the pipeline whose detail needs to be fetched.
The handle of the user which contains the workspace.
The handle of the workspace where the pipeline exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_INTEGRATIONTool to get details of an integration available for a workspace belonging to a user. Use when you need to retrieve information about a specific integration configured for a user's workspace.
Input parameters
The handle of the user to which the workspace belongs to.
The handle of the workspace for which we want to get the integration details.
The handle of the integration whose details need to be retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_MODTool to retrieve details of an installed mod in a user's workspace. Use when you need information about a specific mod installed in a workspace owned by a user.
Input parameters
The mod alias or mod ID to retrieve.
The handle of the user who owns the workspace.
The handle of the workspace where the mod is installed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_MOD_VARIABLE_SETTINGTool to get setting for a mod variable in a user workspace. Use when you need to retrieve the current configuration and value of a specific mod variable in a user's workspace.
Input parameters
The mod alias or mod ID for which the variable setting belongs to
The handle of the user who owns the workspace
The name of the variable to get the setting for
The handle of the workspace where the mod was installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_NOTIFIERTool to retrieve a notifier from a user workspace. Use when you need to get details about a specific notification endpoint configured for a user's workspace.
Input parameters
The handle of the user for which the notifier is to be retrieved.
The name of the notifier to be retrieved.
The handle of the workspace for which the notifier is to be retrieved.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_PIPELINETool to get the details of a pipeline for a workspace of a user. Use when you need information about a specific pipeline in a user workspace.
Input parameters
The unique identifier of the pipeline to retrieve.
The handle of the user where the workspace exists.
The handle of the workspace where the pipeline exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_PROCESSTool to retrieve process details for a user workspace. Use when you need information about a specific process running in a user's workspace.
Input parameters
The unique identifier of the process to be fetched.
The handle of the user where the workspace exists.
The handle of the workspace whose process needs to be fetched.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_PROCESS_LOGTool to retrieve process logs for a user workspace process. Use when you need to fetch and analyze logs for a specific process running in a user's workspace.
Input parameters
The process log file to fetch (currently only 'process' is supported)
The unique identifier of the process
The handle of the user where the workspace exists
The content type format for the log file (currently only 'jsonl' is supported)
The handle of the workspace where the process is running
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_QUERYTool to execute a SQL query in a user workspace and retrieve results. Use when you need to run queries against Turbot Pipes user workspaces. Results are limited to 5000 rows or 30 seconds of execution time.
Input parameters
The SQL query to execute against the workspace. Results are limited to 5000 rows or 30 seconds of query execution
The handle of the user
Supported content types for query response format.
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_QUERY_DATATool to execute a SQL query in a user workspace and retrieve results. Use when you need to run queries against Turbot Pipes user workspaces. Results are limited to 5000 rows or 30 seconds of execution time.
Input parameters
SQL query to execute against the workspace. Results are limited to 5000 rows or 30 seconds of query execution
Output format extension - determines response content type (json, csv, or md)
The handle of the user
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_SCHEMATool to retrieve workspace schema details for a specific user. Use when you need information about a specific schema within a user's workspace.
Input parameters
The name of the schema whose detail needs to be fetched
The handle of the user that the workspace belongs to
The handle of the workspace where the schema exists
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_GET_USER_WORKSPACE_SCHEMA_TABLETool to get details about a specific table in a user workspace schema. Use when you need information about table structure, columns, and metadata within a user's workspace schema.
Input parameters
The name of the table whose detail needs to be fetched.
The name of the schema to which the table belongs.
The handle of the user that the workspace belongs to.
The handle of the workspace where the schema exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_IDENTITIES_GETTool to retrieve a specific identity by handle. Use when you need details of an identity by its handle after authenticating.
Input parameters
Unique identifier for the identity to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_IDENTITIES_GET_AVATARTool to retrieve avatar image for an identity. Use when you need to display or download the user's avatar after knowing their identity handle.
Input parameters
Handle or ID of the identity for which to retrieve the avatar image
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_IDENTITIES_LISTTool to list all identities. Use when you need to retrieve identities with optional filtering, sorting, and pagination after authentication.
Input parameters
Search query to filter identities by display name or handle.
Maximum number of identities to return per page (1-100).
Token for pagination to retrieve the next page of results.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_INITIATE_LOGINTool to initiate user login. Use when starting a login flow for a user with their email address.
Input parameters
User's email address to initiate login
Optional state parameter for maintaining state across the login flow
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_INSTALL_USER_INTEGRATION_SLACKTool to install a Slack integration for a user identity. Use when you need to initiate the Slack OAuth flow by redirecting to the Slack authorization URL.
Input parameters
The handle of the user to which the integration belongs to.
The handle of the Slack integration which needs to be installed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_INSTALL_USER_WORKSPACE_FLOWPIPE_MODTool to install a flowpipe mod to a user's workspace. Use when you need to install a flowpipe mod from a repository path into a specific user workspace.
Input parameters
The path to the flowpipe mod (e.g., github.com/turbot/flowpipe-mod-aws)
Git branch to install from
Specific version to install
Version constraint for the mod (e.g., '^1.0.0', '*', 'latest')
The handle of the user who owns the workspace
The handle of the workspace where the mod will be installed
Handle of the integration to use for authentication
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_INSTALL_USER_WORKSPACE_MODTool to install a mod to a user workspace. Use when you need to add a new mod from a repository path to a specific workspace.
Input parameters
The path to the mod repository (e.g., github.com/turbot/steampipe-mod-azure-compliance).
The handle of the user who owns the workspace.
The handle of the workspace where the mod will be installed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_PROCESSTool to list processes for an organization. Use when you need to retrieve all processes for a specific organization with optional pagination.
Input parameters
Maximum number of processes to return per page (1-100).
Token for pagination to retrieve the next page of results.
The handle of the organization to list processes for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_SERVICE_ACCOUNTSTool to list service accounts at the organization level. Use when you need to retrieve all service accounts for a specific organization.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the organization
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_USAGETool to list all usage metrics for an organization. Use when you need to retrieve usage data for billing, monitoring, or analytics purposes.
Input parameters
Maximum number of usage records to return per page
Token for fetching the next page of results (from previous response)
The handle of the organization whose usage metrics you want to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_WORKSPACE_DATATANKTool to list org workspace Datatank with pagination support. Use when you need to retrieve Datatank items for a specific organization and workspace.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the org for which we want to list the workspace Datatank.
The handle of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_WORKSPACE_FLOWPIPE_MOD_VARIABLETool to list all variables for a flowpipe mod in an organization workspace. Use when you need to retrieve mod variables within a specific workspace.
Input parameters
Maximum items per page (1-100 range). If not specified will default to 25.
The mod alias or mod ID for which we want the variables to be listed
Pagination cursor for fetching subsequent pages. When list results are truncated, next_token will be returned to fetch the next page of data.
The handle of the organization that owns the workspace
The handle of the workspace where the mod was installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_WORKSPACE_MODTool to list organization workspace installed mods with pagination support. Use when you need to retrieve installed mods for a specific organization and workspace.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of an organization that owns the workspace.
The handle of the workspace where mods were installed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_WORKSPACE_PIPELINETool to list pipelines for a workspace of an organization. Use when you need to retrieve scheduled tasks for dashboard snapshots or queries within a specific workspace.
Input parameters
Maximum number of items to fetch per page (1-100). Defaults to 25 if not specified.
SQL where filter to apply to this request. The filter will be parsed, sanitised and checked against supported columns.
Pagination cursor returned from previous request to fetch the next page of results.
The handle of the organization which contains the workspace.
The handle of the workspace for which to list the pipelines.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_WORKSPACE_PROCESSTool to list processes associated with an org workspace. Use when you need to retrieve all processes for a specific organization workspace with optional filtering and pagination.
Input parameters
Maximum items per page (1-100, default: 25).
SQL filter clause for request filtering, sanitized against supported columns.
Pagination cursor for fetching subsequent data pages.
The handle of an organization for which you want to list the processes.
The handle of the workspace where you want to list the processes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_ORG_WORKSPACESTool to list workspaces for a specific organization. Use when you need to retrieve all workspaces associated with an organization handle.
Input parameters
Maximum number of workspaces to fetch per page (1-100). Defaults to 25 if not specified.
Pagination cursor returned from previous request to fetch the next page of results.
The handle of the organization for which to list workspaces.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_TENANT_GETSETTINGSTool to retrieve tenant settings. Use when you need to view the current configuration for the tenant, including login methods, session timeouts, and user provisioning settings.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_TENANTSTool to list tenants the actor is a member of. Use when you need to retrieve all tenants associated with the authenticated user.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_AI_KEYSTool to list AI provider API keys configured at the user level. Use when you need to retrieve all AI keys for a specific user.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned. Pass next_token to fetch the next page of data.
The handle of the user for which to list AI keys.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_AUDIT_LOGSTool to list audit logs for a specific user. Use when you need to retrieve audit trail information with optional pagination.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. Defaults to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user whose audit logs to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_BILLING_INVOICESTool to list user invoices with pagination support. Use when you need to retrieve billing invoice information for a specific user.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user to list invoices for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_BILLING_PAYMENT_METHODTool to list user billing payment methods. Use when you need to retrieve payment methods configured for a user's billing.
Input parameters
Max items per page. Default: 25, max: 100.
Cursor for next page.
The handle of the user to list the payment methods for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_BILLING_SUBSCRIPTIONTool to list user billing subscriptions. Use when you need to retrieve subscription information for a specific user. Note: Users typically have one active subscription, but this endpoint may also return historical subscriptions.
Input parameters
Max items per page. Default: 25, max: 100.
Cursor for next page.
The handle of the user to retrieve the subscriptions for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_CONNECTIONSTool to list connections for a specific user by user handle. Use when you need to retrieve all connections associated with a user.
Input parameters
Max items per page. Default: 25, max: 100.
Cursor for next page.
The handle of the user whose connections to list
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_CONSTRAINTSTool to list all applicable constraints for a user. Use when you need to retrieve quota, rate, or setting constraints with optional filtering and pagination.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
Specify the handle of the user whose constraints you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_EMAILSTool to list emails for a user along with metadata information for each item. Use when you need to retrieve all email addresses associated with a specific user.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
Specify the handle of the user whose information you want to retrieve.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_INTEGRATIONTool to list integrations configured for a user. Use when you need to retrieve all integrations for a specific user with optional pagination.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user to which the integration belongs to
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_PROCESSTool to list processes for a user. Use when you need to retrieve all processes for a specific user with optional pagination.
Input parameters
Maximum number of processes to return per page (1-100). Defaults to 25.
Token for pagination to retrieve the next page of results.
The handle of the user to list processes for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_USAGETool to list all usage metrics for a user. Use when you need to retrieve usage data for billing, monitoring, or analytics purposes.
Input parameters
Maximum number of usage records to return per page (1-100, default 25)
SQL where filter to apply to the request for filtering usage records
Cursor for pagination to fetch the next page of results (from previous response)
The handle of the user whose usage metrics you want to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_AGGREGATORTool to list aggregators for a workspace of a user. Use when you need to retrieve aggregator configurations for a specific user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user to which the workspace belongs to.
The handle of the workspace for which we will be listing aggregators.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_AGGREGATOR_CONNECTIONSTool to list all connections that are part of an aggregator in a user workspace. Use when you need to retrieve connections within a specific aggregator.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100. Defaults to 25 if not specified.
Pagination cursor for fetching subsequent pages when results are truncated
The handle of the user to which the workspace belongs
The handle of the workspace where the aggregator exists
The handle of the aggregator whose connections need to be fetched
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_AUDIT_LOGSTool to list audit logs for a specific user workspace. Use when you need to retrieve workspace audit trail information with optional pagination.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. Defaults to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user who owns the workspace
The handle of the workspace whose audit logs to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_CONNECTIONTool to list connections explicitly defined or associated to a workspace. Use when you need to retrieve all connections available in a user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_CONNECTION_ASSOCIATIONTool to list connections associated with a workspace for a specific user. Use when you need to retrieve all connection associations for a user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_CONNECTION_FOLDERTool to list connection folders for a user workspace. Use when you need to retrieve all connection folders associated with a user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user where the connection folders exist.
The handle of the workspace where the connection folders exist.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_CONNECTION_TREETool to list connection tree for a user workspace. Use when you need to retrieve the hierarchical connection structure for a specific user's workspace.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
The SQL where filter you wish to apply to this request.
The prefix to be used when listing items in a connection tree.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user to which the workspace belongs.
The handle of the workspace for which we want to retrieve the connection tree.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_CONVERSATIONSTool to list AI conversations in a user workspace with optional filtering and pagination. Use when you need to retrieve conversations from a specific user workspace, optionally filtered by title pattern.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25
Optional filter expression for title. Use to filter conversations by title matching a specific pattern
When list results are truncated, next_token will be returned. Pass next_token to fetch the next page of data
The handle of the user that owns the workspace
The handle of the user workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_DATATANKTool to list user workspace Datatank with pagination support. Use when you need to retrieve Datatank items for a specific user and workspace.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user for which we want to list the workspace Datatank.
The handle of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_DATATANK_PARTTool to list user workspace Datatank partitions with pagination support. Use when you need to retrieve partition details for a specific Datatank table in a user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user for which we want to list the workspace Datatank.
The name of the Datatank.
The handle of the workspace.
The name of the workspace Datatank table.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_DATATANK_TABLETool to list user workspace Datatank tables with pagination support. Use when you need to retrieve datatank tables for a specific user, workspace, and datatank.
Input parameters
Maximum number of items to return (1-100). If not specified will default to 25.
Pagination token for fetching the next page of results.
The handle of the user.
The handle of the datatank.
The handle of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_DB_LOGSTool to list database query logs for a specific user workspace. Use when you need to retrieve workspace database query history with optional pagination.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. Defaults to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user who owns the workspace
The handle of the workspace whose database logs to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_FLOWPIPE_INPUTTool to list Flowpipe inputs for a user workspace. Use when you need to retrieve all Flowpipe inputs for a specific workspace with optional pagination.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user to which the workspace belongs.
The handle of the workspace to which the Flowpipe inputs belong.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_FLOWPIPE_MOD_VARIABLETool to list all variables for a flowpipe mod in a user workspace. Use when you need to retrieve mod variables within a specific workspace owned by a user.
Input parameters
Maximum items per page (1-100 range). If not specified will default to 25.
The mod alias or mod ID for which we want the variables to be listed
Pagination cursor for fetching subsequent pages. When list results are truncated, next_token will be returned to fetch the next page of data.
The handle of the user that owns the workspace
The handle of the workspace where the mod was installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_FLOWPIPE_PIPELINETool to list Flowpipe pipelines for a user workspace. Use when you need to retrieve pipelines within a specific workspace belonging to a user.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user which contains the workspace.
The handle of the workspace for which we want to list the pipelines.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_FLOWPIPE_PIPELINE_TRIGGERTool to list Flowpipe triggers associated with a specific pipeline in a user workspace. Use when you need to retrieve all triggers configured for a particular pipeline.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The id of the pipeline whose triggers need to be fetched.
The handle of the user which contains the workspace.
The handle of the workspace where the pipeline exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_FLOWPIPE_TRIGGERTool to list Flowpipe triggers for a user workspace. Use when you need to retrieve all triggers configured in a specific user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user which contains the workspace.
The handle of the workspace for which we want to list the triggers.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_INTEGRATIONTool to list integrations available for a user workspace. Use when you need to retrieve all integrations configured for a specific user workspace. If run on a custom tenant, this will return integrations configured both on tenant and user level.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user to which the workspace belongs to.
The handle of the workspace for whom you want to list available integrations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_MODTool to list user workspace installed mods with pagination support. Use when you need to retrieve installed mods for a specific user and workspace.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user who owns the workspace.
The handle of the workspace where mods were installed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_MOD_VARIABLETool to list all variables applicable for a mod in a workspace specific to a user. Use when you need to retrieve mod variables within a specific user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25
The alias of the mod
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data
The handle of the user for which we want to list the workspace mod variables
The handle of the workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_NOTIFIERTool to list all notifiers for a user workspace. Use when you need to view notification endpoints configured for a specific user's workspace with optional pagination and filtering.
Input parameters
The maximum number of items to return
The filter to apply to the list
The token to retrieve the next page of results
The handle of the user for which the notifiers are to be listed
The handle of the workspace for which the notifiers are to be listed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_PIPELINETool to list pipelines for a workspace of a user. Use when you need to retrieve scheduled tasks for dashboard snapshots or queries within a specific user workspace.
Input parameters
Maximum number of items to fetch per page (1-100). Defaults to 25 if not specified.
SQL where filter to apply to this request. The filter will be parsed, sanitised and checked against supported columns.
Pagination cursor returned from previous request to fetch the next page of results.
The handle of the user who owns the workspace.
The handle of the workspace for which to list the pipelines.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_PROCESSTool to list processes associated with a user workspace. Use when you need to retrieve all processes for a specific user workspace with optional filtering and pagination.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user for which you want to start listing processes.
The handle of the workspace where you want to list the processes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACESTool to list workspaces for a specific user. Use when you need to retrieve all workspaces associated with a user handle.
Input parameters
Maximum number of workspaces to fetch per page (1-100). Defaults to 25 if not specified.
Pagination cursor returned from previous request to fetch the next page of results.
The handle of the user for which to list workspaces.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_SCHEMATool to list schemas for a user workspace. Use when you need to retrieve schemas including aggregators, datatanks, and identity-level connections for a specific user's workspace.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user that the workspace belongs to
The handle of the workspace to get the schemas for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_SCHEMA_TABLETool to list tables for a user workspace schema with pagination support. Use when you need to retrieve tables for a specific user, workspace, and schema.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The name of the schema for which to list tables.
The handle of the user.
The handle of the workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_SNAPSHOTTool to list workspace snapshots for a user. Use when you need to retrieve snapshots from a specific user workspace with optional pagination.
Input parameters
The max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not provided, defaults to 25.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data.
The handle of the user that the workspace snapshots belong to
The handle of the user workspace whose snapshots to retrieve
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_LIST_USER_WORKSPACE_USAGETool to list the usage associated with a user workspace. Use when you need to retrieve usage metrics for a specific user's workspace with optional filtering and pagination.
Input parameters
The max number of items to fetch per page of data (1-100). If not specified will default to 25.
The SQL where filter you wish to apply to this request. The filter will be parsed and sanitised and checked against the supported columns for this API.
When list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.
The handle of the user for which you want to list workspace usage.
The handle of the workspace where you want to list the usage.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_POST_USER_WORKSPACE_NOTIFIER_COMMANDTool to post a command for a notifier in a user's workspace. Use when you need to execute commands on workspace notifiers, such as setting a notifier as the default.
Input parameters
Command to execute on the workspace notifier. Valid command: set_default
The handle of the user for which the notifier command is being executed
The name of the notifier where the command is directed
The handle of the workspace containing the notifier
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_POST_USER_WORKSPACE_QUERYTool to perform a SQL query in a user workspace. Use when you need to execute queries against Turbot Pipes user workspaces. Results are limited to 5000 rows or 30 seconds of execution time.
Input parameters
SQL query to execute against the workspace. Results are limited to 5000 rows or 30 seconds of query execution
The handle of the user that owns the workspace
The handle of the workspace where the query will be executed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_RUN_ORG_WORKSPACE_COMMANDTool to run a command in an organization workspace. Use when you need to execute workspace operations like rebooting a workspace.
Input parameters
The command to run on the workspace. Valid commands are: reboot.
The handle of the org where we want to run the workspace command.
The handle of the workspace where command will be executed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_RUN_USER_WORKSPACE_COMMANDTool to run a command in a user workspace. Use when you need to execute workspace operations like rebooting a user's workspace.
Input parameters
The command to run on the workspace. Valid commands are: reboot.
The handle of the user where we want to run the workspace command.
The handle of the workspace where command will be executed.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_RUN_USER_WORKSPACE_FLOWPIPE_PIPELINE_COMMANDTool to run a command on a Flowpipe pipeline in a user workspace. Use when you need to execute a pipeline command such as 'run' to start pipeline execution.
Input parameters
Arguments to pass to the pipeline command.
The command to run on the pipeline. Currently only 'run' is supported.
The handle of the user which contains the workspace.
Identifier of the Flowpipe pipeline on which the command will be run.
The handle of the workspace where the Flowpipe pipeline exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_RUN_USER_WORKSPACE_FLOWPIPE_TRIGGER_COMMANDTool to run a command on a trigger in a workspace belonging to a user. Use when you need to execute or reset a Flowpipe trigger.
Input parameters
Optional arguments to pass to the trigger when executing the command.
Command to execute on the trigger. Valid commands are: run (execute the trigger), reset (reset the trigger state).
The handle of the user which contains the workspace.
The name of the flowpipe trigger to execute the command on.
The handle of the workspace where the trigger exists.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_RUN_USER_WORKSPACE_QUERYTool to perform a SQL query in a user workspace using POST method. Use when you need to execute queries against Turbot Pipes user workspaces. Results are limited to 5000 rows or 30 seconds of execution time.
Input parameters
SQL SELECT statement to execute against the workspace. Results are limited to 5000 rows or 30 seconds of query execution
Output format extension that determines response content type (json, csv, or md)
The handle of the user that owns the workspace
The handle of the workspace where the query will be executed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_SEND_USER_WORKSPACE_CHAT_MESSAGETool to send a chat message to the AI agent in a user workspace. Creates a new conversation if conversation_id is not provided, or continues an existing conversation if provided.
Input parameters
The AI model to use (e.g., 'gpt-4', 'claude-sonnet-4-5').
The chat message to send to the AI agent.
The AI provider to use (e.g., 'openai', 'anthropic').
The handle of the user that owns the workspace.
The ID of an existing conversation to continue. If not provided, a new conversation will be created. Must match pattern ^conv\[0-9a-v\]{20}$
The handle of the user workspace.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_TEST_USER_AI_KEYTool to test whether an AI provider API key is valid at the user level. Use when you need to verify if a saved or provided API key works correctly with the specified provider.
Input parameters
The API key to validate against the specified provider. If not provided, tests the existing saved key for the provider
AI provider to test the key against (openai or anthropic)
Handle of the user for which to test the AI key
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_TEST_USER_CONNECTIONTool to test a user connection for basic connectivity. Use when you need to verify if a connection's configuration is valid and the credentials work correctly with the specified plugin.
Input parameters
Optional configuration object for the connection test. The structure depends on the plugin type
The plugin type for the connection (e.g., 'aws', 'gcp', 'azure')
The handle of the user where the connection exists
The handle of the connection to be tested
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_TEST_USER_INTEGRATIONTool to test the config for a user integration to check for basic connectivity before you create it. Use when you need to validate integration credentials and configuration by providing the user handle, integration handle (or _ for new integrations), integration type, and config.
Input parameters
The type of the integration being tested (e.g., slack, github, email).
Configuration properties for the integration. The structure varies based on the integration type.
The handle of the user to which the integration belongs to.
The handle of the integration to be tested. For integrations that are not yet created, use underscore `_` as the handle, else pass the handle of the existing integration.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_TEST_USER_WORKSPACE_CONNECTIONTool to test the config for a connection configured on a user workspace to check for basic connectivity. Use when you need to verify that a connection is properly configured before creating or using it.
Input parameters
Optional configuration data for the connection test
The plugin name for the connection to be tested
The handle of the user where the connection exists / intends to be created
The handle of the workspace where the connection exists
The handle of the connection to be tested. For connections that are not yet created, use underscore `_` as the handle, else pass the handle of the existing connection
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UNINSTALL_FLOWPIPE_MODTool to uninstall a flowpipe mod from a user's workspace. Use when you need to remove a flowpipe mod from a specific workspace after confirming the user handle, workspace handle, and mod alias.
Input parameters
Unique alias or identifier of the flowpipe mod to uninstall
Unique handle or identifier for the user who owns the workspace
Unique handle or identifier for the workspace from which to uninstall the mod
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UNINSTALL_ORG_WORKSPACE_FLOWPIPE_MODTool to uninstall a flowpipe mod from an organization workspace. Use when you need to remove a flowpipe mod from a specific workspace after confirming org handle, workspace handle, and mod alias.
Input parameters
The mod alias or mod ID to delete
The handle of an organization that owns the workspace
The handle of the workspace where the mod was installed
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_CONVERSATION_USERTool to update a user workspace conversation (e.g., title). Use when you need to modify properties of an AI conversation in a user workspace.
Input parameters
The new title for the conversation
The handle of the user that owns the workspace
The unique identifier of the conversation to update
The handle of the user workspace
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_ORG_BILLING_SUBSCRIPTIONTool to update an organization billing subscription. Use to stop cancellation at the next billing period by passing 'stopcancel' action or to upgrade the subscription. Useful when managing org subscription lifecycle.
Input parameters
Action to perform on the subscription. Use 'stopcancel' to stop cancellation at the next billing period, or 'upgrade' to upgrade the subscription
The handle of the organization
The org subscription id
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_ORG_CONNECTIONTool to update the details of a connection belonging to an organization. Use when you need to modify connection configuration, change config/credential sources, rename the connection handle, or reassign the connection to a different parent entity.
Input parameters
The plugin or connection configuration
The handle name for the connection. Must match pattern: lowercase letter, followed by alphanumeric or underscore (not ending with underscore), max 39 chars
The ID of the entity where the connection is stored. Can be either tenant, identity, workspace or connection-folder
The handle of the organization where the connection exists
Source of the configuration for the connection.
The handle of the connection which needs to be updated
Source of the credential for the connection.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_ORG_CONNECTION_FOLDERTool to update the details of an org connection folder. Use when you need to modify the title or parent location of a connection folder.
Input parameters
The new title for the connection folder. Must match pattern: ^\[a-z\](?:\[a-z0-9\]\\|_(?=\[a-z0-9\])){0,38}$ (lowercase letters, numbers, underscores, 1-39 chars).
The unique identifier of the connection folder to update.
The new parent ID for the connection folder. Use to move the folder to a different parent location.
The handle of the organization that owns the connection folder.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_ORG_MEMBERTool to update the role of an organization member. Use when you need to change a member's role (e.g., promote to owner or demote to member) within an organization.
Input parameters
The role to assign to the org member. Common values include 'owner', 'member', 'viewer'
The handle of the organization
The handle of the user/member to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_ORG_SERVICE_ACCOUNTTool to update an existing service account at the organization level. Use when you need to modify the title, description, or token_min_issued_at for a service account.
Input parameters
The title of the service account user
The handle of the organization containing the service account
The description of the service account user
The time which user and temporary auth tokens must be issued after
The unique identifier of the service account to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_ORG_SERVICE_ACCOUNT_TOKENTool to update an existing token for an organization-level service account. Use when you need to modify token properties such as status, title, or description.
Input parameters
The title or name of the token
The status of the token (e.g., 'active', 'inactive')
The identifier of the token to update
The handle of the organization
A description of the token
The ID of the service account
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USERTool to update user information including handle name, display name, or URL. Use when you need to modify user attributes.
Input parameters
The URL to set for the user.
The new handle name for the user. Must match pattern: ^\[a-z0-9\]{1,2}(?:\[a-z0-9\]{1,2}\\|-\[a-z0-9\]){0,18}\[a-z0-9\]?$
Specify the handle of the user which needs to be updated.
The display name to set for the user.
The time which user and temporary auth tokens must be issued after.
Enum for usage action types.
Enum for usage action types.
Threshold for compute usage.
Threshold for storage usage.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USER_AI_KEYTool to update an existing AI provider API key at the user level. Use when you need to update an API key for a specific AI provider (OpenAI or Anthropic) for a user.
Input parameters
The new API key for the AI provider
AI provider for which to update the key (openai or anthropic)
Handle of the user that owns the AI key
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USER_CONNECTIONTool to update the details of a connection belonging to a user. Use when you need to modify configuration, handle, parent_id, config_source, or credential_source of a user's connection. Requires user_handle and connection_handle to identify the target connection.
Input parameters
Mode of the request.
The plugin or connection configuration. This is a flexible object that can contain various configuration parameters depending on the connection type
The handle name to update for the connection. Must start with a lowercase letter, followed by up to 38 lowercase letters, digits, or underscores. Maximum length is 39 characters
The id of the entity where the connection is stored. Can be either tenant, identity, workspace or connection-folder
The handle of the user where the connection exists
Source of the configuration that the connection will use.
The handle of the connection which needs to be updated
Source of the credential that the connection will use.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USER_INTEGRATIONTool to update details of an integration configured for a user. Use when you need to modify an existing user integration's state, handle, or configuration.
Input parameters
Integration state enum.
The configuration for the integration.
The handle for the integration.
The handle of the user on which the integration is configured.
The handle of the integration whose details need to be updated.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USER_PREFERENCESTool to update user preferences for email communications. Use when you need to change a user's communication preferences such as opting in or out of product updates, community updates, or tips and tricks emails.
Input parameters
Specify the handle of the user whose preferences need to be updated.
Communication preference setting for email notifications.
Communication preference setting for email notifications.
Communication preference setting for email notifications.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USER_TOKENTool to update a user token's status between active and inactive. Use when you need to enable or disable a token without deleting it.
Input parameters
Optional title to update for the token
New status for the token - 'active' to activate or 'inactive' to deactivate the token
The identifier of the token to update
Optional description to update for the token
The handle of the user where the token exists
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_UPDATE_USER_WORKSPACETool to update the workspace for a user. Use when you need to modify workspace settings such as desired state, instance type, database volume size, or search path prefix.
Input parameters
The new handle for the workspace. Must match pattern: ^\[a-z0-9\]{1,23}$
The handle of the user where the workspace exist.
Workspace desired state enum.
Workspace instance type enum.
The handle of the workspace which needs to be updated.
Optionally update the search path prefix for the Steampipe DB.
The size of the database volume in bytes.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_USER_NOTIFIERS_LISTTool to list all notifiers for a user. Use when you need to view a user's configured notification endpoints.
Input parameters
Handle of the user whose notifiers to list
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_USER_TOKENS_DELETETool to delete a specific user token. Use when you need to revoke a user's token after confirming handle and token ID.
Input parameters
Unique identifier of the token to be deleted
Unique handle or identifier for the user whose token will be deleted
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
TURBOT_PIPES_USER_TOKENS_GETTool to retrieve details of a specific user token. Use when you need to inspect token metadata (e.g., creation time and scopes) after confirming the user handle and token ID.
Input parameters
Unique identifier of the token to retrieve
Handle of the user in the system
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 76 agents privately built on Nagent that already use Turbot Pipes.
Build on Nagent
Connect Turbot Pipes to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Turbot Pipes, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Turbot Pipes is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Turbot Pipes is connected, you configure its 170 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Turbot Pipes steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Turbot Pipes event fires, the agent kicks off automatically.
Every Turbot Pipes action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Turbot Pipes ships with 170 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Turbot Pipes together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Turbot Pipes-based workflows tailored to your business.