Skip to main content

2026-04-22

Initial public release of /v1.
  • GET /v1/ — auth debug.
  • GET /v1/deals — list the caller’s deals.
  • POST /v1/deals/events — ingest a deal event.
  • GET /v1/earnings — list computed earnings.
  • GET /v1/earnings/{id} — fetch a single earning with its trace.
  • GET /v1/plans — list active plans.
  • GET /v1/plans/{id} — fetch a plan (pass ?include=chips for the rule chip list).
  • GET /v1/openapi.json — unauthenticated OpenAPI 3.1 spec.
All endpoints surface X-RateLimit-Limit / -Remaining / -Reset headers.