Copilot Studio action definitions for AgentRails x402 payment infrastructure. Import into Microsoft Copilot Studio for natural-language agent management and FinanceOps in Teams.
agentrails-copilot-actions is an early-stage project in the AI payments / x402 ecosystem, focused on ai-agents, copilot-studio, microsoft-teams, openapi. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like AgenticCommerce, agoragentic-integrations, xcatcher-mcp-manifest, APIMesh, conway, agentrails-dataverse-integration.
OpenAPI action definitions for Microsoft Copilot Studio. Import these into your copilot to manage x402 payment infrastructure and AI agents using natural language in Microsoft Teams.
| File | Operations | Use Case |
|---|---|---|
financeops-copilot.swagger.json |
7 | Revenue, payments, wallets, billing |
agent-executor-copilot.swagger.json |
7 | Agent CRUD, task execution, logs |
┌──────────────────────┐
│ Microsoft Teams │
│ (User asks a │
│ question) │
└──────────┬───────────┘
│
v
┌──────────────────────┐
│ Copilot Studio │
│ (Interprets intent,│
│ selects action) │
└──────────┬───────────┘
│ HTTPS + X-API-Key
v
┌──────────────────────┐
│ AgentRails API │
│ api.agentrails.io │
│ (x402 payments, │
│ agents, billing) │
└──────────┬───────────┘
│
v
┌──────────────────────┐
│ Blockchain │
│ (USDC settlement │
│ via EIP-3009) │
└──────────────────────┘
Open Copilot Studio and create a new copilot (or use an existing one).
.swagger.json files from this repoX-API-KeyX-API-KeySelect the operations you want the copilot to use. Each operation has a detailed description that helps the LLM understand when to invoke it.
Publish the copilot, open it in Teams, and start asking questions.
| Operation | Endpoint | Description |
|---|---|---|
getX402Stats |
GET /api/x402/stats |
Payment statistics, revenue, volume |
getX402Payments |
GET /api/x402/payments |
Recent payment history with filters |
getX402Pricing |
GET /api/x402/pricing |
Endpoint pricing and supported networks |
getAgentDashboard |
GET /api/agents/dashboard |
Agent count, budgets, spending summary |
getWalletBalanceTotal |
GET /api/transactions/balance/total |
Total USDC balance across all chains |
getWalletBalanceByChain |
GET /api/transactions/balance/by-chain |
Per-network USDC breakdown |
getBillingUsage |
GET /api/billing/usage |
Transaction count, fees, billing period |
| Operation | Endpoint | Description |
|---|---|---|
listAgents |
GET /api/agents |
List all registered AI agents |
createAgent |
POST /api/agents |
Create agent with name, description, budget |
getAgentInfo |
GET /api/agents/{agentId}/info |
Agent details, balance, wallet address |
runAgent |
POST /api/agents/{agentId}/run |
Execute a task with a specific agent |
deleteAgent |
DELETE /api/agents/{agentId} |
Permanently remove an agent |
getLogs |
GET /api/logs |
Recent execution logs (filter by level) |
getErrorLogs |
GET /api/logs/errors |
Error logs only |
curl -H "X-API-Key: YOUR_KEY" https://api.agentrails.io/api/x402/statsX-API-Key (case-sensitive)description field that guides the LLM. If the copilot picks the wrong one, try rephrasing your prompt to be more specific.ar_live_ API key pointed at api.agentrails.io.MIT - see LICENSE
x402 payment protocol implementation in .NET - enable AI agents to pay for your APIs with USDC micropayments
Public adapters and discovery catalog for Triptych OS (Agent OS): agent frameworks, MCP/A2A/x402 protocols, workflows, wallets, SDKs, and examples for execute-first routing, governed handoffs, and receipt-aware agent commerce.
Agent-first Remote MCP for X (Twitter) batch crawling with x402 USDC top-up (Base/Solana). Includes OpenAPI + copy-paste ADK/curl E2E examples.
APIMesh — 23 pay-per-call web analysis APIs + 16-tool MCP server with autonomous API generation. Security audits, SEO, tech stack detection. x402 + Stripe MPP payments.
APIMesh — 23 pay-per-call web analysis APIs + 16-tool MCP server with autonomous API generation. Security audits, SEO, tech stack detection. x402 + Stripe MPP payments.
Dataverse integration for AgentRails x402 payments. Sync agent payment data to Dataverse for Power BI reporting, model-driven apps, and enterprise security roles.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
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.