TypeScript SDK preview + developer docs portal
A hand-written TypeScript SDK now wraps the full 17-operation /v1 surface — open source and arriving on npm soon — and this developer docs portal launches with per-operation pages, error-code references, and an AI-readable llms.txt.
Added
- @postify/sdk: a thin, typed TypeScript client covering all 17 /v1 operations — typed RFC 9457 errors, automatic Retry-After retries (never on unkeyed mutations), auto idempotency keys on POST /v1/posts, cursor auto-pagination, and a Standard Webhooks verifier. Open source, arriving on npm soon.
- Developer docs on usepostify.com: a static page per operation, a page per error code (the exact URLs API problem `type` fields resolve to), the webhook event catalog, and this changelog.
- llms.txt + llms-full.txt, plus a Markdown twin of every docs page at {url}.md — built for AI agents and answer engines.
Changed
- The /developers page is the new front door for the API, SDK, webhooks, and MCP server.
