/api/vendorsList every vendor we monitor
Returns the canonical vendor list, alphabetised, with references to each vendor’s pricing page and rate-limit docs.
{
"items": [
{
"id": "ckxxx…",
"slug": "openai",
"name": "OpenAI",
"pricingUrl": "https://openai.com/api/pricing/",
"rateLimitUrl": "https://platform.openai.com/docs/guides/rate-limits"
}
]
}- The `:id` field is a stable cuid — embed it don’t depend on the slug for long-term references.