{
    "schema_version": "v1",
    "name_for_human": "Teas.co.uk Tea Truth",
    "name_for_model": "teas_co_uk_tea_truth",
    "description_for_human": "Ask Teas.co.uk natural-language tea questions and fetch rich Product Truth payloads.",
    "description_for_model": "Use this public read-only Teas.co.uk API for tea advice, catalogue listing/ranking, price-per-cup/value questions, product comparison, caffeine guidance, morning/afternoon/evening recommendations, milk suitability, format filters, pairings and exact rich product records. Start with /wp-json/teas/v1/ask/ for normal English tea questions and aggregate catalogue questions such as \"show me all Earl Grey products\" or \"rank black teas by price per cup\". Use /wp-json/teas/v1/product-truth/ for GTIN, SKU, product_id, slug or URL lookups. Read /teas-agent-index.json for the compiled product index. Submit the returned machine_feedback_request to /wp-json/teas/v1/machine-feedback after using an answer. Verify trust, route authority, metrics and six-hour self-audits at /under-the-hood/ and /.well-known/teas-primary-agentic-route-authority.json. Public APIs are read-only; checkout requires explicit human purchase intent.",
    "auth": {
        "type": "none"
    },
    "api": {
        "type": "openapi",
        "url": "https://teas.co.uk/openapi.json",
        "is_user_authenticated": false
    },
    "logo_url": "https://teas.co.uk/wp-content/uploads/2025/07/cropped-teas-logo-512.png",
    "contact_email": "",
    "legal_info_url": "https://teas.co.uk/under-the-hood/",
    "x-teas": {
        "preferred_first_call": "https://teas.co.uk/wp-json/teas/v1/ask/",
        "exact_product_payload": "https://teas.co.uk/wp-json/teas/v1/product-truth/",
        "compiled_agent_index": "https://teas.co.uk/teas-agent-index.json",
        "feedback_endpoint": "https://teas.co.uk/wp-json/teas/v1/machine-feedback",
        "agent_instructions": "https://teas.co.uk/agents.md",
        "trust_verification": "https://teas.co.uk/under-the-hood/",
        "example_calls": [
            "https://teas.co.uk/wp-json/teas/v1/ask/?q=caffeine%20free%20fruit%20tea%20for%20evening%20drinking",
            "https://teas.co.uk/wp-json/teas/v1/ask/?q=strong%20morning%20tea%20with%20milk",
            "https://teas.co.uk/wp-json/teas/v1/ask/?q=show%20me%20all%20Earl%20Grey%20products&limit=5",
            "https://teas.co.uk/wp-json/teas/v1/ask/?q=rank%20black%20teas%20by%20price%20per%20cup&limit=5",
            "https://teas.co.uk/wp-json/teas/v1/product-truth/?gtin=5000208010684"
        ]
    }
}