APA://AGENTS/CREATE

Agent Builder

Define an agent's mandate and the financial guardrails it must operate within. Deployment here is simulated — the configuration is generated locally and never leaves your browser.

01 · IDENTITY
02 · CAPABILITIES
03 · SPENDING POLICYBALANCED
MAX PER TRANSACTION5 USDC
MAX DAILY SPEND50 USDC
SESSION DURATION120 MIN
RISK MODE
04 · ALLOWED SERVICES
APA://AGENTS/CREATE/PREVIEW
SIMULATION
{
  "name": "UNNAMED AGENT",
  "purpose": "—",
  "capabilities": [
    "DISCOVER",
    "PAY"
  ],
  "policy": {
    "maxPerTransaction": 5,
    "maxDailySpend": 50,
    "riskMode": "BALANCED",
    "sessionMinutes": 120,
    "network": "ARC",
    "asset": "USDC",
    "allowedServices": [
      "eth-ohclv-feed"
    ]
  },
  "origin": "SIMULATION"
}
DEPLOY

Deployment is simulated. In a live build this configuration would be signed by the operator wallet and registered with the ARC agent runtime.