SKILL.md
BlazeMeter Administration
Comprehensive guide for administering BlazeMeter accounts, workspaces, and teams.
Overview
Administration in BlazeMeter covers account management, workspace and project configuration, security settings, alerts, and team management. This skill covers all administrative tasks and integrates with BlazeMeter MCP tools for programmatic administration.
Quick Start
- Workspaces & Projects: Manage workspaces, projects, and default settings
- Security: Configure SAML SSO, 2FA, and API keys
- Alerts: Create workspace alerts for notifications
- Teams: Manage API Monitoring teams and permissions
MCP Tools Integration
This skill leverages BlazeMeter MCP tools for programmatic administration. Use these tools to automate administrative tasks:
Available MCP Tools
- blazemeteruser with action readuser - Read current user information from BlazeMeter
- blazemeteraccount with action read - Read account information including AI consent settings - blazemeteraccount with action list - List all accounts
- blazemeterworkspaces with action read - Read workspace details including available locations and billing usage - blazemeterworkspaces with action list - List all workspaces for an account - blazemeterworkspaces with action readlocations - Get location lists for a workspace (filter by purpose: load, functional, grid, mock)
- blazemeterproject with action read - Read project information - blazemeterproject with action list - List all projects in a workspace
When to Use MCP Tools
- Programmatic Operations: Use MCP tools for automation, scripting, and integration
- Data Retrieval: Use MCP tools to read account, workspace, and project information
- Configuration Tasks: Use UI for visual configuration tasks (security settings, alerts, team management)
Example Workflows
Getting Workspace and Project Information:
- Use
blazemeter_account to list accounts and get account ID
- Use
blazemeter_workspaces to list workspaces and get workspace ID
- Use
blazemeter_project to list projects and get project ID
- Use these IDs for subsequent operations or API calls
Checking AI Consent:
- Use
blazemeter_account with action read to get account details
- Check AI consent information in the account response
Reference Files
Workspaces & Projects
- [workspaces-projects.md](skill-blazemeter-administration://references/workspaces-projects.md): Workspaces and Projects, How to Change Default Test Location, Time Zone Override, Managing an Account
Security
- [security.md](skill-blazemeter-administration://references/security.md): Security, Two-Factor Authentication
Alerts
- [alerts.md](skill-blazemeter-administration://references/alerts.md): Creating Workspace Alerts
Private Locations
- [private-locations.md](skill-blazemeter-administration://references/private-locations.md): Manage Private Locations
APM Credentials
- [apm-credentials.md](skill-blazemeter-administration://references/apm-credentials.md): Creating APM Credentials
API Monitoring Teams
- [api-monitoring-teams.md](skill-blazemeter-administration://references/api-monitoring-teams.md): API Monitoring Teams
AI Consent
- [ai-consent.md](skill-blazemeter-administration://references/ai-consent.md): AI Consent Management
When to Use Each Reference
- Workspaces & Projects: When managing workspaces, projects, or account settings
- Security: When configuring security settings, SSO, or 2FA
- Alerts: When creating workspace alerts
- Private Locations: When managing private locations across workspaces
- APM Credentials: When creating APM integration credentials
- API Monitoring Teams: When managing API Monitoring teams
- AI Consent: When configuring AI consent settings