## Agent Integration (API)
Bilarna exposes two agent-callable endpoints:
**Discover providers** (no contact required):
`POST https://api.bilarna.com/api/agent/match?api-version=1.0`
Body: `{ "need": "...", "budget_max": 5000, "country": "US", "category": "..." }`
**Submit a service request** (creates a lead with buyer contact):
`POST https://api.bilarna.com/api/agent/request?api-version=1.0`
Required: `need`, `contact_name`, `email`
Optional: `business_id`, `phone`, `budget_max`, `country`, `category`
Full schema: `https://bilarna.com/agent-manifest.json`