/spaces
List configured AgentSpaces and summarize each one's accounts and capabilities
> /plugin marketplace add aws/agent-toolkit-for-awsHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/spaces
Context preview
What this command does when you run it.
List configured AgentSpaces and summarize each one's accounts and capabilities
Command definition
spaces.mddescription: List configured AgentSpaces and summarize each one's accounts and capabilities
1. Call `aws_devops_agent__list_agent_spaces()` — get all spaces accessible with current auth.
- **Bearer token auth:** Returns only the single space the token is scoped to.
- **SigV4 auth:** Returns all spaces in the account.
2. For each space, call `aws_devops_agent__list_associations(agent_space_id="SPACE_ID")` to see attached AWS accounts. 3. For each space, probe its knowledge: `aws_devops_agent__chat(message="Summarize the AWS services and runbooks you have access to. One-paragraph answer.", agent_space_id="SPACE_ID")`. 4. Print a table: name, agentSpaceId, attached account IDs, one-line capability summary. 5. If more than one space exists and no routing guide in the workspace (e.g. `.claude/aws-agents-for-devsecops.md`, `AGENTS.md`, or per-project notes), offer to write one.
Help AI coding agents build, deploy, and manage applications on AWS. The Agent Toolkit for AWS gives AI coding agents the tools, knowledge, and guardrails they need to work with AWS services.
Repo: aws/agent-toolkit-for-aws
Other commands on agent-toolkit-for-aws.
- /chat
Open a chat session with the AWS DevOps Agent and ask a question
Open command - /cost
Ask the AWS DevOps Agent for cost optimization opportunities, scoped to your local IaC
Open command - /investigate
Start a deep root-cause investigation on the AWS DevOps Agent and stream progress
Open command - /release-readiness
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch
Open command - /release-testing
Run automated UAT tests (UI or API) using a test profile on the AWS DevOps Agent
Open command - /setup-devops-agent
Set up the AWS DevOps Agent MCP connection
Open command

