Get started

Commerce & finance · wired today

What can agents actually do with Wise?

Money data demands the strictest governance of anything agents touch. The Wise connector is one of 205 executable connectors and gives agents 3 read-only tools, with the credential held in the vault and every call receipted.

The Wise tool list, exactly as agents see it

  • list_profiles — List the Wise profiles (personal and business) the API token can act for. Most other Wise calls need one of these profile IDs
  • list_accounts — List the STANDARD multi-currency balance accounts held by one Wise profile, with available and reserved amounts per currency
  • list_transfers — List Wise transfers for a profile, optionally filtered by status, with amounts, currencies and current state

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

What the Wise connector needs

You provide API token from your Wise account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Where to get it: Wise's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

Wise answers every unauthenticated request identically, so its endpoint paths rest on Wise's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.

Wise integration FAQ

What can Quox agents do with Wise?

Agents can run 3 read-only tools against Wise: list profiles, list accounts, list transfers. Every call is receipted in the evidence trail.

What does the Wise integration need?

You provide API token from your Wise account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.

Do agents see my Wise credentials?

No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.

How proven is the Wise connector?

Wise answers every unauthenticated request identically, so its endpoint paths rest on Wise's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.