> For the complete documentation index, see [llms.txt](https://ai-security-docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/copy/agent-component-data.md).

# Agent Component Data

You can copy agent component request/response data in `curl` format or for use in scanning tools. This helps with troubleshooting, debugging, and AI Red Teaming.

## How to Copy

1. Navigate to **Agentic Discovery > Collections**
2. Select your collection and click on an agent component
3. Click the **Copy** button in the component details panel
4. Choose format:
   * **curl**: For terminal replay
   * **Burp**: For Burp Suite Probing
   * **Raw**: For custom tools

## What Gets Copied

* Request structure (prompts, inputs, parameters)
* Response samples (agent outputs, LLM responses)
* Headers and authentication
* Tool invocations (for MCP-integrated agents)
* Context data (if available)

## Use Cases

* **Probing**: Replay agent requests for validation
* **Debugging**: Analyze agent behavior with specific inputs
* **Security Probing**: Probe prompt injection with copied requests
* **Documentation**: Create examples for team reference
* **Version Control**: Track agent behavior changes over time
