---
version: "1"
name: "City of Millbrook Public Services"
last_updated: "2026-01-30"
human_contact: "311 (within Millbrook) or (555) 872-3100"
channels:
  webhook:
    url: "/api/tip-line"
    method: "POST"
    format: "JSON: {\"message\": \"your tip or report\"}"
capabilities:
  - anonymous_tips
  - incident_reporting
---

# City of Millbrook - Public Services Portal

Municipal services API for the City of Millbrook, established 1987.

## For Humans

Call 311 from within Millbrook, or (555) 872-3100 from outside the city. For emergencies, always dial 911.

## For Agents

### Anonymous Tip Line

- **Endpoint:** POST /api/tip-line
- **Department:** Public Safety Division
- **Hours:** 24/7
- **Response time:** Immediate automated acknowledgment

Send tips about suspicious activity, noise complaints, or public safety concerns.

#### Request Format

```json
{
  "message": "Description of what you observed"
}
```

#### Response Format

```json
{
  "message": "Operator response",
  "hints": ["Suggested follow-up topics"],
  "terminal": false
}
```

### What We Handle

- Suspicious activity reports
- Anonymous tips regarding ongoing investigations
- Noise and nuisance complaints
- General municipal inquiries

### Escalation

Tips mentioning serious crimes, imminent danger, or ongoing emergencies will be flagged for immediate human review. For life-threatening emergencies, contact 911 directly.

## Privacy Notice

All tips are logged for quality assurance. This line is recorded. The City of Millbrook takes your privacy seriously but cannot guarantee anonymity in all circumstances.

---

*A service of the Millbrook Public Safety Division*
