# Tool call examples

## Domain + email bundle
```json
{
  "intent": "buy domain and create email",
  "items": [
    {"type":"domain", "name":"example.com", "years":1},
    {"type":"dns_template", "template":"email_spf_dkim_dmarc"},
    {"type":"mailbox", "quantity":3}
  ]
}
```

## LLM routing request
```json
{
  "task":"extract product data from messy page",
  "policy":"cheapest_safe",
  "max_cost_usd":0.02,
  "input":"..."
}
```

## Media generation quote
```json
{
  "type":"image_generation",
  "count":10,
  "style":"clean SaaS hero image",
  "policy":"media_low_cost_then_premium_retry"
}
```
