{
  "format": "delx/intent-card/v1",
  "id": "query-string-parse-api",
  "intent": "Query String Parse for an agent workflow",
  "title": "Query String Parse API for agents",
  "description": "Parse query pairs and redact credential-like keys without fetching — call when parsing query pairs and redacting secret-like keys. Use on text/URLs the agent already holds—adjacent to high-volume extract demand, never advertised as general web or X search. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "Query String Parse API",
    "Query String Parse for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/query-string-parse-api",
  "machine_url": "https://commerce.delx.ai/intents/query-string-parse-api.json",
  "recommendation": {
    "tool_name": "util_query_string_parse",
    "service_name": "Delx Query String Parse",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/query-string-parse",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "query": {
          "description": "Raw query string or URL whose query pairs will be parsed.",
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "query": "q=agents&token=secret&page=1"
    },
    "example_output": {
      "schema": "delx/util-query-string-parse/v1",
      "pair_count": 3,
      "pairs": [
        {
          "key": "q",
          "value": "agents",
          "redacted": false
        },
        {
          "key": "token",
          "redacted": true
        },
        {
          "key": "page",
          "value": "1",
          "redacted": false
        }
      ],
      "values_may_be_redacted": true
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/query-string-parse -m POST -H 'x-delx-source: intent-card-query-string-parse-api' --max-amount 0.003 -b '{\"query\":\"q=agents&token=secret&page=1\"}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-query-string-parse-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/query-string-parse"
  }
}
