{
  "specVersion": "1.0",
  "host": {
    "displayName": "BizCalify",
    "identifier": "did:web:www.bizcalify.com",
    "description": "Field service management software for small US service businesses: GPS crew tracking, visit photo verification, invoicing and payroll.",
    "url": "https://www.bizcalify.com"
  },
  "entries": [
    {
      "identifier": "urn:air:bizcalify.com:api:public-api",
      "displayName": "BizCalify Public API",
      "description": "REST API for a BizCalify customer organization: clients, personnel, contracts, invoices, teams, roles, depots and leads. Authenticates with an X-API-Key header.",
      "type": "application/openapi+json",
      "url": "https://www.bizcalify.com/openapi.json",
      "representativeQueries": [
        "list the clients in my BizCalify account",
        "create a new client in BizCalify",
        "fetch unpaid BizCalify invoices",
        "add a field employee to my BizCalify organization"
      ]
    },
    {
      "identifier": "urn:air:bizcalify.com:api:subscription-plans",
      "displayName": "BizCalify Plan Catalog",
      "description": "Public, unauthenticated JSON listing every BizCalify subscription plan with its price, personnel and client limits, SMS and AI quotas, transaction fee and feature flags.",
      "type": "application/json",
      "url": "https://api.bizcalify.com/subscriptions",
      "representativeQueries": [
        "how much does BizCalify cost",
        "what is included in the BizCalify free plan",
        "which BizCalify plan has real-time GPS tracking",
        "what are the BizCalify transaction fees"
      ]
    },
    {
      "identifier": "urn:air:bizcalify.com:skill:index",
      "displayName": "BizCalify Agent Skills",
      "description": "Skills describing how to call the BizCalify API, choose a plan, and onboard a service business.",
      "type": "application/json",
      "url": "https://www.bizcalify.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I use the BizCalify API",
        "which BizCalify plan should I pick",
        "how do I get started with BizCalify"
      ]
    },
    {
      "identifier": "urn:air:bizcalify.com:doc:auth",
      "displayName": "BizCalify API Authentication",
      "description": "How an agent obtains and uses credentials for the BizCalify public API.",
      "type": "text/markdown",
      "url": "https://www.bizcalify.com/auth.md",
      "representativeQueries": [
        "how do I authenticate with BizCalify",
        "where do I get a BizCalify API key"
      ]
    },
    {
      "identifier": "urn:air:bizcalify.com:content:llms-full",
      "displayName": "BizCalify Site Content",
      "description": "The full BizCalify marketing site as one Markdown document: product, pricing, developer, privacy, terms and SMS consent.",
      "type": "text/markdown",
      "url": "https://www.bizcalify.com/llms-full.txt",
      "representativeQueries": [
        "what does BizCalify cost",
        "what features does BizCalify include",
        "is BizCalify a cheaper alternative to Jobber",
        "what is BizCalify privacy policy for location data"
      ]
    }
  ]
}