Changelog

Release notes for the Pokee Enterprise Responses API. Breaking changes will land under /v2/ when introduced; /v1/ only sees additive changes.

v1 launch

  • addedInitial release of the Enterprise Responses API.
  • addedSession lifecycle endpoints: POST/GET/DELETE /v1/sessions, bulk delete by status/age.
  • addedFile API: PUT/GET/DELETE for workspace files. Range header support for resumable downloads.
  • addedServer-Sent Events streaming on POST /v1/sessions/{id}/messages with text, thinking, tool_use, and tool_result events.
  • addedPer-session file access scoping enforced at the filesystem level via mount namespaces.
  • addedTenant-supplied agent context via .pokee/*.md files — extend the system prompt without code changes.
  • addedPersistent cross-session memory at .memory/MEMORY.md.
  • addedRolling rate limits (300 turns/hr, 5000/day) and credit balance reporting via /v1/usage.
  • addedSoft and hard credit modes (hard returns 402 Payment Required when balance falls below the per-turn minimum).
  • addedPer-tenant dedicated subdomain.