01
Credential brokering
Credentials remain behind integration boundaries instead of being embedded in prompts or agent memory.
Separate reasoning from authority, enforce policy around state changes, broker credentials and retain a control-plane audit trail.
Credentials remain behind integration boundaries instead of being embedded in prompts or agent memory.
OPA-style gates provide deterministic controls independent of model output.
Agents operate through defined tools and adapters instead of unrestricted infrastructure access.
Record decisions, plan versions, approvals and downstream API calls.
Tenancy, entity catalog, outbox/CDC, PII and retention are explicit architecture concerns.
OWASP Top 10, API, LLM and novel attack-vector reviews with ASVS targets.
Agent reasoning
↓
Typed Plan
↓
OPA Policy Gate
↓
Human Approval
↓
Execution Adapter
↓
Provider API
↓
Verification
↓
Reconciliation{
"event": "plan.apply.approved",
"actor": "human",
"plan": "bp_01J...",
"policy": "prod-default",
"engine": "opentofu",
"provider": "example-cloud"
}