DELXCOMMERCE 6 routes

Discovery pack · Automation and operations agents

Prepare small data files for an agent

Use bounded, stateless transformations to move small CSV and JSON payloads between the formats agents already consume.

CSV to JSONJSON to CSVdata conversion APIstructured dataagent automation

Human → agent handoff

Share the job, not a directory.

Every route below has its own price, schema and bounded AgentCash command. Copying a command preserves this pack as a measurable discovery source.

https://api.delx.ai/api/v1/x402/start?q=convert%20and%20validate%20structured%20data%20for%20an%20agent
01
utility · POST /api/v1/x402/csv-to-jsonDelx Csv To Json

util_csv_to_json

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/csv-to-json -m POST -H 'x-delx-source: discovery-pack-prepare-data-for-an-agent' --max-amount 0.01 -b '{"csv_text":"name,score\nana,7\nbob,9\n"}'
$0.01
02
utility · POST /api/v1/x402/json-to-csvDelx Json To Csv

util_json_to_csv

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-to-csv -m POST -H 'x-delx-source: discovery-pack-prepare-data-for-an-agent' --max-amount 0.01 -b '{"json_text":"[{\"name\":\"ana\",\"score\":7}]"}'
$0.01
03
utility · POST /api/v1/x402/email-validateDelx Email Validate

util_email_validate

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/email-validate -m POST -H 'x-delx-source: discovery-pack-prepare-data-for-an-agent' --max-amount 0.01 -b '{"email":"agent@example.com"}'
$0.01
04
utility · POST /api/v1/x402/json-validateDelx Json Validate

util_json_validate

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/json-validate -m POST -H 'x-delx-source: discovery-pack-prepare-data-for-an-agent' --max-amount 0.001 -b '{"input":"example"}'
$0.001
05
utility · POST /api/v1/x402/jwt-inspectDelx Jwt Inspect

util_jwt_inspect

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/jwt-inspect -m POST -H 'x-delx-source: discovery-pack-prepare-data-for-an-agent' --max-amount 0.01 -b '{"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZ2VudC0xMjMiLCJleHAiOjE5MDAwMDAwMDB9.c2ln"}'
$0.01
06
commerce · POST /api/v1/x402/loyalty-reward-quoteDelx Loyalty Reward Quote

util_loyalty_reward_quote

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/loyalty-reward-quote -m POST -H 'x-delx-source: discovery-pack-prepare-data-for-an-agent' --max-amount 0.001 -b '{"purchase_amount":49.99,"currency":"USD","points_per_unit":2,"tier_multiplier":1.5,"bonus_points":10,"event_id":"order-123"}'
$0.001

Machine-readable path

Inspect the graph.