workspace

Manage Testany workspaces and members using testany_* interfaces.

79|23|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/TestAny-io/testany-agent-skills --skill workspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace
Source: https://github.com/TestAny-io/testany-agent-skills/tree/main/plugins/testany-bot/skills/workspace
Command: npx skills add https://github.com/TestAny-io/testany-agent-skills --skill workspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables efficient management of Testany workspaces and their members, reducing coordination overhead and ensuring secure access control across teams.

Core Features & Use Cases

  • Create and configure workspaces and their member lists.
  • Assign and modify member roles and permissions.
  • View workspace membership, remove users, and audit access.

Quick Start

Use the workspace skill to view current workspaces, add a member to a workspace, and adjust a user's role. testany_get_my_workspaces testany_get_my_workspaces_with_roles testany_list_users testany_assign_user_to_workspace testany_assign_users_to_workspace testany_find_workspace_users testany_remove_user_from_workspace testany_check_workspace_key testany_request_workspace

Frequently Asked Questions about workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage workspace members and team permissions in Testany?

To manage workspace members and team permissions in Testany, use the workspace skill to view current workspaces, assign users, and modify member roles. It supports querying workspaces and validating workspace keys via testany interfaces.

Can I add or remove multiple users from a workspace at once?

Yes, you can add or remove users from a workspace at once using the testany_assign_users_to_workspace interface. The workspace skill supports modifying access and adjusting team permissions for multiple members efficiently.

What is the best way to audit access and view workspace membership?

The best way to audit access and view workspace membership is using the testany_find_workspace_users and testany_get_my_workspaces_with_roles interfaces. These commands query workspaces to help you review member lists and validate access control.

How do I request a new workspace or check if a workspace key is valid?

To request a new workspace, use the testany_request_workspace interface. To check if a workspace key is valid, use the testany_check_workspace_key command, ensuring secure access control across your teams.

Does the workspace skill support configuring member roles across different teams?

Yes, the workspace skill supports configuring member roles across different teams. You can assign and modify permissions using testany_assign_user_to_workspace, ensuring secure and efficient access control coordination.