Skip to main content

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

PathWhen to pick it
Off-the-Shelf AgentsYou'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 AgentStep-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

  1. An HTTP endpoint that accepts query + optional session_id and returns a response string.
  2. MCP-Streamable-HTTP support so your agent can call the ForgingGround MCP server.
  3. Session honoring so multi-turn red-teaming traces stay coherent across queries.

If your stack can satisfy those three, you are supported.