{
  "format": "delx/intent-card/v1",
  "id": "rrule-daily-next-api",
  "intent": "RRULE Daily Next Fires for an agent workflow",
  "title": "RRULE Daily Next Fires API for agents",
  "description": "Next N daily fires from a DAILY RRULE-like interval. Call when expanding simple daily recurrences offline. Returns next_fire_unix list as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "RRULE Daily Next Fires API",
    "RRULE Daily Next Fires for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/rrule-daily-next-api",
  "machine_url": "https://commerce.delx.ai/intents/rrule-daily-next-api.json",
  "recommendation": {
    "tool_name": "util_rrule_daily_next",
    "service_name": "RRULE Daily Next Fires",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/rrule-daily-next",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "interval_days": {
          "type": "integer",
          "description": "Daily RRULE interval in days"
        },
        "from_ts": {
          "type": "integer",
          "description": "Start unix timestamp"
        },
        "n": {
          "type": "integer",
          "description": "Count of next fires to return"
        }
      },
      "required": [
        "interval_days",
        "from_ts",
        "n"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "interval_days": 1,
      "from_ts": 1700000000,
      "n": 3
    },
    "example_output": {
      "schema": "delx/util-rrule-daily-next/v1",
      "next_fire_unix": [
        1700086400,
        1700172800,
        1700259200
      ]
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/rrule-daily-next -m POST -H 'x-delx-source: intent-card-rrule-daily-next-api' --max-amount 0.001 -b '{\"interval_days\":1,\"from_ts\":1700000000,\"n\":3}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-rrule-daily-next-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/rrule-daily-next"
  }
}
