Dated notes for the PIT API and the site, newest first. Entries use
the Keep a Changelog headings: Added, Changed, Fixed, Removed.
· unreleased
Pricing and site copy. The HTTP contract is unchanged at 0.1.0.
Changed
Two plans replace three: Researcher $29 a month and Power $79 a month, both
reading the whole ingested history. Rate limit and flat files are what separate
them. Plan ids on the wire are researcher and power.
Team is removed rather than renamed. There are no seats; one login per
account, and you give a teammate one of your keys.
The site runs on one stylesheet, /css/app.css, and the compare,
alternatives, use and glossary pages were rewritten on it.
Reference pages no longer print a price, so a plan change does not leave
/docs stale. Prices live on pricing.
Removed
The Developer $29, Research $99 and Team $199 ladder, along with the
subscribe_research CTA id that went with it.
· 0.1.0
First HTTP contract, public samples, and paid self-serve.
Added
The /v1 envelope, the wrapper of fields around every
result: request_id, corpus_version, a named
visible_by, cursor pagination, and a coverage object on
every response. Spec at
/v1/openapi.json.
Public samples with no key: the SVB as-of cut (a read bounded to a past
instant), the FB-to-META mapping, and a coverage certificate recording what we
read that day. Responses carry sample: true and use the
same envelope as paid calls.
Login through GitHub, Google, or an email link, with several API keys per
account (pit_live_…, hashed at rest, shown once).
Status at pit.aqx.llc/status,
served from GCS and a CDN rather than the API origin.