Weavr · Arazzo Workflow

Fund a managed account and move money

Version 1.0.0

Simulate a deposit into a managed account, then move funds with an internal transfer and an external send. Uses the Simulator API for the deposit so a fork runs end-to-end in the Weavr sandbox.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub Embedded FinanceBanking as a ServicePaymentsCardsFintechAccountKYCCompanyArazzoWorkflows

Provider

weavr

Workflows

fundAccountAndTransfer
Simulate deposit -> internal transfer -> external send.
3 steps inputs: apiKey, apiSecretKey, destinationAccountId, sourceAccountId
1
simulateDeposit
2
internalTransfer
3
externalSend

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Fund a managed account and move money
  version: 1.0.0
  summary: >-
    Simulate a deposit into a managed account, then move funds with an internal
    transfer and an external send. Uses the Simulator API for the deposit so a
    fork runs end-to-end in the Weavr sandbox.
  x-realizes-capability-ids:
  - BC-1340.10
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-1340.10
      capability_name: Payment Initiation Management
      spec: weavr-transfers-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: accountsApi
  url: ../openapi/weavr-accounts-api-openapi.yml
  type: openapi
- name: sendsApi
  url: ../openapi/weavr-sends-api-openapi.yml
  type: openapi
- name: transfersApi
  url: ../openapi/weavr-transfers-api-openapi.yml
  type: openapi
workflows:
- workflowId: fundAccountAndTransfer
  summary: Simulate deposit -> internal transfer -> external send.
  inputs:
    type: object
    properties:
      apiKey: {type: string}
      apiSecretKey: {type: string}
      sourceAccountId: {type: string}
      destinationAccountId: {type: string}
  steps:
  - stepId: simulateDeposit
    operationId: accounts_account_id_deposit
    successCriteria:
    - condition: $statusCode == 200
  - stepId: internalTransfer
    operationId: transferCreate
    outputs:
      transferId: $response.body#/id
  - stepId: externalSend
    operationId: sendCreate
    outputs:
      sendId: $response.body#/id

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/weavr-fund-account-and-transfer"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.