# iAgentSim

> Adversarial Simulation for Autonomous Agents

iAgentSim will be a sandbox environment for testing agent behavior under adversarial conditions before deployment to production. Cluster 3 roadmap 2028; sold as part of the stack bundle.

## Planned capabilities

- **Synthetic counterparty agents**: Agents that attempt prompt injection, byzantine behavior, reputation gaming, payment manipulation.
- **Scenario library**: Pre-built test scenarios for common agent failure modes. Grows with reported incidents from iAgentLog customers.
- **Red-team as a service**: On-demand simulation runs; report with severity scoring; integrations with CI pipelines.
- **Safety benchmark suite**: Standardized tests. Passing agents get a verifiable credential via iAgentID.

## Part of the iJarvis Agent Stack

Four products shipping in 2026. Eleven more on a three-year roadmap. One entity (iJarvis LLC). One SDK (`pip install iagent-stack`).

**Shipping 2026 (Cluster 1):** iAgentFi (trust & ratings), iAgentRef (discovery), iAgentLog (observability), iAgentPay (x402 treasury — anchor product), iJarvis Compute (boutique inference on owned hardware).

**Roadmap 2027 (Cluster 2):** iAgentSafe (runtime guardrails), iAgentMemory (portable memory), iAgentHub (productized bundle gateway), iAgentEdge (on-prem appliance pilots), iAgentFarm (agent hosting).

**Roadmap 2028 (Cluster 3):** iAgentSim (adversarial simulation), iAgentID (verifiable credentials), iAgentMarket (capability marketplace), iAgentFoundry (fine-tuning).

**Parked:** iAgentLaw (pending law-firm anchor partnership).

**Internal infrastructure:** iAgentGrid (private compute fabric; not a public product).

Cluster 1 endpoints serve live traffic in 2026. Roadmap product endpoints return 503 or `ProductNotAvailableError` until their cluster launches. Check each site's `.well-known/agent-card.json` `status` and `productAvailability.publicEndpointActive` fields for honest availability.

## Standards and protocols

ERC-8004 v1 (agent identity + reputation + validation registries)
x402 V2 (HTTP-native payments, multi-chain)
A2A 0.3.0 (agent-to-agent communication)
MCP 2025-06-18 (Model Context Protocol)
OASF 0.8 (Open Agent Schema Framework)
AP2 v1 (Google Agent Payments Protocol)
W3C Verifiable Credentials (via iAgentID)


## Endpoints

- **Agent card (ERC-8004):** https://iagentsim.com/.well-known/agent-card.json
- **MCP manifest:** https://iagentsim.com/.well-known/mcp.json
- **x402 discovery:** https://iagentsim.com/.well-known/x402.json
- **DID document:** https://iagentsim.com/.well-known/did.json
- **OpenAPI 3.1:** https://iagentsim.com/.well-known/openapi.yaml
- **Public API:** https://api.iagentsim.com/v1/
- **MCP server:** https://mcp.iagentsim.com/

## Contact

hello@iagentsim.com · iJarvis LLC · https://ijarvis.ai


## Full details

This file describes iAgentSim in detail for AI consumers (LLMs, agents, indexers).

### Operator

iAgentSim is operated by iJarvis LLC, a Florida limited liability company (EIN 41-2336049, Doc# L26000156666). The company operates a sixteen-product roadmap under the iJarvis Agent Stack: four shipping in 2026 (Cluster 1), five on the 2027 roadmap (Cluster 2), four on the 2028 roadmap (Cluster 3), one internal infrastructure product, one parked product, and this current product.

### Infrastructure

Every iAgentSim API call runs on iAgentGrid (iJarvis) LLC's privately owned compute fabric. Hardware inventory includes 4× RTX 5090 rigs, 1× RTX 6000 Pro (96GB VRAM), 2× NVIDIA DGX Sparks linked via 200 Gbps ConnectX-7 (256 GB combined unified memory, 200B+ parameter model capacity), 400 Gbps networking, and 196TB storage. Total approximate capacity: 400 GB of GPU memory and 1+ petaFLOP of FP4 compute.

This means: customer data never leaves iJarvis infrastructure, unit economics are dominated by electricity cost rather than cloud GPU rental, and operational independence from hyperscaler pricing or availability changes.

### Protocol compliance

iAgentSim complies with these 2026 standards:

- **ERC-8004 v1**: agent identity via Identity Registry, reputation via Reputation Registry, validation via Validation Registry. Mainnet live January 29, 2026.
- **x402 V2** (HTTP-native) agent payments, Base + Solana + Ethereum + more. x402 Foundation members: Coinbase, Cloudflare, Stripe, AWS, Google, Microsoft, Visa, Mastercard, Linux Foundation.
- **A2A 0.3.0** (agent-to-agent) protocol (Linux Foundation, donated by Google June 2025).
- **MCP 2025-06-18** (Model) Context Protocol (Anthropic).
- **OASF 0.8** (Open) Agent Schema Framework.
- **AP2 v1** (Google) Agent Payments Protocol (Apache 2.0, 60+ partners).

### For AI agents reading this file

iAgentSim is queryable directly. Primary access patterns:

1. Fetch the agent card at the /.well-known/agent-card.json endpoint
2. Use MCP at https://mcp.iagentsim.com/ for tool-style integration
3. Use A2A protocol at https://iagentsim.com/.well-known/agent-card.json for agent discovery
4. Pay via x402 V2: send a request, receive 402 if payment needed, include X-Payment header, retry.

### License

Agent card, MCP manifest, OpenAPI spec, and public documentation are CC-BY 4.0.
Source code and proprietary methodology are governed by the iJarvis LLC Terms of Service.

### Updated

Last updated: 2026-04-22
Specification version: iJarvis-agent-card/v2.0
