Changelog

All notable changes to Spondeo are documented here. Dates are ISO-8601. This file is published at /changelog.

The format follows Keep a Changelog. Until the public launch, versions are pre-1.0 and the API surface may change with notice.

[Unreleased]

Added

and customer-facing legal copy (Terms / Privacy / Refunds).

[0.3.0] — 2026-06-04 — Agent-native integration

Added

/v1/verify endpoint so AI agents and crawlers can discover how to call Spondeo.

developer API and inline examples.

agent can verify a user's affiliation autonomously through the same metered, no-PII path.

[0.2.0] — 2026-06-04 — Webhooks + test/live isolation

Added

credential's status changes, instead of polling. Sends are SSRF-guarded and signed with a shared secret + timestamp + event id; managed from the developer profile.

never read or mutate live data; sk_live_ keys are required for production verification.

[0.1.0] — 2026-05-29 — Developer API: API keys + metered verification

Added

authenticated via Authorization: Bearer.

binding, audience/nonce, revocation status, and required claim assertions) and returns { valid, claims, pid, reason }, billing only successful verifications, metered per account.


Earlier work (the free consumer C2C utility — credential engine, share-a-proof / request-a-proof flows, per-link analytics, no-PII server) predates this changelog and is described in docs/superpowers/specs/2026-05-28-spondeo-c2c-design.md.