Dataverse integration for AgentRails x402 payments. Sync agent payment data to Dataverse for Power BI reporting, model-driven apps, and enterprise security roles.
agentrails-dataverse-integration is an early-stage project in the AI payments / x402 ecosystem, focused on ai-agents, dataverse, power-automate, power-bi. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like AgenticCommerce, agentrails-copilot-actions, ClawRouter, x402-client, solcex-autonomous-vanguard, awesome-molt-ecosystem.
Sync x402 payment data from AgentRails into Microsoft Dataverse. Once in Dataverse, payment data is available in Power BI, model-driven apps, canvas apps, and enterprise security roles.
agentrails-dataverse-integration/
├── README.md # This file
├── schema/
│ └── agent-payments-table.md # Dataverse table definition
├── flow-template.json # Power Automate sync flow
├── solution/ # Exported Dataverse solution (coming soon)
└── LICENSE
┌──────────────────────┐ Every 15 min ┌──────────────────────┐
│ AgentRails API │ ◄──────────────────── │ Power Automate │
│ api.agentrails.io │ ────────────────────► │ (Sync Flow) │
│ │ GET /api/x402/ │ │
│ x402 Payments │ payments?limit=100 │ Upsert to │
│ Agent Data │ │ Dataverse │
└──────────────────────┘ └──────────┬───────────┘
│
v
┌──────────────────────┐
│ Dataverse │
│ ar_agentpayment │
│ │
│ ┌────────────┐ │
│ │ Power BI │ │
│ │ Reports │ │
│ └────────────┘ │
│ ┌────────────┐ │
│ │ Model- │ │
│ │ Driven App │ │
│ └────────────┘ │
│ ┌────────────┐ │
│ │ Security │ │
│ │ Roles │ │
│ └────────────┘ │
└──────────────────────┘
The ar_agentpayment table mirrors the x402 payment records from the AgentRails API.
| Column | Type | Description |
|---|---|---|
| Payment ID | Text (PK) | pay_abc123 |
| Resource | Text | API endpoint path |
| Network | Choice | Blockchain network (Base, Ethereum, Arc) |
| Amount (USDC) | Currency | Payment amount |
| Payer Address | Text | Ethereum wallet (sender) |
| Recipient Address | Text | Ethereum wallet (receiver) |
| Transaction Hash | Text | On-chain tx hash |
| Status | Choice | Pending / Settled / Failed |
| Created At | DateTime | Payment initiated |
| Settled At | DateTime | On-chain settlement |
| Sync Timestamp | DateTime | Last sync time |
See schema/agent-payments-table.md for the full schema including indexes, views, and column security recommendations.
The flow-template.json defines a Power Automate flow that:
GET /api/x402/payments?limit=100 with your API keypaymentId as the natural key for deduplicationstatus, settledAt, and transactionHash on existing records (payments can transition from Pending to Settled)ar_synctimestamp on every upsert for monitoringflow-template.jsonAgentRails_ApiKey parameter to your API keyNote: The flow template uses the HTTP connector for API calls. If you've imported the custom connector, you can replace the HTTP action with the connector's
GetPaymentsoperation for a cleaner setup.
Connect Power BI to the ar_agentpayment table for:
Build a model-driven app for operations teams to:
Build a mobile-friendly canvas app for:
Combine with Power Automate to:
The
solution/directory is a placeholder for the exported Dataverse managed solution (.zip). This will be added after creating and testing the table in a Power Platform environment.
To export the solution yourself:
solution/ directory| Repo | Description |
|---|---|
| agentrails-copilot-actions | Copilot Studio action definitions |
| agentrails-powerplatform-demo | Custom connector + security roles |
| AgenticCommerce | Core x402 payment infrastructure |
MIT - see LICENSE
x402 payment protocol implementation in .NET - enable AI agents to pay for your APIs with USDC micropayments
Copilot Studio action definitions for AgentRails x402 payment infrastructure. Import into Microsoft Copilot Studio for natural-language agent management and FinanceOps in Teams.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.
Autonomous AI BD Agent for SolCex Exchange: 24/7 Cross-Chain Token Scoring & Payments 2026
The brutally honest map of where AI-agent money actually flows. 51 rounds, 137 angles, 230+ platforms. 3 self-hosted x402 v2 endpoints + 3 tools in the official MCP Registry. 385K star distribution.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
x402 Ecosystem Explorer
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.
Client SDK, Claude plugin and skill framework for the Pinion protocol. x402 micropayments on Base.