Developer entry
Docs for running Boetica in the places work already starts.
Use Boetica docs to understand app creation, setup, connector scope, run recipes, evidence packets, policy gates, Run API automation, diagnostics, and procurement-ready exports.
Evidence schema
The docs start where reviewers need answers.
Docs describe install scope, run modes, recipes, evidence fields, governance, diagnostics, retention, and procurement review.
docs.install -> repo and connector setupdocs.evidence -> packet fieldsdocs.trust -> retention and disclosureInstall path
Greenfield app setup, repo install, connector health, sandbox creation, first run, PR review, evidence review, and procurement export.
Evidence schema
Hash, timestamp, policy decision, CI state, reviewer, and control family where relevant.
Run API
Recipes, run creation, thread messages, event subscriptions, idempotency keys, and MCP controls are documented as governed entrypoints.
Getting started
Start with a new product brief or the repo your team already uses.
Setup walks through app-creation inputs, repo connection, connector health, policy, branch protection, budget, sandbox, first run, and evidence review.
- Create new app
- Connect repo
- Run preflight
- Review evidence
Evidence
Every PR answers what changed and how it was verified.
The evidence packet is built for the reviewer and the auditor at the same time.
- Change summary
- Test proof
- Policy decision
- Control mapping when relevant
Signed remediation PR
boetica/auth-rate-limit-pr
@@ apps/web/src/app/api/login/route.ts- await password.verify(body.password)+ await limiter.consume(requestIp)+ await password.verify(body.password)+ await audit.append(evidencePacket)
- packet hash
- 91f4e2a0
- prev hash
- 5e1c8a44
- trust boundary
- sandbox attested · egress denied
- merge policy
- platform-eng / human merge
Developer domain
APIs and diagnostics are first-class documentation.
Run API docs show recipes, idempotent run creation, thread messaging, webhooks, MCP, search, onboarding checklists, and support diagnostics.
- Recipe catalog
- Run and thread API
- Signed webhooks
- Diagnostics
