{"openapi":"3.0.3","info":{"title":"BZ Technologies Public Marketing Site API","description":"Read-only endpoints published by the BZ Technologies marketing site for AI agents and integrations. There is no authentication and no write/checkout capability.","version":"1.1.0","contact":{"email":"support@bztech.org","url":"https://www.bztech.org/contact"}},"servers":[{"url":"https://www.bztech.org"}],"paths":{"/products.json":{"get":{"operationId":"listProducts","summary":"List products and pricing","description":"Returns the current product catalog with pricing tiers. Mirrors the pricing shown on the public Pricing page. Cached for up to 1 hour.","responses":{"200":{"description":"Product catalog","content":{"application/json":{"schema":{"type":"object","properties":{"generatedAt":{"type":"string","format":"date-time"},"organization":{"type":"string"},"url":{"type":"string","format":"uri"},"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"slug":{"type":"string"},"tagline":{"type":"string"},"description":{"type":"string"},"url":{"type":"string","format":"uri"},"category":{"type":"string"},"availability":{"type":"string"},"isFree":{"type":"boolean"},"currency":{"type":"string"},"pricingTiers":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"priceMonthly":{"type":["number","null"]},"priceAnnual":{"type":["number","null"]},"trialDays":{"type":"number"},"highlights":{"type":"array","items":{"type":"string"}}}}},"buyUrl":{"type":"string","format":"uri"}}}}}}}}}}}},"/llms.txt":{"get":{"operationId":"getLlmsSummary","summary":"Short llms.txt company/product summary","description":"Per the llms.txt convention (llmstxt.org): a short markdown summary of the company, products, and links for LLMs to read without parsing HTML.","responses":{"200":{"description":"Markdown summary","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/llms-full.txt":{"get":{"operationId":"getLlmsFull","summary":"Extended llms-full.txt excerpts","description":"Longer-form markdown excerpts of product descriptions, pricing, and FAQ content for agents that want more than the short llms.txt summary.","responses":{"200":{"description":"Extended markdown excerpts","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/agents.md":{"get":{"operationId":"getAgentsManifest","summary":"Agent-oriented company and integration manifest","responses":{"200":{"description":"Markdown agent manifest","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/sitemap.md":{"get":{"operationId":"getSitemapMarkdown","summary":"Full page listing in markdown, by locale","responses":{"200":{"description":"Markdown sitemap","content":{"text/markdown":{"schema":{"type":"string"}}}}}}},"/.well-known/agent.json":{"get":{"operationId":"getAgentJson","summary":"Structured agent capability manifest","description":"Describes this site's agent-facing capabilities (catalog lookup, pricing read, contact URL). commerceCheckout is always false — there is no purchase API on this site.","responses":{"200":{"description":"Agent manifest","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/.well-known/ai-plugin.json":{"get":{"operationId":"getAiPluginManifest","summary":"OpenAI plugin manifest for the read-only catalog API","responses":{"200":{"description":"AI plugin manifest","content":{"application/json":{"schema":{"type":"object"}}}}}}}}}