How Airwallex’s scores are calculated
The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.
verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10
PA Score43/100
Agent-ready 87.8 × 0.30 = 26.34
API quality 21.4 × 0.20 = 4.28
Openness 16.8 × 0.20 = 3.36
Built-in AI 41.1 × 0.15 = 6.17
Automation 21.7 × 0.15 = 3.25
(26.34 + 4.28 + 3.36 + 6.17 + 3.25) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 43.40 ÷ 1.00 = 43.4
Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.
Agent-ready87.8/100×0.30 of the PA blend
Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.
Point an agent at llms.txt or agent-oriented docsweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [probe] https://www.airwallex.com/llms.txt“PROBE llms.txt: HTTP 200 at https://www.airwallex.com/llms.txt # Airwallex > Airwallex is a leading global financial platform for modern businesses, offering trusted solutions to mana”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai-agent-instructions.md“The docs publish dedicated "Instructions for AI agents" pages (Integration Best Practices and Payments integration notes) written for machine consumption: "Check how to authenticate with the API and obtain a bearer token... DO NOT hallucinate or assume"; money fields "are NOT represented in minor units by default"; currency rounding rules; deprecated-library steering (`@airwallex/components-sdk` over the legacy `airwallex-payment-elements`); and redirect-flow/webhook integration guidance.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“A second, integration-time MCP pair: "The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox." Developer MCP (OAuth, endpoint mcp.sandbox.airwallex.com/developer) lets agents "create test resources, simulate events, and call sandbox endpoints"; Docs MCP "requires no authentication and is safe to add to any agent". The toolkit also ships "the `airwallex-dev` skill plugin, which generates Airwallex integration code directly in your project."”
- [probe] https://www.airwallex.com/docs/developer-tools/ai/agentos“official MCP server documented at https://www.airwallex.com/docs/developer-tools/ai/agentos”
Run the product headlessly / in CI for automationweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [probe] https://www.airwallex.com/docs/developer-tools/cli“official CLI documented at https://www.airwallex.com/docs/developer-tools/cli”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks with documented reliability semantics: "Your endpoint must respond with a 200 status code so that Airwallex can confirm delivery. Each event has a stable `id` so you can safely handle retries and avoid processing the same event twice." The web app additionally lets you "inspect delivery status (success, queued, or failed) and re-deliver events after downtime or for debugging."”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks enable Airwallex to send instant, real-time push notifications to your application when events occur in your Airwallex account.”
Plug MCP servers into this product so it can use their toolsweight 3
n/a — not applicable to this product: excluded from numerator and denominator
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Connect an agent via an official MCP serverweight 3
3 (weight) × 9 (quality) × 1.0 (full) = 27.0 of 30 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“A second, integration-time MCP pair: "The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox." Developer MCP (OAuth, endpoint mcp.sandbox.airwallex.com/developer) lets agents "create test resources, simulate events, and call sandbox endpoints"; Docs MCP "requires no authentication and is safe to add to any agent". The toolkit also ships "the `airwallex-dev` skill plugin, which generates Airwallex integration code directly in your project."”
- [probe] https://www.airwallex.com/docs/developer-tools/ai/agentos“official MCP server documented at https://www.airwallex.com/docs/developer-tools/ai/agentos”
Use an official CLIweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The Airwallex CLI lets you work with your Airwallex account directly from a command line.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“Explore the API interactively — discover endpoints, preview requests, and inspect schemas before you commit to a full integration.”
- [probe] https://www.airwallex.com/docs/developer-tools/cli“official CLI documented at https://www.airwallex.com/docs/developer-tools/cli”
Drive the product through a documented public APIweight 3
3 (weight) × 9 (quality) × 1.0 (full) = 27.0 of 30 max
- [claimed-docs] https://www.airwallex.com/docs/llms.txt“Programmatically create connected accounts for businesses and individuals, and enable them with rich financial capabilities.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/api/api-key-best-practices.md“A scoped API key grants only the resource permissions you assign (Read or Write on specific APIs), instead of full account access.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The Airwallex CLI lets you work with your Airwallex account directly from a command line.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks enable Airwallex to send instant, real-time push notifications to your application when events occur in your Airwallex account.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“"Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money. It gives you access to all products in the Airwallex web app and API (except Connected Account APIs)" — instant self-serve signup at sandbox.airwallex.com, with per-product simulation docs (payments, payouts, deposits, issuing, risk).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks with documented reliability semantics: "Your endpoint must respond with a 200 status code so that Airwallex can confirm delivery. Each event has a stable `id` so you can safely handle retries and avoid processing the same event twice." The web app additionally lets you "inspect delivery status (success, queued, or failed) and re-deliver events after downtime or for debugging."”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai-agent-instructions.md“The docs publish dedicated "Instructions for AI agents" pages (Integration Best Practices and Payments integration notes) written for machine consumption: "Check how to authenticate with the API and obtain a bearer token... DO NOT hallucinate or assume"; money fields "are NOT represented in minor units by default"; currency rounding rules; deprecated-library steering (`@airwallex/components-sdk` over the legacy `airwallex-payment-elements`); and redirect-flow/webhook integration guidance.”
- [probe] https://www.airwallex.com/llms.txt“PROBE llms.txt: HTTP 200 at https://www.airwallex.com/llms.txt # Airwallex > Airwallex is a leading global financial platform for modern businesses, offering trusted solutions to mana”
- [probe] https://www.airwallex.com/docs/developer-tools/cli“official CLI documented at https://www.airwallex.com/docs/developer-tools/cli”
Issue scoped/least-privilege API credentials for an agentweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/api/api-key-best-practices.md“A scoped API key grants only the resource permissions you assign (Read or Write on specific APIs), instead of full account access.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“A second, integration-time MCP pair: "The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox." Developer MCP (OAuth, endpoint mcp.sandbox.airwallex.com/developer) lets agents "create test resources, simulate events, and call sandbox endpoints"; Docs MCP "requires no authentication and is safe to add to any agent". The toolkit also ships "the `airwallex-dev` skill plugin, which generates Airwallex integration code directly in your project."”
Build against official SDKsweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“A second, integration-time MCP pair: "The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox." Developer MCP (OAuth, endpoint mcp.sandbox.airwallex.com/developer) lets agents "create test resources, simulate events, and call sandbox endpoints"; Docs MCP "requires no authentication and is safe to add to any agent". The toolkit also ships "the `airwallex-dev` skill plugin, which generates Airwallex integration code directly in your project."”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai-agent-instructions.md“The docs publish dedicated "Instructions for AI agents" pages (Integration Best Practices and Payments integration notes) written for machine consumption: "Check how to authenticate with the API and obtain a bearer token... DO NOT hallucinate or assume"; money fields "are NOT represented in minor units by default"; currency rounding rules; deprecated-library steering (`@airwallex/components-sdk` over the legacy `airwallex-payment-elements`); and redirect-flow/webhook integration guidance.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“"Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money. It gives you access to all products in the Airwallex web app and API (except Connected Account APIs)" — instant self-serve signup at sandbox.airwallex.com, with per-product simulation docs (payments, payouts, deposits, issuing, risk).”
- [probe] https://www.airwallex.com/docs/developer-tools/ai/agentos“official MCP server documented at https://www.airwallex.com/docs/developer-tools/ai/agentos”
- [probe] https://www.airwallex.com/docs/developer-tools/cli“official CLI documented at https://www.airwallex.com/docs/developer-tools/cli”
Subscribe to events via webhooksweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks enable Airwallex to send instant, real-time push notifications to your application when events occur in your Airwallex account.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks with documented reliability semantics: "Your endpoint must respond with a 200 status code so that Airwallex can confirm delivery. Each event has a stable `id` so you can safely handle retries and avoid processing the same event twice." The web app additionally lets you "inspect delivery status (success, queued, or failed) and re-deliver events after downtime or for debugging."”
Agent-ready = 158.0 ÷ 180 × 100 = 87.8
API quality21.4/100×0.20 of the PA blend
The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.
Explore an interactive API reference with runnable examplesweight 2
2 (weight) × 5 (quality) × 0.6 (partial) = 6.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“Explore the API interactively — discover endpoints, preview requests, and inspect schemas before you commit to a full integration.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money.”
- [claimed-docs] https://www.airwallex.com/docs/payments/get-started/quickstart.md“Complete a minimal end-to-end online payment in the sandbox environment using Airwallex.js and Airwallex-hosted payment page.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
Download a machine-readable API spec (OpenAPI or equivalent)weight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“Explore the API interactively — discover endpoints, preview requests, and inspect schemas before you commit to a full integration.”
- [probe] https://www.airwallex.com/docs/developer-tools/cli“official CLI documented at https://www.airwallex.com/docs/developer-tools/cli”
Test against a sandbox environment without touching production dataweight 1
1 (weight) × 9 (quality) × 1.0 (full) = 9.0 of 10 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“"Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money. It gives you access to all products in the Airwallex web app and API (except Connected Account APIs)" — instant self-serve signup at sandbox.airwallex.com, with per-product simulation docs (payments, payouts, deposits, issuing, risk).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/developer-connector.md“A second, integration-time MCP pair: "The Airwallex developer connectors connects AI coding agents — Cursor, Claude Code, Codex, and similar tools — to Airwallex documentation and the Airwallex sandbox." Developer MCP (OAuth, endpoint mcp.sandbox.airwallex.com/developer) lets agents "create test resources, simulate events, and call sandbox endpoints"; Docs MCP "requires no authentication and is safe to add to any agent". The toolkit also ships "the `airwallex-dev` skill plugin, which generates Airwallex integration code directly in your project."”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/payments/get-started/quickstart.md“Complete a minimal end-to-end online payment in the sandbox environment using Airwallex.js and Airwallex-hosted payment page.”
Rely on versioned APIs with a documented deprecation policyweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
API quality = 15.0 ÷ 70 × 100 = 21.4
Openness16.8/100×0.20 of the PA blend
Can you leave, inspect, or self-host — data export, open source, portability.
Do everything through the API that I can do in the UIweight 2
2 (weight) × 7 (quality) × 0.6 (partial) = 8.4 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/sandbox-environment.md“"Airwallex provides a sandbox environment, completely separate from the production environment, for testing your integration through simulations without using real money. It gives you access to all products in the Airwallex web app and API (except Connected Account APIs)" — instant self-serve signup at sandbox.airwallex.com, with per-product simulation docs (payments, payouts, deposits, issuing, risk).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/api/api-key-best-practices.md“A scoped API key grants only the resource permissions you assign (Read or Write on specific APIs), instead of full account access.”
Export all of my data in open formats and leaveweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Read the product's source under an open licenseweight 2
n/a — not applicable to this product: excluded from numerator and denominator
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Self-host the core productweight 3
n/a — not applicable to this product: excluded from numerator and denominator
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Openness = 8.4 ÷ 50 × 100 = 16.8
Built-in AI41.1/100×0.15 of the PA blend
Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.
Get AI-generated insights and suggestions from my data inside the productweight 2
2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports”
Set up automations that run autonomously in the backgroundweight 2
2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks with documented reliability semantics: "Your endpoint must respond with a 200 status code so that Airwallex can confirm delivery. Each event has a stable `id` so you can safely handle retries and avoid processing the same event twice." The web app additionally lets you "inspect delivery status (success, queued, or failed) and re-deliver events after downtime or for debugging."”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf.”
Delegate tasks to a built-in AI assistant inside the productweight 3
3 (weight) × 5 (quality) × 0.6 (partial) = 9.0 of 30 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf.”
Operate the product with natural-language commandsweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai-agent-instructions.md“The docs publish dedicated "Instructions for AI agents" pages (Integration Best Practices and Payments integration notes) written for machine consumption: "Check how to authenticate with the API and obtain a bearer token... DO NOT hallucinate or assume"; money fields "are NOT represented in minor units by default"; currency rounding rules; deprecated-library steering (`@airwallex/components-sdk` over the legacy `airwallex-payment-elements`); and redirect-flow/webhook integration guidance.”
- [probe] https://www.airwallex.com/docs/developer-tools/ai/agentos“official MCP server documented at https://www.airwallex.com/docs/developer-tools/ai/agentos”
- [probe] https://www.airwallex.com/docs/developer-tools/cli“official CLI documented at https://www.airwallex.com/docs/developer-tools/cli”
Built-in AI = 37.0 ÷ 90 × 100 = 41.1
Automation21.7/100×0.15 of the PA blend
Depth of automation primitives — rules, scheduling, bulk operations, webhooks.
Perform bulk operations across many items at onceweight 2
2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/global-treasury/process-payouts/create-a-transfer.md“Airwallex Transfers allows you to move funds across the globe easily to your suppliers, employees, contractors and/or own bank accounts.”
Define rules that trigger actions automatically on eventsweight 3
3 (weight) × 5 (quality) × 0.6 (partial) = 9.0 of 30 max
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks with documented reliability semantics: "Your endpoint must respond with a 200 status code so that Airwallex can confirm delivery. Each event has a stable `id` so you can safely handle retries and avoid processing the same event twice." The web app additionally lets you "inspect delivery status (success, queued, or failed) and re-deliver events after downtime or for debugging."”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/webhooks/webhooks-overview.md“Webhooks enable Airwallex to send instant, real-time push notifications to your application when events occur in your Airwallex account.”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“The AgentOS MCP is a hosted remote server with documented safety defaults: "Airwallex AgentOS MCP lets agents read and write production Airwallex resources from non-terminal environments... It shares the safety guardrails of other AgentOS components, including no money-out actions by default. Authentication uses OAuth against your production Airwallex account." Any MCP client connects to "the remote endpoint `https://mcp.airwallex.com/mcp`" (Claude Code: `claude mcp add-json airwallex '{ "type": "http", "url": "https://mcp.airwallex.com/mcp" }'`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/cli.md“The official Airwallex CLI "exposes a broad slice of the Airwallex API as terminal commands, so you can read and write your Airwallex resources in sandbox or production, script repeatable tasks, and wire Airwallex into automated systems" — installed via `curl -fsSL https://static.airwallex.com/developer-tools/airwallex-cli/install.sh | sh`, sandbox by default with `--prod` opt-in. A documented use case is to "Power AI coding agents — let agents that can run terminal commands (for example, Claude Code, Cursor, and Codex) operate against your account. This is also the foundation of Airwallex AgentOS." OAuth authorization is role-gated to Owner/Admin/Finance Admin.”
Schedule recurring jobs or workflowsweight 2
2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max
- [claimed-docs] https://www.airwallex.com/docs/billing/subscriptions/get-started-with-subscription-management.md“Multi-item: Billing for multiple products in one place, for example, a software license plus a support package.”
- [claimed-docs] https://www.airwallex.com/docs/billing/subscriptions/get-started-with-subscription-management.md“Multi-frequency: Charging for different items on different schedules, for example, an annual upfront software fee combined with monthly support fees.”
- [claimed-docs] https://www.airwallex.com/docs/billing/invoicing/get-started-with-invoicing.md“You can issue invoices in two ways with Airwallex Billing: One-time invoices ... Recurring invoices”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“"Airwallex AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports, and running multi-step financial workflows on your behalf. AgentOS bundles three things: Connectors — the Airwallex CLI and the Airwallex AgentOS MCP server... plus the Airwallex Developer MCP for documentation lookups and sandbox testing. Skills — pre-built workflows for common tasks like contract-to-billing, beneficiary creation, card provisioning, and cashflow management. Plugins — one-step installation of the connectors and skills into Claude Code, Claude Cowork, and Cursor" (`claude plugin install airwallex-agentos@claude-plugins-official`).”
- [claimed-docs] https://www.airwallex.com/docs/developer-tools/ai/agentos.md“AgentOS is a toolkit for AI agents that need to act on your production Airwallex account — reading balances, creating beneficiaries, issuing cards, building cashflow reports”
Version, review, and roll back my automationsweight 1
1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Automation = 17.4 ÷ 80 × 100 = 21.7