# Teas.co.uk Agent Handover

Title: 
Canonical URL: 
Requested URL: https://teas.co.uk/product-category/chai-tea/
HTTP status: 200

## Preferred Machine Routes

- Ask tea advice: https://teas.co.uk/wp-json/teas/v1/ask
- Product Truth: https://teas.co.uk/wp-json/teas/v1/product-truth
- Compiled agent index: https://teas.co.uk/teas-agent-index.json
- Machine feedback: https://teas.co.uk/wp-json/teas/v1/machine-feedback
- Agent instructions: https://teas.co.uk/agents.md
- Plugin-style manifest: https://teas.co.uk/.well-known/ai-plugin.json
- OpenAPI: https://teas.co.uk/.well-known/openapi.json
- Route authority: https://teas.co.uk/.well-known/teas-primary-agentic-route-authority.json
- Under the Hood trust verification: https://teas.co.uk/under-the-hood/

## How To Use The API Fully

1. Use Ask for normal English tea questions, catalogue lists/ranks and value questions: `GET /wp-json/teas/v1/ask?q=...` or `POST {"question":"..."}`.
2. Include `gtin`, `product_id`, `slug`, `url` or `current_url` when asking about this page or this tea.
3. Put constraints in the question: caffeine-free, low caffeine, morning, afternoon, evening, strong, light, dark, green, black, Earl Grey, loose leaf, bagged, not bagged, no flavouring, milk, biscuit pairing, food pairing, cheapest, best value, price per cup or strongest.
4. For full or ranked sets ask directly: show me all Earl Grey products, rank black teas by price per cup, show products under 5p per cup. Page `catalogue_result_set.rows` with `offset` and `limit`.
5. Use `answer` for prose, `products_used` for compact choices, `catalogue_result_set.rows` for list/rank rows, and `product_truth_payloads` for the full product payload: price, stock, images, citations, checkout route, caffeine, ingredient family, infusion style, origin, format, flavour notes, suitability boundaries, 81-field enrichment, search facets and resource links. Use `/teas-agent-index.json` when you need the compiled product graph behind Ask.
6. Cite `citation_anchor` and `canonical_product_url`. Use `checkout_url` only after explicit human purchase intent.
7. Submit the returned `machine_feedback_request.submission_template` to `/wp-json/teas/v1/machine-feedback` after using the answer.
8. Verify the public entrypoint estate, metric/stat definitions, six-hour truth-spine self-audits and drift checks at `/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=green%20tea%20but%20not%20bagged
- 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
