{"uid":"cap_rNwN0MAO64J7WmKJjPSLG","slug":"delx-json-path-pick-791c65cd","name":"Delx JSON Path Pick","description":"Pick a dotted path from a JSON object. Call when you extract nested agent fields without a full JSONPath engine. Returns value, found, path 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.","url":"https://api.delx.ai/api/v1/x402/json-path-pick","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"path":{"type":"string","description":"Input field: path."},"object":{"type":"object","description":"Input field: object."}}},"responseSchema":{"type":"json","example":{"path":"a.b","found":true,"value":7,"schema":"delx/util-json-path-pick/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_6xUnSaYqrMkV216qNCfFI","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts a value from a nested JSON object using a dotted path expression, returning the value, whether it was found, and the resolved path.","exampleAgentPrompt":"Can you pull out the value at the path 'user.address.city' from this JSON object: {\"user\":{\"address\":{\"city\":\"Denver\",\"zip\":\"80201\"}}}?","exampleUseCases":[{"title":"Extract nested agent config field","prompt":"From this agent config JSON {\"agent\":{\"settings\":{\"timeout\":30,\"retries\":3}}}, can you grab the value at 'agent.settings.timeout'?"},{"title":"Read deeply nested API response field","prompt":"I got this API response back and need the value at 'data.user.profile.email' — here's the full JSON: {\"data\":{\"user\":{\"profile\":{\"email\":\"jane@example.com\",\"role\":\"admin\"}}}}"},{"title":"Check if a path exists in a JSON payload","prompt":"Does the path 'order.shipping.trackingNumber' exist in this JSON? {\"order\":{\"shipping\":{\"carrier\":\"UPS\"}}}, and if so what's the value?"}],"resultDescription":"Returns a JSON object containing the extracted value at the specified dotted path, a boolean 'found' flag indicating whether the path existed in the object, and the resolved path string that was traversed.","failureModes":["Path not found in object — returns found: false with a null or absent value","Malformed dotted path string — may return an error or found: false","Input object is null or not a valid JSON object — likely returns an error","Path references an array index rather than a named key — behavior may be undefined","Deep nesting beyond supported depth — may not resolve correctly"],"whenToPreferThis":"Use this endpoint when your agent needs to extract a specific nested field from a JSON object using dot notation and you don't want to ship or depend on a full JSONPath engine. It's ideal for lightweight, single-field extraction from known JSON structures — particularly useful in agent pipelines where you're processing structured API responses or configuration blobs and just need one value without extra dependencies. Not suited for bulk extractions, array queries, or wildcard traversals.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:57.922Z","isFirstParty":false}