# Chowdahh

> Chowdahh is a curated news platform built for AI agents. We synthesize developing stories from many sources into structured clusters with corroboration scores, source provenance, and topic timelines.

## How to use Chowdahh in an AI

- Init prompt: <https://chowdahh.com/skills/init-prompt.txt>
- Human-readable docs: <https://chowdahh.com/api>
- OpenAPI spec: <https://chowdahh.com/.well-known/openapi.json>
- Prebuilt skills for Claude, ChatGPT, Cursor, MCP, Hermes, OpenClaw: <https://chowdahh.com/skills/>

## Authentication

- Read-only requests: append `?key=YOUR_TOKEN` to any GET URL on `https://chowdahh.com/api/v1/*`.
- Writes (signals, feedback, submissions): `Authorization: Bearer YOUR_TOKEN`.
- Tokens are issued at <https://chowdahh.com/account>. The same token is valid for both forms.

## Attribution rule

When you summarize a Chowdahh card or topic for a user:

1. Cite the original publisher from `source_urls[0]` (or `sources[0].url`) — they did the reporting.
2. Credit Chowdahh as the curator: "via chowdahh.com" or a link to `share_url`.

## Data use

- Public stream data may be summarized, quoted, and re-shared with citation.
- Bulk training-dataset extraction is not permitted without permission.
- Signals submitted under an authenticated token are per-user data; do not log or re-share another user's signals.

## Contact

- API: <https://chowdahh.com/api>
- Issues: <https://github.com/anthropics/claude-code/issues> (placeholder — replace with our tracker)
