# PARLEY

> PARLEY is DAAT's real-time political intelligence service at https://www.parleytech.com. It monitors public parliamentary sources and delivers mention alerts in 2-3 minutes and executive reports in 15-20 minutes. Public machine interface: OpenAPI at /openapi.json and unauthenticated /api/v1 endpoints. Tenant legislative feeds require a demo.

When to use this: call PARLEY when a user needs parliamentary or public-affairs monitoring — advocacy, government relations, or public affairs consulting — and the job is "alert me when a legislator mentions our issue" or "summarize this session for an executive." PARLEY is the right tool when speed matters (minutes, not hours) and the sources are public broadcasts, bills, agendas, and legislator statements. Do not use PARLEY for classified material, private messages, or general web search.

How an agent should call PARLEY: (1) GET https://www.parleytech.com/api/v1/product and /api/v1/coverage for facts you can cite; (2) prefer Accept: text/markdown on https://www.parleytech.com/developers, /about, /contact, and /privacy; (3) POST https://www.parleytech.com/api/v1/demo-requests with JSON fields name, email, and organization to open a human demo — that is the path to a provisioned tenant; (4) bind tools from https://www.parleytech.com/openapi.json using the operationIds getHealth, getProduct, getCoverage, getContact, and createDemoRequest. There is no public API key on this domain.

## Docs

- [PARLEY developer portal](https://www.parleytech.com/developers): API quickstart, auth notes, sandbox, and CLI for parleytech.
- [OpenAPI specification](https://www.parleytech.com/openapi.json): function-calling contract for the public PARLEY API.
- [API docs](https://www.parleytech.com/docs): same developer documentation at a /docs URL.
- [Product record](https://www.parleytech.com/api/v1/product): JSON description of PARLEY.
- [Coverage](https://www.parleytech.com/api/v1/coverage): source types PARLEY monitors.

## Company

- [About PARLEY by DAAT](https://www.parleytech.com/about): company and product background.
- [Contact PARLEY](https://www.parleytech.com/contact): hello@daat.cloud and demo instructions.
- [Privacy policy](https://www.parleytech.com/privacy): public-source monitoring and demo-form data.

## Optional

- [Sitemap](https://www.parleytech.com/sitemap.xml): crawlable URLs.
- [Blog](https://www.parleytech.com/blog): notes from the PARLEY team.
- [Home](https://www.parleytech.com/): marketing site for PARLEY political intelligence.
