Skip to content

tutorials

Intended Documentation

Capability Truth Matrix

Complete matrix of platform capabilities with their implementation status, operator impact, and source of truth.

Overview#

This matrix documents the implementation status of every Intended platform capability. Each subsystem is categorized as:

  • Implemented — fully operational in production
  • Staged — designed and documented but not yet available in production
  • Readiness — integration surface exists but runtime behavior is not yet active

Info

This matrix is validated against the platform codebase. Last validated: 2026-03-10.

Core Runtime#

SubsystemStatusOperator ImpactSource of Truth
Intent GatewayImplementedAccepts and validates all intent evaluation requestscode
Policy EngineImplementedEvaluates intents against active policy setcode
Semantic AnalysisImplementedEnriches intent context with structured signalscode
Decision Token SigningImplementedIssues RS256-signed authorization tokenscode
Audit PipelineImplementedRecords all evaluation decisions to append-only logcode
Policy StoreImplementedVersion-controlled policy lifecycle managementcode

Operator Capabilities#

CapabilityStatusOperator ImpactSource of Truth
Policy AuthoringImplementedCreate and validate policies via CLI and APIcode
Policy SimulationImplementedCompare, drift-detect, and blast-radius analysiscode
Policy DeploymentImplementedStaged deployment with approval gatescode
Policy RollbackImplementedInstant rollback to any previous versioncode
Incident ResponseImplementedAudit trail querying, token inspection, kill switchcode
Control Center DashboardImplementedUnified operational cockpit for runtime monitoring and audited interventionscode

Info

Control Center is live and integrates throughput, topology health, anomaly pressure, and emergency intervention controls.

Enterprise Administration#

CapabilityStatusOperator ImpactSource of Truth
Tenant ManagementImplementedCreate, configure, suspend, and delete tenantscode
Role-Based AccessImplementedBuilt-in and custom roles with permission boundariescode
API Token GovernanceImplementedCreate, rotate, revoke tokens with scope constraintscode
Audit ExportImplementedExport audit events in JSON, CSV, or Parquetcode
Emergency ControlsImplementedKill switches, circuit breakers, bulk token revocationcode
Identity Provider Integration (SSO)ImplementedRuntime OIDC/SAML + SCIM provisioning with tenant-bound enforcement and auditabilitycode

Info

Identity provider support is operational with runtime OIDC/SAML callback handling, SCIM lifecycle endpoints, and tenant-bound enforcement controls.

Developer Integration#

CapabilityStatusOperator ImpactSource of Truth
REST API (Intents)ImplementedSubmit and retrieve intent evaluationscode
REST API (Policies)ImplementedCRUD operations on policy definitionscode
REST API (Audit)ImplementedQuery, filter, and export audit eventscode
Decision Token VerificationImplementedVerify tokens locally or via APIcode
Enforcement SDKImplementedTypeScript/Python middleware for enforcementcode
Connector SDKImplementedBuild custom connectors with fail-closed token validation and capability manifestscode
CLIImplementedPolicy, token, deployment, and health operationscode

Warning

The Connector SDK is available with production-safe base adapter primitives and connector conformance expectations.

Security & Compliance#

CapabilityStatusOperator ImpactSource of Truth
Fail-Closed DefaultsImplementedAll failures result in deny decisionscode
Enforcement LineageImplementedFull traceability from policy to enforcementcode
Cryptographic Token SigningImplementedRS256 signatures with key rotationcode
Tenant Data IsolationImplementedComplete data and key isolation per tenantcode
Operational Readiness ChecksImplementedCLI and API health validationcode
Compliance Evidence PacksImplementedSOC2, ISO 27001, HIPAA-aligned exportscode

Summary#

StatusCount
Implemented28
Staged0
Readiness0

Next Steps#