Point One Zero Platform architecturev11 · generated viewSign in to edit
Client Delivery › C7 spec: Environment config

C7 spec: Environment config

C7 / L7 Environment: the account boundary, identity, budgets, and the people the gates route to.
REQ-V-00, budgeted and audited by default: every run carries a declared token budget and end state, and the audit trail is append-only. Neither is a client option; clients set the numbers and the names, never the existence of the mechanism.

The ground rules and artifact-placement conventions on the C1 specification apply to every band: values enter once in the binding, everything downstream is generated, nothing is hand-edited. Columns: discovery section, binding key, the exact artifact the value materializes into, when it takes effect, and the check that verifies it.

The configuration map

IDClient inputDisc.Binding keyMaterializes asTakes effectVerified by
V-01Tenancy and account mappingE, Henvironment.tenantAccount or subscription structure + per-tenant key alias, via infrastructure-as-codeAt provisioningIsolation test suite at the account and key level
V-02Identity providerEenvironment.idpIdentity federation config per tenant (workload identities plus SSO)On config deploySSO login and end-to-end identity-passthrough test: downstream checks act as the person
V-03Platform access endpointG, Eenvironment.endpointNorth gateway instance stamped from the template (setup step 15); the channels and hosts CONTENT of that config is C1, rows E-01 and E-02On config deployA sanctioned host lists exactly its own tenant's tools and no other
V-04Cloud platformHenvironment.cloudOverlay selection driving the infrastructure module set (AWS, Azure, or GCP)At setup; later is a migrationBlindness audit: nothing above L7 references the cloud value
V-05Token budgets per use caseHenvironment.budgets{}Run-contract defaults consumed by loop enforcement every tickNext runOver-budget kill test: the run terminates and raises an incident
V-06Gate approvers and backupsFenvironment.approvers{}Approval matrix consumed by gate mechanics and the review surfaceNext transitionSegregation check (the data enterer cannot approve) and the backup-routing test
V-07Alerts and escalation timersF, Henvironment.escalation{}Alerting config: recipients, timers, paging routesImmediatelyTimer drill: an unanswered approval escalates to the named backup on schedule

Acceptance

  1. The one-click provisioning dry-run is green end to end with these values (playbook Track 1 gate).
  2. SSO, passthrough, isolation, and blindness audits all pass.
  3. The budget kill and escalation drills complete with incidents and audit entries recorded.