Integration · ElizaOS
Integrate OFAC sanctions screening into ElizaOS agents. Wallet screening before every on-chain transaction.
ElizaOS agents can autonomously sign transactions on multiple chains. The plugin architecture makes it easy to add new capabilities but does not include sanctions screening by default.
import { createAgent } from "@elizaos/core";
import { agentmailPlugin } from "@elizaos/plugin-agentmail";
const agent = createAgent({
plugins: [agentmailPlugin],
// agentmail auto-registers sanctions_check action
});
// agent.sanctions_check is called automatically
// before any transfer or swap actionAdd agentmail pluginAdd @elizaos/plugin-agentmail to your agent dependenciesConfigure API keySet AGENTMAIL_API_KEY environment variable (or use free tier without key)Screen pre-paymentCall sanctions_check before any transfer or swap actionLog and auditAll screens are logged to the agentmail dashboard with full audit trailFrom $19/mo (600 checks) · Free tier: 5 checks/day, no API key