Documentation
Choose how you want to run PATAS.
PATAS finds repeated commercial-spam patterns in historical data. The hosted API is the shortest path to a report; PATAS Core is the larger open-source system for teams that need local control.
Start with your own export, without an account.
The browser-local preview reads CSV, JSON, NDJSON, or pasted messages on your device and generates a review report before you choose a deployment path.
Hosted API
Create a key by email, send up to 500 sanitized rows per audit, and receive a synchronous report.
Open API guideSelf-hosted Core
Run the broader Python system, control storage and model providers, and evaluate rules in your infrastructure.
Open Core guideCoding agents
Use canonical machine-readable files, product boundaries, and a deterministic integration checklist.
Open agent guideWhat PATAS returns
- Repeated URL, phrase, and structural clusters.
- Sanitized evidence and confidence labels.
- Candidate rules marked for review.
- False-positive and deployment risk notes.
What PATAS does not do
- It does not moderate a live message stream.
- It does not auto-ban users from hosted API output.
- It does not make unlabeled data trustworthy by itself.
- It does not replace local validation before enforcement.