API, SDK, and platform updates. Each entry is tagged by type: New, Improved, Fixed, or Breaking.

Subscribe via RSS

March 29, 2026

Agent-native infrastructure

New endpoints

  • POST /v1/account/signup + POST /v1/account/verify — agent-initiated account creation with email OTP
  • GET/POST/DELETE /v1/api-keys — API key management
  • PUT /v1/listings/{slug} — listing updates (content immutable)
  • POST /v1/account/stripe-key — direct Stripe key input
  • POST /v1/account/stripe/connect — Stripe Connect via API
  • DELETE /v1/account/stripe — disconnect Stripe

Readiness evolution

  • blockersactions with kind (api/human) and next pointer
  • Agents now know what to call and whether they can do it autonomously

Agent discovery

  • /llms.txt endpoint for agent discovery
  • Idempotency-Key header on all POST endpoints