Top 20 adapter directory, organized for operators.
Adapters are thin translators only. Policy logic stays in Governor. Every decision is fail-closed and evidence-backed.
How to use any adapter
1) Discover schema
Read adapter schema and payload examples first.
2) Validate intent
Reject unknown or malformed fields before policy evaluation.
3) Evaluate decision
Policy engine returns approve/deny with deterministic evidence hash.
4) Execute safely
Execute only when approved; dry-run is default path.
Tier 1 · Critical Infra
GitHub
Deploy workflows and repo config changes under central policy gate.
DEPLOY / CONFIG_CHANGE
AWS
Normalize infra change intents (IAM/network/scaling) before execution.
INFRA_CHANGE
Kubernetes
Gate manifest and deployment changes with cluster-aware metadata.
CLUSTER_CHANGE
Stripe
Control payment operations like refunds/subscriptions with deterministic checks.
PAYMENT
Tier 2 · AI Agent Frameworks
LangChain
Translate tool and step requests into governed action model.
DATA_ACCESS / CONFIG_CHANGE
OpenAI
Gate tool invocation events with strict tool-category mapping.
DATA_ACCESS / PAYMENT / CONFIG_CHANGE
Anthropic
Same strict tool-use gate model with unknown-tool deny.
DATA_ACCESS / PAYMENT / CONFIG_CHANGE
LlamaIndex
Normalize retrieval/connector access into deterministic data actions.
DATA_ACCESS
Tier 3 · DevOps/Deploy Platforms
Vercel
Govern deploy and environment variable promotions.
DEPLOY / CONFIG_CHANGE
Cloudflare
Control DNS, Workers, and firewall changes via one gate.
DEPLOY / CONFIG_CHANGE
Argo CD
Synchronize and rollback apps under deterministic policy checks.
DEPLOY
Jenkins
Gate pipeline runs and stage approvals before release mutations.
DEPLOY
Tier 4 · Finance/Trading/Payments
PayPal
Apply deterministic payment controls for payout/refund/capture flows.
PAYMENT
Interactive Brokers
Normalize market order requests before broker-side mutation.
TRADE
Alpaca
Enforce same trade controls in Alpaca execution paths.
TRADE
Plaid
Govern account/transactions and transfer actions with consent metadata.
DATA_ACCESS / PAYMENT
Tier 5 · Blockchain
Ethereum
Control chain transaction intents with gas/slippage risk metadata.
CHAIN_TX
Solana
Apply deterministic gating for Solana transaction workflows.
CHAIN_TX
BNB Chain
Govern BNB chain tx and token operations before signing/execution.
CHAIN_TX
Chainlink
Gate oracle job management and automation triggers.
ORACLE_JOB
