Resources
Changelog
What changed and when. Breaking changes are called out explicitly; everything else is additive.
v1.1.0
2026-04-30- Key prefix changed: `pk_` → `pt_` ("Pentify Token"). Mint a new key in the portal — no `pk_` keys exist in production yet.
- OpenAPI spec bumped to 1.1.0 with `bearerFormat: pt_live_*`.
- SDKs released: @pentify/sdk 0.2.0, pentify (Python) 0.2.0, pentify-go 0.2.0.
v1.0.0
2026-04-29- Initial public launch of the Pentify API.
- Endpoints: scans (quick / standard / compliance), targets, reports, webhooks, usage.
- OpenAPI 3.1 spec served at api.pentify.io/openapi.json.
- Official SDKs released: @pentify/sdk (TypeScript), pentify (Python), github.com/pentify/pentify-go (Go).
- Token-pack store live: Starter / Pro / Scale (1M / 10M / 50M tokens, 365-day rollover).
- Webhook delivery with HMAC-SHA256 signing and 5-minute replay window.