BlazeMeter is a continuous testing platform that enables users to create, run, and analyze performance and functional tests for web and mobile applications.
BlazeMeter is a continuous testing platform that enables users to create, run, and analyze performance and functional tests for web and mobile applications. On Nagent, Blazemeter is exposed as a fully-configurable developer tools integration that any agent can call — 92 actions, and BASIC authentication. No code is required to wire Blazemeter into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Blazemeter 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 Blazemeter 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 Blazemeter, with input parameters and output schema. Drop these into any step of an agent built in Helix.
BLAZEMETER_CONVERT_TRANSACTIONSTool to convert transaction files to BlazeMeter DSL format for service virtualization. Use when importing API specifications (Swagger, HAR, YAML) to create virtual service transactions.
Input parameters
Transaction file to convert. Supported formats:.json.yml.yaml.har.zip (e.g., Swagger, HAR, or YAML transaction definitions). Use this when you have a file already stored in the system.
Return detailed conversion output with full transaction structure.
Model representing a file to convert with direct content.
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
BLAZEMETER_CREATE_API_MONITORING_SCHEDULETool to create a new schedule for running API monitoring tests. Use when you need to automate test runs at defined intervals after determining the correct cron expression and test or collection ID.
Input parameters
Cron expression defining when the test should run.
ID of the single API monitoring test to schedule. Required when scheduling a single test.
ID of the multi-test collection to schedule. Required when scheduling a multi-test.
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
BLAZEMETER_CREATE_MULTI_TESTTool to create a new multi-test within a specified project. Use after confirming the project ID. Example: "Create a multi-test named 'load-test' in project 12345."
Input parameters
Name of the multi-test to create.
ID of the project to which this multi-test belongs.
Type of multi-test. Must be 'multiV4'.
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
BLAZEMETER_CREATE_PRIVATE_LOCATIONTool to create a new private location in BlazeMeter. Private locations allow you to run performance tests from your own infrastructure. Use when you need to test internal applications or simulate load from specific geographic regions. Requires valid account and workspace IDs.
Input parameters
The name of the private location. Must be descriptive and unique.
Location type: 'large' for Dedicated private locations, 'small' for Shared private locations.
Number of engines per agent. Typically 1 for large type, variable for small type.
List of functionalities this private location will support (e.g., \['performance'\] for performance testing).
Your BlazeMeter account identifier. Obtain this using the GET_ACCOUNTS action.
Minimum JVM heap memory for engine in MB (Xms parameter).
Maximum JVM heap memory for engine in MB (Xmx parameter).
Minimum JVM heap memory for console in MB (Xms parameter).
Maximum JVM heap memory for console in MB (Xmx parameter).
CPU count override for instance spinup. Overrides default CPU allocation.
List of workspace IDs from the same account. The private location will be available to these workspaces.
Memory allocation override for instance spinup in MB. Overrides default memory allocation.
Maximum threads per engine instance. Determines the load capacity of each engine.
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
BLAZEMETER_CREATE_PRIVATE_LOCATIONS_SERVERSCreates a new agent (server) within a BlazeMeter private location. Use this when you need to add an agent to handle test execution in your private infrastructure. Save the returned agent ID for subsequent private location setup steps.
Input parameters
The unique identifier for the private location (harborId) where the agent will be created. Obtain this from your private location configuration.
The name of the agent to create. This should be descriptive to identify the agent within the private location.
The IP address of the agent machine. Optional but recommended for tracking agent connectivity.
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
BLAZEMETER_CREATE_PROJECTCreates a new project within a BlazeMeter workspace. Projects are containers for organizing performance tests. Requires a valid workspace_id which can be obtained using the GET_WORKSPACES action. Returns the created project with its unique ID, timestamps, and other metadata.
Input parameters
Name of the project. Must be unique within the workspace.
Optional description explaining the purpose or scope of the project
Numeric ID of the workspace to create the project in. Obtain this using the GET_WORKSPACES action.
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
BLAZEMETER_CREATE_SEARCHExecute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.
Input parameters
Pagination offset - number of results to skip. Default is 0.
Maximum number of results to return per request. Default is 15.
Root entity to search for. Common values: 'test' for single tests, 'multi-test' for multi-tests, 'test-union' for both tests and multi-tests, 'master' for test executions, 'project' for projects.
List of fields to return in the results. If null or empty list, returns all root entity fields. Example: \['id', 'name', 'created', 'updated'\]
Filter conditions using MongoDB-style operators like $and, $or, $ilike, $gt, $lt. Example: {'name': {'$ilike': '%test%'}} for case-insensitive name search, {'$and': \[{'created': {'$gt': 1609459200}}, {'name': {'$ilike': '%load%'}}\]} for complex filters.
Sort order array with field names and direction. Use 1 for ascending, -1 for descending. Example: \[{'updated': -1}\] for newest first, \[{'name': 1}\] for alphabetical.
Single accountId (integer) or list of accountIds to filter. If null or not provided, searches across all accessible accounts.
Single workspaceId (integer) or list of workspaceIds to filter. If null or not provided, searches across all accessible 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
BLAZEMETER_CREATE_TAGSCreates a new tag in BlazeMeter for organizing and categorizing resources. Tags can be used in searches and filters to group related assets. Use when you need to create a new tag category with a name and description.
Input parameters
The name of the tag that can be used in searches and filters.
The workspace identifier where the tag 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
BLAZEMETER_CREATE_TESTTool to create a new single test within a specified project. Use when registering a new performance test via API.
Input parameters
The name of the new test.
ID of the BlazeMeter project under which to create this test.
Advanced BlazeMeter configuration settings for the test.
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
BLAZEMETER_CREATE_WORKSPACES_ASSETSTool to create an asset in a workspace for test data management. Use when you need to create data models, test data, or other assets within a BlazeMeter workspace. Assets are used for organizing and managing test data, configurations, and related resources.
Input parameters
Data content for the asset.
Internal identifier for the asset. Must be unique within the workspace.
Asset classification type (e.g., 'data-model', 'test-data')
Numeric ID of the workspace where the asset will be created. Obtain this using the GET_WORKSPACES action.
Metadata information for the asset.
Optional UUID of package to organize assets. Used for grouping related assets together.
User-friendly display name for the asset
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
BLAZEMETER_CREATE_WORKSPACES_ASSETS_DEPENDENCIES2Tool to create a dependency relationship between two assets in a BlazeMeter workspace. Use when establishing that one asset depends on another asset. The source asset (aId) will depend on the target asset (targetDepId). This is useful for tracking asset relationships in the BlazeMeter Asset Repository.
Input parameters
UUID of the source asset that will depend on the target asset. This is the asset that has the dependency.
Numeric ID of the workspace containing the assets. Obtain this using the GET_WORKSPACES action.
UUID of the target asset that the source asset will depend on. This is the dependency being created.
Optional type of dependency relationship. If not specified, the API will use '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
BLAZEMETER_CREATE_WORKSPACES_PACKAGESCreates a new package within a BlazeMeter workspace. Packages are used for managing and organizing test artifacts and dependencies. Use when you need to create a new package with a specific name, version, and optional dependencies.
Input parameters
Name of the package. This is the package identifier used in code.
Numeric ID of the workspace to create the package in. Obtain this using the GET_WORKSPACES action.
Version of the package in semantic versioning format.
Display name of the package. Human-readable name shown in the UI.
Optional package dependencies object. Contains information about other packages this package depends on.
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
BLAZEMETER_CREATE_WORKSPACES_TRANSACTIONSTool to create transactions in a BlazeMeter workspace for service virtualization. Use when you need to define mock API behaviors by specifying request matching criteria and response definitions. Transactions allow you to virtualize services and simulate API responses for testing purposes.
Input parameters
Numeric ID of the service within the workspace. This identifies the specific service virtualization instance.
Numeric ID of the workspace where transactions will be created. Obtain this using the GET_WORKSPACES action.
Array of transaction objects to create. Each transaction defines request matching criteria and response behavior for service virtualization.
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
BLAZEMETER_DELETE_API_MONITORING_SCHEDULETool to delete a specific test schedule by its ID. Use when you need to remove a scheduled test by its unique schedule identifier.
Input parameters
Unique identifier of the test schedule to delete.
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
BLAZEMETER_DELETE_PRIVATE_LOCATION_WORKSPACETool to remove a workspace from a private location. Use when you need to revoke a workspace's access to a specific private location by providing both the harbor ID and workspace ID.
Input parameters
The identifier for the private location (also called harbor ID).
The identifier for the workspace to be removed from the private location.
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
BLAZEMETER_DELETE_PROJECTTool to delete a specific project by its ID. Use when you need to remove a project from BlazeMeter. If the project contains tests or test reports, use the force parameter to delete it including all contents.
Input parameters
Unique identifier of the project to delete.
Force delete a project that contains test reports. If true, will delete the project including all tests and masters present in it. Use with caution as this is irreversible.
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
BLAZEMETER_DELETE_TEST_FILETool to delete a file from a test. Use when you need to remove an uploaded file asset (JMX script, CSV data, or configuration) from a BlazeMeter test.
Input parameters
The unique identifier for the test from which to delete the file.
The name of the file to remove from the test (e.g., 'test_script.jmx', 'data.csv').
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
BLAZEMETER_DELETE_TESTSTool to delete a test by its ID. Use when you need to remove a performance test from BlazeMeter.
Input parameters
The ID of the test to delete.
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
BLAZEMETER_DELETE_WORKSPACE_ASSET_DEPENDENCYTool to delete a dependency from a workspace's asset repository by its ID. Use when you need to remove a specific asset dependency.
Input parameters
Unique identifier of the dependency to delete.
Workspace ID where the asset dependency is located.
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
BLAZEMETER_DELETE_WORKSPACES_ASSETSTool to delete an asset from a workspace in BlazeMeter's Asset Repository. Use when you need to remove an asset that is no longer needed. This permanently deletes the asset from the workspace.
Input parameters
The unique identifier (UUID) of the asset to delete. This is typically a UUID string like '99517208-a0c9-4c3d-a298-0260e2649586'.
The numeric ID of the workspace containing the asset. Obtain this from the GET_WORKSPACES action.
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
BLAZEMETER_DELETE_WORKSPACES_ASSETS_DEPENDENCIESTool to delete asset dependencies by source/target in a workspace. Use when you need to remove dependency relationships between workspace assets.
Input parameters
Workspace ID to delete dependencies from
Source dependency ID to filter by
Target dependency ID to filter by
Source dependency type to filter by
Target dependency type to filter by
Dependency relationship type to filter by
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
BLAZEMETER_DELETE_WORKSPACES_LOGSTool to delete master test execution logs from a BlazeMeter workspace. Use when you need to remove logs for specific test masters to free up storage space. The operation is irreversible and removes all logs associated with the specified master IDs.
Input parameters
The workspace identifier where the master logs reside
The ID(s) of the master(s) whose logs to remove, formatted in an array
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
BLAZEMETER_DELETE_WORKSPACES_MANAGERSTool to remove managers from a workspace. Use when you need to revoke manager access for one or more users by providing the workspace ID and an array of manager IDs.
Input parameters
The workspace identifier to remove managers from
The IDs of managers to remove from the workspace. Provide one or more manager user IDs to revoke their manager access.
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
BLAZEMETER_DELETE_WORKSPACES_PACKAGESTool to delete a package from a workspace in the BlazeMeter Asset Repository. Use when you need to remove a package by its workspace and package identifiers.
Input parameters
Unique identifier of the package to delete.
Numeric identifier of the workspace containing the package.
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
BLAZEMETER_DUPLICATE_TESTTool to duplicate an existing test by its ID. Use when you need to create a copy of a test with all its configuration settings.
Input parameters
The unique identifier of the test to duplicate
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
BLAZEMETER_EXPORT_PACKAGETool to export a package from BlazeMeter Asset Repository as a zip file. Use when you need to download or backup a package's assets and metadata.
Input parameters
Package ID to export (UUID format)
Workspace ID where the package is located
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
BLAZEMETER_EXPORT_WORKSPACES_PACKAGESTool to export multiple packages from a workspace as a zip file. Use when you need to download and bundle multiple test packages for backup, transfer, or sharing purposes.
Input parameters
Workspace ID to export packages from. This is the numeric identifier of the workspace containing the packages.
Array of package IDs to export. Each ID is a UUID string representing a package. At least one package ID must be provided.
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
BLAZEMETER_GENERATE_WORKSPACES_DATAMODELSTool to generate test data from a data model in Asset Repository. Use when you need to create synthetic test data based on a predefined data model structure.
Input parameters
Unique identifier (UUID) of the data model to generate data from. Obtain this from GET_WORKSPACES_ASSETS action filtering by type 'data-model'.
Number of test data records to generate (optional, defaults to API default if not specified)
Numeric ID of the workspace containing the data model. Obtain this using the GET_WORKSPACES action.
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
BLAZEMETER_GENERATE_WORKSPACES_TESTDATATool to generate synthetic test data on-the-fly without storing in Asset Repository. Use when you need to quickly generate test data based on a data model schema with generator functions. The data model defines entity schemas with properties, data types, and generator function requirements. Generator functions (like randText, regExp, randInt) create realistic synthetic data. Use the GET_GENERATOR_FUNCTIONS action to discover available generator functions and their parameters.
Input parameters
Data model definition wrapped in the required structure
Name of the entity to generate data for. Must match one of the entity keys defined in the data model's entities dictionary.
Numeric ID of the workspace where test data will be generated. Obtain this using the GET_WORKSPACES or GET_USER_PROJECTS action.
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
BLAZEMETER_GET_ACCOUNTSTool to retrieve a list of accounts associated with the authenticated user. Use after confirming valid authentication.
Input parameters
Number of accounts to skip for pagination. Defaults to 0.
Sort order for returned accounts. Prefix with '-' for descending order. E.g. \['name', '-created'\]
Maximum number of accounts to return. Defaults to 10 if not specified.
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
BLAZEMETER_GET_API_MONITORING_SCHEDULETool to retrieve details of a specific API monitoring schedule by its ID. Use when you need to inspect the configuration or timing of an existing schedule.
Input parameters
Unique identifier of the API monitoring schedule 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
BLAZEMETER_GET_API_MONITORING_SCHEDULESRetrieves a paginated list of API monitoring test schedules. Use to enumerate, review, or manage scheduled test runs. IMPORTANT: At least one of testId, collectionId, workspaceId, or projectId must be provided. Use BLAZEMETER_GET_WORKSPACES or BLAZEMETER_GET_PROJECTS to get valid IDs for filtering.
Input parameters
Number of schedules to skip for pagination (default: 0)
Maximum number of schedules to return (default: 10)
Test ID to filter schedules by. Use BLAZEMETER_GET_TESTS to retrieve test IDs. Required if collectionId, workspaceId, and projectId are not provided.
Filter schedules by enabled state (true for active schedules, false for disabled)
Account ID to filter schedules by. Use BLAZEMETER_GET_ACCOUNTS to retrieve account IDs.
Project ID to filter schedules by. Use BLAZEMETER_GET_PROJECTS to retrieve project IDs. Required if testId, collectionId, and workspaceId are not provided.
Workspace ID to filter schedules by. Use BLAZEMETER_GET_WORKSPACES to retrieve workspace IDs. Required if testId, collectionId, and projectId are not provided.
Multi-test collection ID to filter schedules by. Use BLAZEMETER_GET_MULTI_TESTS to retrieve collection IDs. Required if testId, workspaceId, and projectId are not provided.
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
BLAZEMETER_GET_GENERATOR_FUNCTIONSTool to retrieve all available test data generator functions from BlazeMeter Test Data API. Use when you need to discover what generator functions are available for creating synthetic test data. This action returns a comprehensive list of generator functions organized by category (numeric, text, datetime, logical, CSV, etc.), including function signatures, parameters, return types, descriptions, and usage examples.
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
BLAZEMETER_GET_GENERATOR_SEEDLISTSTool to retrieve a list of all available seed lists from BlazeMeter Test Data Management API. Use when you need to view available seed list files that contain sample text such as names of countries, persons, streets, banks, months, weekdays, etc., for test data generation.
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
BLAZEMETER_GET_INFO_HEALTHTool to retrieve the BlazeMeter service health status. Use when you need to check if the service is operational and healthy.
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
BLAZEMETER_GET_INFO_VERSIONTool to retrieve BlazeMeter service version information. Returns version details including git branch, commit hash, and build number. Use when you need to check the current version of the BlazeMeter service or verify which build is deployed.
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
BLAZEMETER_GET_MASTERS_REPORTS_MAIN_SUMMARYTool to retrieve request statistics summary for a master test run. Use when you need high-level performance metrics including response times, throughput, error rates, and percentiles for a completed or running test execution.
Input parameters
The unique ID of the master test run to retrieve summary statistics 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
BLAZEMETER_GET_MULTI_TESTTool to retrieve details of a specific multi-test. Use after creating or listing multi-tests when you need full configuration and status. Minimal example: "Get multi-test 12345678 with populated tests."
Input parameters
Unique identifier of the multi-test (collection) to retrieve.
If true, include detailed embedded test objects in the 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
BLAZEMETER_GET_MULTI_TESTSRetrieves a paginated list of multi-tests within a BlazeMeter workspace. Multi-tests allow you to run multiple test configurations together. Use this to list, filter by project, and paginate through available multi-tests. Requires workspaceId (obtain via GET_WORKSPACES).
Input parameters
Number of multi-tests to skip for pagination (default is 0)
Sorting criteria as a list of field:direction strings. Valid fields include 'name', 'created', 'updated'. Direction can be 'asc' or 'desc' (prefix with '-' for descending).
Maximum number of multi-tests to return per page (default is 10)
Optional filter to retrieve multi-tests only from a specific project within the workspace. Obtain project ID using GET_PROJECTS action.
ID of the workspace to retrieve multi-tests from. Required to list multi-tests. Obtain workspace ID using GET_WORKSPACES action.
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
BLAZEMETER_GET_PRIVATE_LOCATIONSTool to retrieve a list of private locations filtered by account or workspace. Use when you need to list available private locations for performance testing.
Input parameters
Number of private locations to skip for pagination (default: 0)
Maximum number of private locations to return (default: 10)
Filter by private location type. Use 'small' for Shared private locations or 'large' for Dedicated private locations.
Filter private locations by account ID. At least one of accountId or workspaceId should be provided.
Filter private locations by workspace ID. At least one of accountId or workspaceId should be provided.
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
BLAZEMETER_GET_PROJECT_DETAILSTool to retrieve detailed information about a specific project by its ID. Use when you need to fetch metadata for a single project including name, description, workspace association, and timestamps.
Input parameters
The project ID to retrieve details 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
BLAZEMETER_GET_PROJECTSTool to retrieve a list of projects within a specified workspace. Use when you need to enumerate or page through projects under a given workspace.
Input parameters
Number of projects to skip for pagination (default: 0)
Sort order for results as a list of sort fields. Format: \['field' or '-field'\]. Use '-' prefix for descending order. Examples: \['name'\] for ascending by name, \['-created'\] for descending by created date, \['name', '-updated'\] for multiple sort criteria.
Maximum number of projects to return (default: 10)
The numeric ID of the workspace to list projects from. Obtain this from the GET_WORKSPACES action.
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
BLAZEMETER_GET_REGIONSTool to retrieve a list of all available test regions for API monitoring. Use when you need to identify valid region codes for scheduling tests or determining where tests can run.
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
BLAZEMETER_GET_SEARCH_METADATARetrieve metadata about searchable entities, fields, relationships, and operators in BlazeMeter's search API. Use when you need to understand available search entities, their fields, relationships between entities, or supported query operators.
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
BLAZEMETER_GET_SHARED_FOLDERSTool to retrieve a list of shared folders within a specified workspace. Use when you need to list or enumerate shared folders for organizing tests and assets.
Input parameters
The numeric ID of the workspace to retrieve shared folders from. Obtain this from the GET_WORKSPACES action.
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
BLAZEMETER_GET_TAGSTool to retrieve a list of all tags from BlazeMeter Mock Services API. Use when you need to enumerate or page through tags for service virtualization.
Input parameters
Number of tags to skip for pagination (default: 0)
Field to sort by (e.g., 'name')
Maximum number of tags to return (default: 100)
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
BLAZEMETER_GET_TEST_DETAILSTool to retrieve complete details of a specific test by its ID. Use when you need full information about a test including configuration, executions, tags, and metadata.
Input parameters
The unique identifier of the test 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
BLAZEMETER_GET_TESTSRetrieve a list of performance tests filtered by workspace or project. Either workspaceId or projectId is required. Use this action to list all tests within a specific workspace or project, with support for pagination and sorting. Example: Get all tests in workspace 2225472: {"workspaceId": 2225472, "limit": 10}
Input parameters
Number of items to skip before starting to collect the result set
Sorting criteria for the results. Prefix with '-' for descending order. Example: \['name'\] for ascending by name, \['-created'\] for descending by created date.
Maximum number of tests to return (default is 10)
The ID of the project to filter tests. Either workspaceId or projectId is required.
The ID of the workspace to filter tests. Either workspaceId or projectId is required.
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
BLAZEMETER_GET_TESTS_FILESTool to list all files associated with a test. Use when you need to view the files attached to a specific test, such as JMX scripts, CSV data files, or YAML configurations. The download links in the response are valid for 20 minutes.
Input parameters
A filename search filter that returns results containing the specified string in the file name
The unique identifier of the test whose files 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
BLAZEMETER_GET_TEST_VALIDATIONSTool to retrieve validation results for a specific test by its ID. Use after uploading or modifying test files to confirm file validation status.
Input parameters
Unique identifier of the test to retrieve validation results 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
BLAZEMETER_GET_USERRetrieve the authenticated user's profile information including their default project and preferences. This tool fetches details about the currently authenticated BlazeMeter user, including: - Basic profile info (name, email, timezone) - Account status (enabled, roles) - Activity timestamps (created, last login, last access) - Default project and workspace configuration - User preferences and settings No parameters required - returns information based on the authentication credentials used.
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
BLAZEMETER_GET_USER_ACTIVE_SESSIONSTool to retrieve the list of active test sessions for the authenticated user. Use when you need to check which performance tests or functional tests are currently running for the user. Returns an empty list if no sessions are active.
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
BLAZEMETER_GET_USER_INVITESTool to retrieve pending invites for the authenticated user. Use when checking for workspace or account invitations.
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
BLAZEMETER_GET_USER_PROJECTSTool to retrieve all projects belonging to the authenticated user. Use when you need to list projects accessible by the current user across all 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
BLAZEMETER_GET_WORKSPACE_DETAILSTool to retrieve detailed information about a specific workspace by its ID. Use when you need to fetch workspace configuration, owner details, member count, allowances, available locations, and capabilities.
Input parameters
The unique identifier for 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
BLAZEMETER_GET_WORKSPACE_PACKAGETool to retrieve a specific package by its ID from a workspace in the BlazeMeter Asset Repository. Use when you need to fetch detailed information about a package, including its metadata, version, and optionally its dependencies.
Input parameters
The unique identifier (UUID) of the package to retrieve. Format: UUID string (e.g., '57f46baa-e10b-47e8-9d4c-256ca8463594').
The numeric ID of the workspace containing the package. Obtain this from the GET_WORKSPACES action.
If true, includes package dependencies in the response. If false or omitted, returns only the package information without dependencies.
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
BLAZEMETER_GET_WORKSPACESTool to retrieve a list of workspaces for a specified account. Use when you need to list or filter workspaces by account, status, or name.
Input parameters
Number of workspaces to skip for pagination (offset)
Maximum number of workspaces to return per page
If true, returns only enabled workspaces; if false, only disabled workspaces
ID of the account to retrieve workspaces for
Filter workspaces by name containing this string
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
BLAZEMETER_GET_WORKSPACES_ASSETSTool to retrieve all data models (assets) in a workspace for Test Data Management. Use when you need to list or search for test data assets within a specific workspace.
Input parameters
Search query filter as an array of strings to filter assets by criteria
Number of assets to skip for pagination (default: 0)
Maximum number of assets to return (default: varies by API)
Field name to sort the results by (e.g., 'name', 'created', 'updated')
Sort direction: 'asc' for ascending or 'desc' for descending
If true, includes the actual data content of the assets in the response
If true, includes system-level assets in the response
The numeric ID of the workspace to retrieve assets from. Obtain this from the GET_WORKSPACES action.
If true, includes assets shared at the account level
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
BLAZEMETER_GET_WORKSPACES_ASSETS2Tool to retrieve a specific asset by ID from the Test Data Management Asset Repository. Use when you need to fetch details of a single asset including metadata, data content, or dependencies.
Input parameters
Unique identifier of the asset to retrieve (UUID format).
If true, include asset data content in the response.
ID of the workspace containing the asset.
If true, include asset dependencies in the 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
BLAZEMETER_GET_WORKSPACES_ASSETS_DATATool to retrieve data from a specific asset in a workspace's asset repository. Use when you need to fetch the actual content/data of an asset stored in BlazeMeter's Asset Repository.
Input parameters
The unique identifier (UUID) of the asset to retrieve data from. This is typically a UUID string like '8ab7603b-ee89-4d78-bc92-2d61be334309'.
The numeric ID of the workspace containing the asset. Obtain this from the GET_WORKSPACES action.
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
BLAZEMETER_GET_WORKSPACES_ASSETS_DEPENDENCIESTool to retrieve all dependencies for a given workspace with optional filtering criteria. Use when you need to understand asset relationships and dependencies within a workspace.
Input parameters
Number of dependencies to skip for pagination
The numeric ID of the workspace to retrieve asset dependencies from
Maximum number of dependencies to return
Filter by source dependency ID
Filter by target dependency ID
Filter by source dependency type
Filter by target dependency type
Filter by dependency type
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
BLAZEMETER_GET_WORKSPACES_ASSETS_DEPENDENCIES2Tool to retrieve a specific dependency by ID from a workspace's asset repository. Use when you need to fetch detailed information about a particular dependency asset.
Input parameters
The unique identifier (UUID) of the dependency to retrieve
The numeric ID of the workspace containing the dependency
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
BLAZEMETER_GET_WORKSPACES_ASSETS_DEPENDENCIES3Tool to retrieve dependencies for a specific asset in a workspace from the BlazeMeter Asset Repository. Use when you need to list dependencies of an asset.
Input parameters
The UUID of the asset to retrieve dependencies for (e.g., '6e4cb6c8-c1e1-41e6-a3dd-b00469ca4b14')
The numeric ID of the workspace containing the asset. Obtain this from the GET_WORKSPACES action.
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
BLAZEMETER_GET_WORKSPACES_DATAMODELS2Tool to retrieve a specific data model by ID from a workspace in Test Data Management. Use when you need to fetch the schema and details of a particular data model for test data generation.
Input parameters
The data model identifier in UUID format. Obtain this from the GET_WORKSPACES_ASSETS action.
Numeric ID of the workspace containing the data model. Obtain this using the GET_WORKSPACES action.
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
BLAZEMETER_GET_WORKSPACE_SERVICE_MOCK_TEMPLATE_BY_IDTool to get virtual service template details from a specific workspace. Use when you need to retrieve configuration and metadata for a specific service mock template by its ID.
Input parameters
The workspace identifier
The service mock template identifier
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
BLAZEMETER_GET_WORKSPACES_PACKAGESTool to retrieve packages from a BlazeMeter workspace. Use when you need to list or filter packages within a specific workspace using the Asset Repository API.
Input parameters
Search query array to filter packages
Number of packages to skip for pagination (default: 0)
ID of the workspace to retrieve packages for
Maximum number of packages to return (default: varies by API)
Field to sort the results by (e.g., name, created)
Sort direction: 'asc' for ascending or 'desc' for descending
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
BLAZEMETER_GET_WORKSPACES_PACKAGES_DEPENDENCIESTool to retrieve package dependencies for a specific package in a workspace. Use when you need to list dependencies for a package managed in BlazeMeter's artifact repository.
Input parameters
The unique package identifier (UUID format). Obtain this from the list packages endpoint.
The numeric ID of the workspace containing the package. Obtain this from the GET_WORKSPACES action.
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
BLAZEMETER_GET_WORKSPACES_SERVICE_MOCK_TEMPLATESTool to list virtual service templates available in a workspace. Use when you need to retrieve available service mock templates for service virtualization.
Input parameters
The unique identifier for the workspace to list service mock templates from
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
BLAZEMETER_GET_WORKSPACES_TRANSACTIONSTool to list transactions for virtual services in a workspace. Use when you need to retrieve transactions (request/response pairs) for service virtualization.
Input parameters
The unique identifier for the workspace to list transactions from
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
BLAZEMETER_GET_WORKSPACES_USERSTool to retrieve a list of users within a specified workspace. Use when you need to enumerate users, filter by roles, or check user status in a workspace.
Input parameters
Filter by specific workspace roles. Valid values: 'tester', 'manager', 'viewer'. Multiple roles can be specified.
Filter by user status. If true, returns only enabled users; if false, only disabled users. Omit to return all users regardless of status.
Filter the returned user list to match user email addresses containing this string.
The numeric ID of the workspace to retrieve users from. Obtain this from the GET_WORKSPACES action.
Exclude users with specific workspace roles. Valid values: 'tester', 'manager', 'viewer'.
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
BLAZEMETER_IMPORT_WORKSPACE_PACKAGEImport a package from a ZIP file into a BlazeMeter workspace. Use to upload and deploy test packages, with an optional force parameter to overwrite existing packages with the same name.
Input parameters
Package ZIP file to import.
Numeric ID of the workspace to import the package into. Obtain this using the GET_WORKSPACES action.
If true, overwrites an existing package with the same name. If false or omitted, import fails if package exists.
Optional overrides configuration as a JSON string. Used to customize package import behavior.
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
BLAZEMETER_LIST_GENERATOR_CARD_ISSUERSTool to retrieve a list of available card issuers for test data generation. Use when you need to generate credit card test data and want to know which card issuer types are supported and their valid digit lengths.
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
BLAZEMETER_PUBLISH_API_DATAPublishes test data through the BlazeMeter Test Data Management API. This tool enables API Publishing to initialize test environments by reading, writing, or deleting data before executing tests. Use when preparing stateful test environments with HTTP requests mapped to data entities.
Input parameters
JSON:API type identifier, must be 'api-publish'
Attributes containing the data and configuration for the publish operation
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
BLAZEMETER_REGISTER_USERTool to register a new user account in BlazeMeter. Use when creating a new user registration via API. This endpoint creates a new user with the provided credentials and returns the user details upon successful registration.
Input parameters
Email address for the new user account. Must be unique and valid.
Last name of the user to register.
Password for the new user account. Should meet security requirements.
First name of the user to register.
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
BLAZEMETER_START_TESTTool to start a preconfigured performance load test. Use when you need to execute a test that has already been created and configured. Returns a masterId that can be used to track test status, stop the test, or retrieve results.
Input parameters
The unique numeric ID of the test to start. Obtain this from GET /tests endpoint or from the response when creating a test.
Run as a debug test. Debug tests have limited duration and are useful for validating test configuration before running full performance tests.
Whether to delay start until all engines are ready. When true, the test will wait for all engines to be provisioned before starting execution.
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
BLAZEMETER_STOP_MASTERGracefully stop a running BlazeMeter test execution (master) by its ID. The stop operation signals test sessions to close gracefully and archive test files. Use this to abort a running performance test. To find the master_id, use GET /masters endpoint filtered by testId or workspaceId. Note: This is a graceful stop - for immediate termination, use the terminate endpoint instead.
Input parameters
The unique numeric ID of the test execution (master) to stop. Obtain this from the response when starting a test via POST /tests/{testId}/start, or by listing masters via GET /masters.
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
BLAZEMETER_STOP_TESTTool to stop all active masters (test executions) for a given test ID. Use when you need to terminate all running sessions associated with a test. For more selective control, use the stop master action with a specific masterId to avoid terminating instances launched by other users.
Input parameters
The unique numeric ID of the test whose active masters should be stopped. Obtain this from the test creation response or by listing tests via GET /tests.
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
BLAZEMETER_TERMINATE_USER_ACTIVE_SESSIONSTool to immediately terminate active user sessions in BlazeMeter. Use when you need to forcefully stop running test sessions for the authenticated user. This is an immediate termination action - for graceful shutdown, use the stop endpoint instead.
Input parameters
List of session IDs to terminate. Session IDs are strings representing active test execution sessions. Provide an empty array to terminate all active sessions for 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
BLAZEMETER_TERMINATE_WORKSPACES_MASTERSTool to terminate all running masters in a BlazeMeter workspace. Use when you need to stop all active test executions in a workspace. Set dryRun=true to preview which masters would be terminated without actually stopping them.
Input parameters
The workspace ID whose masters should be terminated. Obtain this using the GET_WORKSPACES action.
If false, terminates all masters in the workspace. If true, returns list of masters that would be terminated without actually terminating them. Defaults to false if not specified.
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
BLAZEMETER_UPDATE_API_MONITORING_SCHEDULETool to update the configuration of an existing API monitoring schedule. Use when you need to enable or disable a schedule after confirming its ID.
Input parameters
Indicates whether the schedule should be active (true) or inactive (false)
Unique identifier of the API monitoring schedule 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
BLAZEMETER_UPDATE_PROJECTTool to update an existing BlazeMeter project by its ID. Use when you need to modify the name, description, or workspace association of a project. Only the fields you provide will be updated; all other fields remain unchanged.
Input parameters
New name for the project. If not provided, the existing name is preserved.
The identifier of the project to update. Obtain this using GET_PROJECTS or GET_PROJECT_DETAILS actions.
New description for the project. If not provided, the existing description is preserved.
The workspace identifier to associate with the project. If not provided, the existing workspace association is preserved.
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
BLAZEMETER_UPDATE_TESTTool to update details of a specific test by its ID. Use when you need to modify test configuration or name of an existing test after confirming its ID. Example: "Update the test name to 'LoadTest' for test with ID '12345'."
Input parameters
New name for the test.
Unique identifier of the test to update.
Configuration settings for updating a BlazeMeter test.
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
BLAZEMETER_UPDATE_WORKSPACES_ASSETSTool to update an existing asset in a BlazeMeter workspace. Use when you need to modify asset properties such as name, display name, type, metadata, or data content. All fields are optional - provide only the fields you want to update. The asset is identified by workspace_id and asset_id.
Input parameters
Data model content for the asset. Structure depends on the asset type.
Internal identifier for the asset. This is the technical name used by the system.
Asset classification type, e.g., 'data-model'
UUID of the asset to update
Metadata information for the asset.
UUID of package to organize assets. Update this to move the asset to a different package.
User-friendly display name shown in the UI
Numeric ID of the workspace containing the asset. Obtain this using the GET_WORKSPACES action.
Asset dependencies. Specifies other assets this asset depends on.
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
BLAZEMETER_UPDATE_WORKSPACES_ASSETS_DEPENDENCIESTool to update asset dependencies in a BlazeMeter workspace. Use when you need to define or modify the dependency relationships between assets. The provided dependencies list replaces all existing dependencies for the specified asset.
Input parameters
Asset ID (UUID) for which to update dependencies
Workspace ID where the asset is located. Obtain this using the GET_WORKSPACES action.
List of asset dependencies to set for this asset. This replaces all existing dependencies.
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
BLAZEMETER_UPDATE_WORKSPACES_PACKAGESTool to update an existing package in a BlazeMeter workspace. Use when you need to modify package properties such as name, display name, version, or dependencies. The package name field is required even when updating other fields.
Input parameters
Unique identifier (UUID) of the package to update.
Package name (required). This is the internal name of the package.
Numeric ID of the workspace containing the package.
Package version string. Used for tracking package releases.
Display name for the package. This is the human-readable name shown in the UI.
Package dependencies as a key-value object mapping package names to versions. Defines other packages this package depends on.
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
BLAZEMETER_UPDATE_WORKSPACES_PACKAGES_DEPENDENCIESTool to update package dependencies for a specific package in a workspace. Use when you need to add, modify, or remove dependencies for a package managed in BlazeMeter's artifact repository.
Input parameters
The unique package identifier (UUID format). Obtain this from the list packages endpoint.
The numeric ID of the workspace containing the package. Obtain this from the GET_WORKSPACES action.
Array of package dependencies to set. Each dependency specifies a package name and version. Pass an empty array to clear all dependencies.
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
BLAZEMETER_UPDATE_WORKSPACES_SERVICE_MOCK_TEMPLATESTool to update a virtual service template configuration (Service Virtualization). Use when you need to modify settings like name, description, live system configuration, endpoint preferences, or request handling behavior for an existing virtual service template.
Input parameters
The designation for the virtual service. If not provided, the existing name is preserved.
Synthetic delay between test steps in milliseconds. If not provided, the existing value is preserved.
The unique identifier of the virtual service template to update
Details about the template. If not provided, the existing description is preserved.
The unique identifier of the workspace containing the virtual service template
Host address of the live system to forward unmatched requests. Must start with http:// or https://. If not provided, the existing value is preserved.
Port number for the live system. If not provided, the existing value is preserved.
Protocol selection for the virtual service endpoint.
Behavior when requests don't match any configured mock.
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
BLAZEMETER_UPDATE_WORKSPACE_USERTool to update a user's role and status within a BlazeMeter workspace. Use when you need to change a user's permissions (tester, manager, or viewer) or enable/disable their access. Only ONE role should be assigned per user. Requires valid workspace and user IDs.
Input parameters
A single workspace role assignment. Only ONE role should be assigned for any user. Options: tester, manager, or viewer.
The user identifier to be updated.
Whether the user is active or disabled in the workspace.
The workspace identifier. Obtain this using the GET_WORKSPACES action.
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
BLAZEMETER_UPLOAD_TEST_FILESUpload a file asset (script, data file, or configuration) to a BlazeMeter test. Use after creating a test via CREATE_TEST to attach JMX scripts, CSV data files, YAML Taurus configs, or other test resources before execution.
Input parameters
File to upload.
The numeric ID of the test to upload files to. Obtain this from GET_TESTS or CREATE_TEST actions.
Model representing a file to upload with direct content.
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
BLAZEMETER_UPLOAD_WORKSPACES_ASSETS_DATATool to upload asset data to a BlazeMeter workspace. Use when you need to upload CSV, JSON, or other data files to workspace assets for test data or configuration.
Input parameters
File to upload.
The numeric ID of the workspace containing the asset. Obtain this from GET_WORKSPACES action.
The unique identifier (UUID) of the asset to upload data to.
Model representing a file to upload with direct content.
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
BLAZEMETER_VALIDATE_TESTTool to validate a specific test by its ID. Use after creating or updating a test to ensure its configuration is valid.
Input parameters
The numeric ID of the BlazeMeter test to validate. You can obtain this ID from the GET_TESTS action.
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
BLAZEMETER_VALIDATE_WORKSPACES_ASSETSTool to validate a data model asset in a workspace for test data management. Use when you need to verify that a data model configuration is correct and passes validation rules before using it in tests.
Input parameters
Numeric ID of the workspace containing the asset. Obtain this using the GET_WORKSPACES action.
The Data Model identifier in UUID format. Obtain this from the GET_WORKSPACES_ASSETS action.
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 95 agents privately built on Nagent that already use Blazemeter.
Build on Nagent
Connect Blazemeter 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 Blazemeter, and click "Connect Now." You'll authenticate with BASIC — Nagent handles credential storage and refresh automatically. Once connected, Blazemeter is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Blazemeter is connected, you configure its 92 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Blazemeter 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 Blazemeter event fires, the agent kicks off automatically.
Every Blazemeter 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 Blazemeter ships with 92 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Blazemeter together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Blazemeter-based workflows tailored to your business.