Getting Started
The 90-Second Orientation
Section titled “The 90-Second Orientation”DefendableCloud is the hosted proof vault for AI and agentic work.
DefendableOS is the engine. DefendableCloud is the vault. The engine runs the rulebook; the vault stores and shares the proof.
The central workflow is:
Inputs -> Evidence -> Execution -> Checks -> Verdict -> Approval -> ReceiptA Run is not “the model said it is good.” A Run is evidence plus a rulebook plus a verdict plus an approval plus a hash-chained receipt.
Pick Your Path
Section titled “Pick Your Path”Builder
Section titled “Builder”Start here:
- The Defendable Run
- Three Lanes (including the eval flight-sheet lane and its deterministic executor)
- Defendable CLI
- Current API Surface
- Integrate
Operator
Section titled “Operator”Start here:
Buyer or Enterprise Reviewer
Section titled “Buyer or Enterprise Reviewer”Start here:
Run Lifecycle With The CLI
Section titled “Run Lifecycle With The CLI”defendable auth verify <TOKEN-FROM-EMAIL>defendable projects create --name "Proof run"defendable flight-sheets ls --lane agentdefendable runs new --project <project-id> --flight-sheet cre_memo_dscr_ltv_v1defendable evidence add <run-id> --kind note --label "source facts" --content "..."defendable submission add <run-id> --output-file ./agent-output.json --agent claude-code --model claude-opusdefendable audit run <run-id>defendable audit finalize <run-id>defendable approval set <run-id> --decision approveddefendable receipt generate <run-id>defendable verify <share-url-or-token>What Exists Now
Section titled “What Exists Now”Current live/foundation surfaces:
- DefendableCloud marketing site, Vault app, API, and CLI
- authenticated organizations and roles
- projects and Runs
- evidence, submissions, audits, approvals, receipts
- public receipt sharing and ledger verification
- dataset library and download receipts
- model catalog and model pin receipts
- cook runner routes
- incidents and stack assessment
- enterprise runbooks and WAF guidance
Roadmap surfaces:
- enterprise SSO/SAML/OIDC
- SCIM
- external security review
- formal SOC2 audit
- public SLA/status program
- generated OpenAPI reference
- DDEED public anchoring beyond the current per-org receipt-chain verification
Read Next
Section titled “Read Next”Best sequence: