feature
REST read API and org member settings
Agents and scripts now have a broader plain-HTTP API surface. The REST mirror has per-key rate limiting (120 read requests/minute, 30 write requests/minute), consistent rate-limit headers, and new endpoints for project posts and Updates:
GET /api/v1/projects/:project/postsGET /api/v1/projects/:project/changelog
Organisation settings also now includes the member manager directly under the branding form. Owners can invite teammates, copy invite links, revoke pending invitations, change admin/member roles, and remove non-owner members without jumping into a project-specific settings page.
Published