For the complete documentation index, see llms.txt. This page is also available as Markdown.

Whoami

Description

This tool can be used to provide details regarding the currently authenticated AttackForge user.

How To Enable

  1. Go to Users

  2. Select the user you would like to provide access to this tool

  3. Click on Access > MCP

  4. Click on Add Tools

  5. Select the tool whoami and click Add

Example Prompts

Who is my AttackForge user?
What is my AttackForge user id?
What is my AttackForge email address?

Example Response

{
	"id":"5ad737d6e576e6290aff1808",
	"email":"admin@attackforge.com"
}

Last updated