INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

21 observations · Differences between dated observations.

ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "dtstart": {
                "description": "ISO start datetime, when not embedded in `rrule`.",
                "type": "string"
              },
              "from": {
                "description": "ISO window start (inclusive). Provide with `to`.",
                "type": "string"
              },
              "limit": {
                "description": "Max occurrences to return. Defaults to 50.",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              },
              "rrule": {
                "description": "RRULE, e.g. \"FREQ=WEEKLY;BYDAY=WE;COUNT=3\" (DTSTART lines allowed).",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "to": {
                "description": "ISO window end (inclusive). Provide with `from`.",
                "type": "string"
              }
            },
            "required": [
              "rrule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "7e42f307c0cad6e877af1546f6315092be56ffaba42605d5292df96dbbe2ebb7",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ics": {
                "description": "Raw iCalendar (.ics) text.",
                "maxLength": 200000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "ics"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "0e0905bb96a9b7bc39d00bdf57f319d97789c89cb666bc6f3a9d7b1ffeb72a09",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "allDay": {
                "description": "Whether this is an all-day event. Defaults to false.",
                "type": "boolean"
              },
              "calendarName": {
                "description": "Calendar display name.",
                "maxLength": 256,
                "type": "string"
              },
              "description": {
                "description": "Event description.",
                "maxLength": 10000,
                "type": "string"
              },
              "end": {
                "description": "ISO end datetime.",
                "type": "string"
              },
              "location": {
                "description": "Event location.",
                "maxLength": 1000,
                "type": "string"
              },
              "prodId": {
                "description": "Calendar PRODID. Defaults to a generic openverbs id.",
                "maxLength": 256,
                "type": "string"
              },
              "start": {
                "description": "ISO start datetime (or date for all-day).",
                "type": "string"
              },
              "summary": {
                "description": "Event title.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "uid": {
                "description": "Event UID. Auto-generated when omitted.",
                "maxLength": 256,
                "type": "string"
              },
              "url": {
                "description": "Event URL.",
                "maxLength": 2000,
                "type": "string"
              }
            },
            "required": [
              "summary",
              "start"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "3478af6da755bd19dceb10c634e463d8ea6a012e876f4f9a69756119692bb59d",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "dtstart": {
                "description": "ISO start datetime, when not embedded in `rrule`.",
                "type": "string"
              },
              "from": {
                "description": "ISO window start (inclusive). Provide with `to`.",
                "type": "string"
              },
              "limit": {
                "description": "Max occurrences to return. Defaults to 50.",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              },
              "rrule": {
                "description": "RRULE, e.g. \"FREQ=WEEKLY;BYDAY=WE;COUNT=3\" (DTSTART lines allowed).",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "to": {
                "description": "ISO window end (inclusive). Provide with `from`.",
                "type": "string"
              }
            },
            "required": [
              "rrule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "7e42f307c0cad6e877af1546f6315092be56ffaba42605d5292df96dbbe2ebb7",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ics": {
                "description": "Raw iCalendar (.ics) text.",
                "maxLength": 200000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "ics"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "0e0905bb96a9b7bc39d00bdf57f319d97789c89cb666bc6f3a9d7b1ffeb72a09",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "allDay": {
                "description": "Whether this is an all-day event. Defaults to false.",
                "type": "boolean"
              },
              "calendarName": {
                "description": "Calendar display name.",
                "maxLength": 256,
                "type": "string"
              },
              "description": {
                "description": "Event description.",
                "maxLength": 10000,
                "type": "string"
              },
              "end": {
                "description": "ISO end datetime.",
                "type": "string"
              },
              "location": {
                "description": "Event location.",
                "maxLength": 1000,
                "type": "string"
              },
              "prodId": {
                "description": "Calendar PRODID. Defaults to a generic openverbs id.",
                "maxLength": 256,
                "type": "string"
              },
              "start": {
                "description": "ISO start datetime (or date for all-day).",
                "type": "string"
              },
              "summary": {
                "description": "Event title.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "uid": {
                "description": "Event UID. Auto-generated when omitted.",
                "maxLength": 256,
                "type": "string"
              },
              "url": {
                "description": "Event URL.",
                "maxLength": 2000,
                "type": "string"
              }
            },
            "required": [
              "summary",
              "start"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "3478af6da755bd19dceb10c634e463d8ea6a012e876f4f9a69756119692bb59d",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "dtstart": {
                "description": "ISO start datetime, when not embedded in `rrule`.",
                "type": "string"
              },
              "from": {
                "description": "ISO window start (inclusive). Provide with `to`.",
                "type": "string"
              },
              "limit": {
                "description": "Max occurrences to return. Defaults to 50.",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              },
              "rrule": {
                "description": "RRULE, e.g. \"FREQ=WEEKLY;BYDAY=WE;COUNT=3\" (DTSTART lines allowed).",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "to": {
                "description": "ISO window end (inclusive). Provide with `from`.",
                "type": "string"
              }
            },
            "required": [
              "rrule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "7e42f307c0cad6e877af1546f6315092be56ffaba42605d5292df96dbbe2ebb7",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ics": {
                "description": "Raw iCalendar (.ics) text.",
                "maxLength": 200000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "ics"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "0e0905bb96a9b7bc39d00bdf57f319d97789c89cb666bc6f3a9d7b1ffeb72a09",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "allDay": {
                "description": "Whether this is an all-day event. Defaults to false.",
                "type": "boolean"
              },
              "calendarName": {
                "description": "Calendar display name.",
                "maxLength": 256,
                "type": "string"
              },
              "description": {
                "description": "Event description.",
                "maxLength": 10000,
                "type": "string"
              },
              "end": {
                "description": "ISO end datetime.",
                "type": "string"
              },
              "location": {
                "description": "Event location.",
                "maxLength": 1000,
                "type": "string"
              },
              "prodId": {
                "description": "Calendar PRODID. Defaults to a generic openverbs id.",
                "maxLength": 256,
                "type": "string"
              },
              "start": {
                "description": "ISO start datetime (or date for all-day).",
                "type": "string"
              },
              "summary": {
                "description": "Event title.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "uid": {
                "description": "Event UID. Auto-generated when omitted.",
                "maxLength": 256,
                "type": "string"
              },
              "url": {
                "description": "Event URL.",
                "maxLength": 2000,
                "type": "string"
              }
            },
            "required": [
              "summary",
              "start"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "3478af6da755bd19dceb10c634e463d8ea6a012e876f4f9a69756119692bb59d",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "dtstart": {
                "description": "ISO start datetime, when not embedded in `rrule`.",
                "type": "string"
              },
              "from": {
                "description": "ISO window start (inclusive). Provide with `to`.",
                "type": "string"
              },
              "limit": {
                "description": "Max occurrences to return. Defaults to 50.",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              },
              "rrule": {
                "description": "RRULE, e.g. \"FREQ=WEEKLY;BYDAY=WE;COUNT=3\" (DTSTART lines allowed).",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "to": {
                "description": "ISO window end (inclusive). Provide with `from`.",
                "type": "string"
              }
            },
            "required": [
              "rrule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "7e42f307c0cad6e877af1546f6315092be56ffaba42605d5292df96dbbe2ebb7",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ics": {
                "description": "Raw iCalendar (.ics) text.",
                "maxLength": 200000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "ics"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "0e0905bb96a9b7bc39d00bdf57f319d97789c89cb666bc6f3a9d7b1ffeb72a09",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "allDay": {
                "description": "Whether this is an all-day event. Defaults to false.",
                "type": "boolean"
              },
              "calendarName": {
                "description": "Calendar display name.",
                "maxLength": 256,
                "type": "string"
              },
              "description": {
                "description": "Event description.",
                "maxLength": 10000,
                "type": "string"
              },
              "end": {
                "description": "ISO end datetime.",
                "type": "string"
              },
              "location": {
                "description": "Event location.",
                "maxLength": 1000,
                "type": "string"
              },
              "prodId": {
                "description": "Calendar PRODID. Defaults to a generic openverbs id.",
                "maxLength": 256,
                "type": "string"
              },
              "start": {
                "description": "ISO start datetime (or date for all-day).",
                "type": "string"
              },
              "summary": {
                "description": "Event title.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "uid": {
                "description": "Event UID. Auto-generated when omitted.",
                "maxLength": 256,
                "type": "string"
              },
              "url": {
                "description": "Event URL.",
                "maxLength": 2000,
                "type": "string"
              }
            },
            "required": [
              "summary",
              "start"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "3478af6da755bd19dceb10c634e463d8ea6a012e876f4f9a69756119692bb59d",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "dtstart": {
                "description": "ISO start datetime, when not embedded in `rrule`.",
                "type": "string"
              },
              "from": {
                "description": "ISO window start (inclusive). Provide with `to`.",
                "type": "string"
              },
              "limit": {
                "description": "Max occurrences to return. Defaults to 50.",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              },
              "rrule": {
                "description": "RRULE, e.g. \"FREQ=WEEKLY;BYDAY=WE;COUNT=3\" (DTSTART lines allowed).",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "to": {
                "description": "ISO window end (inclusive). Provide with `from`.",
                "type": "string"
              }
            },
            "required": [
              "rrule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "7e42f307c0cad6e877af1546f6315092be56ffaba42605d5292df96dbbe2ebb7",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ics": {
                "description": "Raw iCalendar (.ics) text.",
                "maxLength": 200000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "ics"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "0e0905bb96a9b7bc39d00bdf57f319d97789c89cb666bc6f3a9d7b1ffeb72a09",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "allDay": {
                "description": "Whether this is an all-day event. Defaults to false.",
                "type": "boolean"
              },
              "calendarName": {
                "description": "Calendar display name.",
                "maxLength": 256,
                "type": "string"
              },
              "description": {
                "description": "Event description.",
                "maxLength": 10000,
                "type": "string"
              },
              "end": {
                "description": "ISO end datetime.",
                "type": "string"
              },
              "location": {
                "description": "Event location.",
                "maxLength": 1000,
                "type": "string"
              },
              "prodId": {
                "description": "Calendar PRODID. Defaults to a generic openverbs id.",
                "maxLength": 256,
                "type": "string"
              },
              "start": {
                "description": "ISO start datetime (or date for all-day).",
                "type": "string"
              },
              "summary": {
                "description": "Event title.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "uid": {
                "description": "Event UID. Auto-generated when omitted.",
                "maxLength": 256,
                "type": "string"
              },
              "url": {
                "description": "Event URL.",
                "maxLength": 2000,
                "type": "string"
              }
            },
            "required": [
              "summary",
              "start"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "3478af6da755bd19dceb10c634e463d8ea6a012e876f4f9a69756119692bb59d",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "dtstart": {
                "description": "ISO start datetime, when not embedded in `rrule`.",
                "type": "string"
              },
              "from": {
                "description": "ISO window start (inclusive). Provide with `to`.",
                "type": "string"
              },
              "limit": {
                "description": "Max occurrences to return. Defaults to 50.",
                "maximum": 1000,
                "minimum": 1,
                "type": "integer"
              },
              "rrule": {
                "description": "RRULE, e.g. \"FREQ=WEEKLY;BYDAY=WE;COUNT=3\" (DTSTART lines allowed).",
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "to": {
                "description": "ISO window end (inclusive). Provide with `from`.",
                "type": "string"
              }
            },
            "required": [
              "rrule"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "7e42f307c0cad6e877af1546f6315092be56ffaba42605d5292df96dbbe2ebb7",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ics": {
                "description": "Raw iCalendar (.ics) text.",
                "maxLength": 200000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "ics"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "0e0905bb96a9b7bc39d00bdf57f319d97789c89cb666bc6f3a9d7b1ffeb72a09",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "allDay": {
                "description": "Whether this is an all-day event. Defaults to false.",
                "type": "boolean"
              },
              "calendarName": {
                "description": "Calendar display name.",
                "maxLength": 256,
                "type": "string"
              },
              "description": {
                "description": "Event description.",
                "maxLength": 10000,
                "type": "string"
              },
              "end": {
                "description": "ISO end datetime.",
                "type": "string"
              },
              "location": {
                "description": "Event location.",
                "maxLength": 1000,
                "type": "string"
              },
              "prodId": {
                "description": "Calendar PRODID. Defaults to a generic openverbs id.",
                "maxLength": 256,
                "type": "string"
              },
              "start": {
                "description": "ISO start datetime (or date for all-day).",
                "type": "string"
              },
              "summary": {
                "description": "Event title.",
                "maxLength": 1000,
                "minLength": 1,
                "type": "string"
              },
              "uid": {
                "description": "Event UID. Auto-generated when omitted.",
                "maxLength": 256,
                "type": "string"
              },
              "url": {
                "description": "Event URL.",
                "maxLength": 2000,
                "type": "string"
              }
            },
            "required": [
              "summary",
              "start"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "3478af6da755bd19dceb10c634e463d8ea6a012e876f4f9a69756119692bb59d",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comExpand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.
https://ical.openverbs.com/v1/expand

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Expand an RRULE recurrence rule into its occurrence datetimes, with a human-readable description.",
  "domain": "ical.openverbs.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "237c3cc658745af5",
  "service_id": "036fcd03ab02baf593068d6baa889f826212f26ad625d178a286606503a57e68",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:24.975Z",
  "url": "https://ical.openverbs.com/v1/expand",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comParse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).
https://ical.openverbs.com/v1/parse

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "acef6f20758ee7e0",
  "service_id": "465ae1c6f474965a2b31b658478131e83946b0afa7874e4e3ffb9e57fab78db5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:22.919Z",
  "url": "https://ical.openverbs.com/v1/parse",
  "usage_rights": "not_reviewed"
}
ical.openverbs.comBuild a valid .ics document from event fields (summary, start/end, location, …).
https://ical.openverbs.com/v1/create

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Build a valid .ics document from event fields (summary, start/end, location, …).",
  "domain": "ical.openverbs.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "4ae7de0de61ecc84",
  "service_id": "ce3c8003e0820eeaa8b6cd7f9b52df757ca12d2d399c3bd4d5067850c9039b98",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:08:27.004Z",
  "url": "https://ical.openverbs.com/v1/create",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON