The living authority of the ZeroTrust Platform.
Search architecture, inspect decisions and retrieve verified platform artifacts.
Current ORBIT evidence
These values are read directly from the authoritative production registry.
What ORBIT can do now
This is the currently operational production capability, not a future roadmap.
Authoritative document registry
Stores permanent document codes, titles, summaries, versions, revisions, language, visibility and authority status.
Controlled publication pipeline
Publishes files through an Artisan command, assigns authoritative identifiers and records publication timestamps.
SHA-256 integrity verification
Calculates a permanent digest during publication and verifies the stored file again before every download.
Cross-product applicability
Maps one authoritative document to ORBIT, ATLAS, ALOQU, WireShield, CNOS, Hostiva and other ZeroTrust products.
Verified Download Center
Serves only published public documents and includes document code, version and SHA-256 evidence in response headers.
Download audit evidence
Counts downloads and records privacy-preserving client evidence without retaining raw client IP addresses.
RFC Observatory
Presents evidence-backed architecture proposals, decisions and implementation outcomes through the existing Observatory.
Production health evidence
Exposes liveness, readiness and release identity endpoints for operational and deployment validation.
Searchable public catalog
Allows teams to search published artifacts by document code, title, summary and document type.
How every team should use ORBIT
Search before designing
Check Architecture, Documentation, the Observatory and the Download Center before introducing a new platform pattern.
Prepare the authoritative source file
Place the completed document inside the appropriate ORBIT storage category.
storage/app/orbit/architecture
storage/app/orbit/rfcs
storage/app/orbit/releases
storage/app/orbit/manuals
storage/app/orbit/runbooks
storage/app/orbit/integration-packs
Publish through ORBIT
Use the controlled publication command. ORBIT generates the document code, checksum, registry record and product mappings.
php artisan orbit:document:publish \
architecture/example.md \
--title="Authoritative title" \
--summary="Purpose and authority of the document." \
--type=architecture \
--document-version=1.0.0 \
--visibility=public \
--product=ORBIT \
--product=ATLAS
Verify the issued authority code
Confirm the generated document code, publication status, assigned version and SHA-256 digest before announcing the document.
Share the evidence page
Teams should share the permanent ORBIT document page rather than copying files into chat messages, private directories or disconnected repositories.
https://orbit.btsbackbone.com/downloads/DECLARED-DOCUMENT-CODE
Verify downloaded artifacts
Consumers may compare the SHA-256 value shown on the document page and response headers against the downloaded file.
sha256sum downloaded-document.md
Recently published documents
RFC-ATLAS-0002 — Orbit Health Runtime Extraction
Governed extraction contract for promoting Atlas's certified health runtime into the reusable @orbit/runtime-health package while preserving product-owned authorities and behavioral compatibility.
RFC-ATLAS-0002 — Orbit Health Runtime Extraction
Governed extraction contract for promoting Atlas's certified health runtime into the reusable @orbit/runtime-health package while preserving product-owned authorities and behavioral compatibility.
RFC-ATLAS-0001 — Orbit Application Runtime Extraction Register
Atlas extraction register governing application runtime extraction.
ORBIT RFC Submission Template
Canonical structure and evidence template for RFC authors across all ZeroTrust Platform product teams.
ORBIT RFC Publishing Operations Manual
Canonical operating manual for proposing, reviewing, deciding, publishing, verifying, superseding, and retiring RFCs across all ZeroTrust Platform product teams.
ZeroTrust ORBIT-CORE Source-of-Truth Declaration
Canonical declaration establishing ORBIT-CORE as the architectural publication authority of the ZeroTrust Platform.