1.26.0 (2026-07-26)
✨ Features
- api-v1: add org create ACL flag and org access guard (07f202d)
- api-v1: assign database to a project via PATCH with agent-in-org check (540630f)
- api-v1: attach/detach/list agents for an organization (ff20abd)
- api-v1: backup/retention/storage policy endpoints for databases (903d949)
- api-v1: organizations create/list/get/update/delete endpoints (0385149)
- api-v1: PATCH /databases/{id} only attaches/detaches project (0d0690b)
- api-v1: project create/list/get/update/archive endpoints (e4a2a70)
- api-v1: remove storage-policy and retention-policy endpoints, keep backup-policy (9a0651a)
- configure backup file prefix (4a77932)
- mcp: add tools for org/project/agent-attribution/db-project/backup-policy endpoints (92cc88e)
- pass backup prefix to agents (5f4293a)
🐛 Bug Fixes
- agent-organizations.action.ts (4e0bdc4)
- api (55574bc)
- api-v1: accept null or "" for projectId to detach a database from its project (6303779)
- api-v1: allow attaching an unlinked database to a project (cc733fc)
- api-v1: archive project like dashboard — detach dbs, drop retention, free slug/name (5ef12e5)
- api-v1: block deleting an organization that still has projects (088f8b3)
- api-v1: close cross-tenant db move, block soft-deleted org writes, honor storage-channel sharing (5f0088a)
- api-v1: detaching a database clears schedule and all its policies (69d324b)
- api-v1: forbid deleting the default organization (9516fb2)
- api-v1: hard-delete organization to match dashboard deleteOrganizationAction (7d59dbd)
- backup storage folder name (f685f90)
- backup storage prefix util (de1930b)
- cron.action.ts and cron.ts (b20377e)
- delete default org (65962c9)
- openapi (6327d30)
- org deletion (38e3ef1)
- proxy: allowlist new v1 org/project/policy routes so they aren't 404'd (bc80ffe)
- s3 placeholder port number (b430428)