Skip to content

FYInbox docs

Changelog

Track public producer API, machine-contract, SDK, and documentation changes without mixing in private dashboard implementation details.

2026-08-19 — source-scoped notification reads

  • Added GET /api/v1/notifications/{id} for complete agent-readable notification context.
  • Scoped every read to the account and source selected by the bearer API key, with opaque not_found responses outside that scope.
  • Added NotificationsClient.getNotification(id) with response validation and safe retries for transient failures.

2026-08-01 — v1 initial contract

  • Documented notification create and source-scoped metadata add/modify operations.
  • Published deterministic OpenAPI 3.1 and JSON Schema artifacts.
  • Documented create deduplication, error codes, protocol ceilings, security guidance, and compatibility policy.
  • Added canonical cURL and private-preview TypeScript examples plus agent discovery documents.