{
  "format": "delx/intent-card/v1",
  "id": "path-join-api",
  "intent": "Path Join for an agent workflow",
  "title": "Path Join API for agents",
  "description": "Join URL or filesystem-like path segments without traversal escape — first-party local utility for agent preflight and proven micro-utils expansion. Returns deterministic machine-readable JSON for $0.001 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, no web search, no live RPC, and no mediagen. Results are advisory; the caller owns authorization, budgets, and production controls. Sibling of Delx routes that already converted externally (random, hash, URL, FX families).",
  "keywords": [
    "Path Join API",
    "Path Join for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/path-join-api",
  "machine_url": "https://commerce.delx.ai/intents/path-join-api.json",
  "recommendation": {
    "tool_name": "util_path_join",
    "service_name": "Delx Path Join",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/path-join",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "parts": {
          "description": "Input field: parts.",
          "type": "array"
        }
      },
      "required": [
        "parts"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "parts": [
        "api",
        "v1",
        "x402"
      ]
    },
    "example_output": {
      "schema": "delx/util-path-join/v1",
      "ok": true,
      "path": "api/v1/x402",
      "segments": [
        "api",
        "v1",
        "x402"
      ],
      "count": 3
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/path-join -m POST -H 'x-delx-source: intent-card-path-join-api' --max-amount 0.001 -b '{\"parts\":[\"api\",\"v1\",\"x402\"]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-path-join-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/path-join"
  }
}
