Initial import of verae-access-web from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 18:38:29 -04:00
commit d27d779129
7 changed files with 218 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# verae-access-web
**Direct web** access plane. Customer browsers hit this process, not Zapier and not the NATS port.
**Forgejo:** https://git.georgelambert.org/marchon/verae-access-web
Every NATS hop is `verae.access.web.*``verae.access.authz.check` → internal `verae.billing.statement.get` (reload only, not CS credits).
| Route | Job |
|-------|-----|
| `GET /health` | `{ plane: "web" }` |
| `GET /statement/:id` | Authz then statement |
| `POST /reload` | Authz then `balance.adjust` kind=reload |
Port `:3021`.