airwallex.com
Airwallex is a financial platform for businesses that supports payments, treasury, accounts, payouts, cards, and embedded finance use cases. It provides tools for integrating these capabilities in sandbox and production environments.
Airwallex exposes a REST API, three MCP servers (Developer sandbox, Docs, and AgentOS production), and a beta CLI; auth is via API key + client ID, partner OAuth apps, or user OAuth depending on the surface.
- Airwallex Developer MCPdiscovered
- Airwallex Docs MCPdiscovered
- Airwallex AgentOS MCPdiscovered
- Airwallex REST APIdiscovered
- Airwallex CLIdiscovered
In the Airwallex web app, go to Settings > Developer > API keys. Generate either an admin API key or a scoped API key for your organization/account, then copy the API key and note the associated Client ID shown in the Developer app. Airwallex uses this pair to obtain an access token via the Authentication API. Only users with Owner, Admin, or Developer access to the Developer app can manage API keys.
Request credentials from the Airwallex partner integrations team at partner-integration@airwallex.com. You will need a client_id, client_secret, approved scopes, and a redirect URI. After receiving credentials, create your listing in the Airwallex web app Connections area as described in Get started.
$ airwallex auth loginAcquired by the CLI — running airwallex auth login opens the auth flow and stores the credential.
$ airwallex auth login --prodAcquired by the CLI — running airwallex auth login --prod opens the auth flow and stores the credential.
conventions · 1/7 published
- integrations.json——
- llms.txt✓https://airwallex.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing