# Promptable Money Movement

A dollar infrastructure API for the AI era. One API across USD and stablecoins, designed to work natively with the AI tools every developer is already using.

[Access the Sandbox](https://app.conduit.financial/)

## AI toolcURL

```bash
curl --request POST 
  --url https://api.conduit.financial/v2/customers/{customerId}/features 
  --header 'Content-Type: application/json' 
  --header 'Idempotency-Key: <idempotency-key>' 
  --header 'x-api-key: <api-key>' 
  --data '
{
  "type": "VIRTUAL_ACCOUNT",
  "fields": {
    "certification": {
      "termsAndConditions": true
    }
  },
  "documentIds": [\
    "doc_2xKjF9mQb7vN4hL1pR3w8t"\
  ],
  "asset": "USD"
}
'  
```

```json
// For your AI Agent:
{
  "name": "create_virtual_account",
  "endpoint": "POST /v2/customers/{customerId}/features",
  "auth": "x-api-key: <api-key>",
  "args": {
    "type": "VIRTUAL_ACCOUNT",
    "asset": "USD",
    "documentIds": ["string"],
    "certification": { "termsAndConditions": true }
  },
  "returns": {
    "featureId": "string",
    "status": "active",
    "virtualAccount": "USD account + routing details"
  }
}
```

200 OK · 1.2s · account live

## We rebuilt money movement for how people actually build today.

### accounts & wallets

#### Onboarding in minutes

Best-in-class onboarding.

The time between "I integrated Conduit" and "my customers have USD accounts and stablecoin wallets" is measured in minutes.

### fiat & stablecoins

#### USD solved completely

A full suite of USD-backed products in one API.

Accounts, wallets, and cross-border payments. Built on our industry-leading banking stack, with smart-routing for redundancy and efficiency.

### secure & compliant

#### Compliance built-in at every step

The hardest part of money management, handled for you.

Moving money stays fast and compliant from the first API call onward.

#### Welcome to the new money movement.

[Access the Sandbox](https://app.conduit.financial/)
