Insider stack access
Operators get the same smoke template and runbooks we use internally — not generic hosting docs.
Lawenots is the Flomisma Portfolio Group’s deploy lane: we wire DNS, validate the four-call agent settlement flow, and package trust evidence — without offering protocol licensing services.
Operators get the same smoke template and runbooks we use internally — not generic hosting docs.
Four API calls must pass before handoff: create, proof, verify, settle. Failures are reproducible.
Archive smoke stdout and ComplianceArchive exports as part of every portfolio deployment.
Shipped in this repository under templates/agent-settlement-smoke/
| Step | Endpoint | Purpose |
|---|---|---|
| 1 | POST /api/v1/agent/settlement/create | Create task + fund escrow |
| 2 | POST /api/v1/agent/proof | Submit json:sha256 proof |
| 3 | POST /api/v1/agent/verify | Queue verification (reviewStatus) |
| 4 | POST /api/v1/agent/settlement/settle | Release when policy + HITL allow |
git clone https://github.com/redsurfer1/lawenots.git
cd lawenots/templates/agent-settlement-smoke
cp .env.example .env
# Edit PORTAL_URL and LEDGER_API_KEY (never commit .env)
./smoke.sh
Expected: Step 3 returns reviewStatus: AUTO_RELEASE_ELIGIBLE; Step 4 returns
state: FUNDS_RELEASED. See
README on GitHub.
Progress saves in your browser. Use when packaging a new licensee or MSP deployment.
We provision the stack, run smoke tests, and hand off evidence — scoped per SOW.
Request portfolio deploy View pricing