Connect Blazemeter to OpenClaw on Operator.io
Blazemeter is a continuous testing platform for web and mobile app performance. It empowers teams to automate and analyze large-scale tests with ease.
Automate Blazemeter with AI
Operator runs your personal agent on OpenClaw, the open source agent framework, and points it straight at Blazemeter. You message the agent on Telegram or Discord, tell it what you need in plain language, and it operates Blazemeter on its own, running actions like convert transactions, create api monitoring schedule, create multi test.
Your agent reaches Blazemeter directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Blazemeter
Your agent can call any of these Blazemeter actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Convert Transactions
Tool to convert transaction files to BlazeMeter DSL format for service virtualization. Use when importing API specifications (Swagger, HAR, YAML) to create virtual service transactions.
Create API Monitoring Schedule
Tool 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.
Create Multi Test
Tool 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."
Create Private Location
Tool 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. Re...
Create Private Location Agent
Creates 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.
Create Project
Creates 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 uniq...
Create Search
Execute 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.
Create Tag
Creates 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.
Create Test
Tool to create a new single test within a specified project. Use when registering a new performance test via API.
Create Workspace Asset
Tool 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, an...
Create Asset Dependency
Tool 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 fo...
Create Workspace Package
Creates 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.
Create Workspace Transactions
Tool 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 servi...
Delete API Monitoring Schedule
Tool to delete a specific test schedule by its ID. Use when you need to remove a scheduled test by its unique schedule identifier.
Delete Private Location Workspace
Tool 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.
Delete Project
Tool 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.
Delete Test File
Tool 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.
Delete Tests
Tool to delete a test by its ID. Use when you need to remove a performance test from BlazeMeter.
Delete Workspace Asset Dependency
Tool to delete a dependency from a workspace's asset repository by its ID. Use when you need to remove a specific asset dependency.
Delete Workspace Asset
Tool 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.
Delete Workspace Assets Dependencies
Tool to delete asset dependencies by source/target in a workspace. Use when you need to remove dependency relationships between workspace assets.
Delete Workspace Logs
Tool 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...
Delete Workspace Managers
Tool 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.
Delete Workspace Package
Tool 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.
Duplicate Test
Tool to duplicate an existing test by its ID. Use when you need to create a copy of a test with all its configuration settings.
Export Package
Tool 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.
Export Workspaces Packages
Tool 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.
Generate Test Data from Data Model
Tool 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.
Generate Workspace Test Data
Tool 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 proper...
Get Accounts
Tool to retrieve a list of accounts associated with the authenticated user. Use after confirming valid authentication.
Get API Monitoring Schedule
Tool 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.
Get API Monitoring Schedules
Retrieves 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_WORKSPA...
Get Generator Functions
Tool 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 o...
Get Generator Seed Lists
Tool 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, weekd...
Get Info Health
Tool to retrieve the BlazeMeter service health status. Use when you need to check if the service is operational and healthy.
Get Info Version
Tool 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 deplo...
Get Masters Reports Main Summary
Tool 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.
Get Multi Test
Tool 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."
Get Multi Tests
Retrieves 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 worksp...
Get Private Locations
Tool to retrieve a list of private locations filtered by account or workspace. Use when you need to list available private locations for performance testing.
Get Project Details
Tool 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.
Get Projects
Tool to retrieve a list of projects within a specified workspace. Use when you need to enumerate or page through projects under a given workspace.
Get Regions
Tool 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.
Get Search Metadata
Retrieve 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 ope...
Get Shared Folders
Tool 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.
Get Tags
Tool 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.
Get Test Details
Tool 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.
Get Tests
Retrieve 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. Exampl...
Plus 44 more Blazemeter actions your agent can call.
How to connect Blazemeter
You authorize Blazemeter once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Blazemeter without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Blazemeter
- How do I connect Blazemeter to Operator?
- You authorize Blazemeter once from your Operator dashboard. Operator holds the connection and refreshes the access token for you, so your agent keeps working with Blazemeter without you signing in again.
- Can my agent work with issues and pull requests in Blazemeter?
- Yes. It can open and comment on issues, review pull requests, manage labels, and read project details when you ask. Teams use it to triage incoming work, draft release notes, and post a summary of what changed without leaving chat.
- Do I need to write code or manage Blazemeter API keys?
- No code and no API keys. You authorize Blazemeter through a normal sign in and Operator handles the connection, so there is nothing to wire up or host.
- Can my agent use Blazemeter together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Blazemeter and tools like GitHub, Supabase, Pagerduty in one job, reading from one and acting in another without you wiring anything between them.
More apps to automate
Apps your agent runs alongside Blazemeter, or browse all integrations.
Put your agent on Blazemeter
Sign in, connect Blazemeter, and hand your agent the work. Your first week is free.
Try for free