Aident logoAident logo centerAident Loadout
SkillsAppsActionsPricingDocs
ENStart Now

Actions for AI agents

Explore exact operations, provider setup, pricing, and safety details before using them with Aident Loadout.

Showing 5233-5256 of 33029 Actions, ordered by recent successful use.

Blazemeter Get Workspaces Transactions

Blazemeter Tools

Tool to list transactions for virtual services in a workspace. Use when you need to retrieve transactions (request/response pairs) for service virtualization.

Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Get Workspaces Users

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Import Workspace Package

    Blazemeter Tools

    Import 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter List Generator Card Issuers

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Publish Api Data

    Blazemeter Tools

    Publishes 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 ent…

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Register User

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Start Test

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Stop Master

    Blazemeter Tools

    Gracefully 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 works…

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Stop Test

    Blazemeter Tools

    Tool 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 use…

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Terminate User Active Sessions

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Terminate Workspaces Masters

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Api Monitoring Schedule

    Blazemeter Tools

    Tool to update the configuration of an existing API monitoring schedule. Use when you need to enable or disable a schedule after confirming its ID.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Project

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Test

    Blazemeter Tools

    Tool 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'."

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Workspace User

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Workspaces Assets

    Blazemeter Tools

    Tool 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…

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Workspaces Assets Dependencies

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Workspaces Packages

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Workspaces Packages Dependencies

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Update Workspaces Service Mock Templates

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Upload Test Files

    Blazemeter Tools

    Upload 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Upload Workspaces Assets Data

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Validate Test

    Blazemeter Tools

    Tool to validate a specific test by its ID. Use after creating or updating a test to ensure its configuration is valid.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • Blazemeter Validate Workspaces Assets

    Blazemeter Tools

    Tool 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.

    Write Action·Risk level 2 of 5·API key connection·Free Action
  • PreviousPage 219 of 1377Next
    Aident logo

    Product

    Aident LoadoutAident Playbook EditorOpen-CUAK

    About

    AppsSkillsDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

    Alternatives

    vs Composiovs Zapier
    llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

    © Aident Labs, 2024-2026