Supported Agents
AgentSuite-Red is designed to stress your existing agent stack without rewriting it. Whichever framework, SDK, or in-house agent runtime you use, the integration is the same minimal contract: expose an HTTP endpoint, and let your agent speak MCP to the ForgingGround server.
Two paths to integrate
| Path | When to pick it |
|---|---|
| Off-the-Shelf Agents | You're using a popular agent framework (OpenAI Agents SDK, Claude Code/Agent SDK, Google ADK, LangChain + LangGraph, AWS Bedrock, Microsoft Agent Studio, Cursor, OpenClaw/NanoClaw, etc.). See the comprehensive support list. |
| Connect Your Agent | Step-by-step wiring guide — the HTTP endpoint contract, the ForgingGround MCP endpoint, the SaaS console flow, and the on-prem CLI. Start here once you've picked your framework. |
What AgentSuite-Red needs from your agent
- An HTTP endpoint that accepts
query+ optionalsession_idand returns a response string. - MCP-Streamable-HTTP support so your agent can call the ForgingGround MCP server.
- Session honoring so multi-turn red-teaming traces stay coherent across queries.
If your stack can satisfy those three, you are supported.