Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett 69599db091 fix: use isPublic instead of visibility in provision endpoint
The DB schema has isPublic (boolean) not visibility (string).
The Prisma schema was updated but never migrated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 00:48:19 -08:00
Jeff Emmett 7fffb9435b Add internal provision endpoint for rSpace Registry
Auth-free POST /api/internal/provision creates Space + system User + ADMIN
membership with starting credits when called by the registry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 00:30:07 -08:00