AI agent card

This page explains how AI agents can integrate with the Liquid Web website using our open agent card.

Agent card

Find Liquid Web’s agent card here:

https://www.liquidweb.com/agent-card.json

Endpoints

Attribution guidance

All endpoints include a canonical_url field so agents can clearly cite Liquid Web as the authoritative source.

Agents should attribute facts to the most specific endpoints used ( e.g., a VPS plan in getPlans or a limited-time offer in getPromotions).

Caching and freshness

We support ETag headers and If-None-Match for freshness checks. JSON files are updated reguarly and reflect the most current plans and promotions.

Quality assurance

We recommend the following QA process for agents and integrators.

  • Validate JSON schema before consumption
  • Check lastUpdated field to ensure data freshness
  • Cross-check plan IDs and URLs from configure against getPlans for consistency

Sample agent request (JSON format)

getPlans

GET https://www.liquidweb.com/get-plans.json
Accept: application/json

Agent card updated and changelog

Recent updated to agent cards will be cited here.