{
  "format": "delx/intent-card/v1",
  "id": "token-echo-1-api",
  "intent": "Token Echo 1 for an agent workflow",
  "title": "Token Echo 1 API for agents",
  "description": "Echo text with length (probe channel 1). Call when you verify x402 pay→deliver wiring with a trivial payload. Returns echo text, length, echo=1 for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "Token Echo 1 API",
    "Token Echo 1 for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/token-echo-1-api",
  "machine_url": "https://commerce.delx.ai/intents/token-echo-1-api.json",
  "recommendation": {
    "tool_name": "util_token_echo_1",
    "service_name": "Delx Token Echo 1",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/token-echo-1",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "text": {
          "description": "Input field: text.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "text": "ping-delx-1"
    },
    "example_output": {
      "schema": "delx/util-token-echo-1/v1",
      "text": "ping-delx-1",
      "length": 11,
      "echo": 1
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/token-echo-1 -m POST -H 'x-delx-source: intent-card-token-echo-1-api' --max-amount 0.001 -b '{\"text\":\"ping-delx-1\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-token-echo-1-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/token-echo-1"
  }
}
