SpectraStrike Integration API (Legacy Status)
Status: Retired from public client API in Phase 0 Sprint 0.1.
Public endpoints under /api/v1/integrations/spectrastrike/* are no longer part of the client API surface and must not be reintroduced.
Current Supported Integration Path
SpectraStrike integration is now supported only through the hardened internal telemetry gateway and federation verification model documented here:
Internal Cognitive API (Sprint 31 Alignment)
These endpoints are internal-only and protected by the same mTLS + signature controls as telemetry ingest:
POST /internal/v1/cognitive/execution-graphPOST /internal/v1/cognitive/feedback/adjustments/query
Feedback responses are signed and replay-protected. SpectraStrike must reject any response missing:
signaturesigned_atnonceschema_version
Each feedback item must include:
tenant_idexecution_fingerprinttarget_urnactionconfidencerationaletimestampschema_version
Cognitive request payloads must include operator_id and the gateway enforces operator_id -> tenant_id mapping on both graph ingest and feedback query routes.
Security Requirements (Current)
- Zero-trust service-to-service communication.
- Mandatory mTLS certificate identity validation.
- Mandatory Ed25519 payload signatures.
- Replay protection (timestamp window + nonce enforcement).
- Tenant mapping enforcement through signed metadata.
- Tamper-evident logging of accept/reject outcomes.
- Signed feedback response verification before policy binding.
- Feedback replay rejection (response nonce + signed timestamp window).
Prohibited Patterns
- Shared secrets between SpectraStrike and VectorVue services.
- Unsigned telemetry ingestion.
- Public client API write endpoints for telemetry ingestion.
- mTLS bypass or optional certificate identity checks.