{
"response": {
"items": [
1,
2
],
"next_cursor": "abc"
}
}
API integration engineering · api-integration
Delx Pagination Plan
Infer a bounded cursor, link, or page pagination plan from a response envelope. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.
One-command purchase
Run it from an agent.
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/pagination-plan -m POST -H 'x-delx-source: product-page' --max-amount 0.003 -b '{"response":{"items":[1,2],"next_cursor":"abc"}}'
{
"schema": "delx/util-pagination-plan/v1",
"mode": "cursor",
"has_next": true,
"next_reference": "abc",
"stop_condition": "next reference absent",
"max_pages_recommended": 100
}
Machine-readable evidence