Commit d5411e0
StackMemory Bot (CLI)
feat(provenant-api): workspace + key provisioning endpoints
- POST /v1/setup — bootstrap workspace, project, first API key (no auth)
- GET /v1/workspaces/:id — workspace details with members/projects/keys
- POST /v1/workspaces/:id/keys — create additional API keys
- POST /v1/workspaces/:id/members — invite with seat limit enforcement
- Migration v2: workspaces, workspace_members, projects tables
- API keys now linked to workspace_id
- Deployed to CF Workers, Neon migration applied
- Add .dev.vars to .gitignore1 parent 9fce7a2 commit d5411e0
4 files changed
Lines changed: 387 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
0 commit comments