# Stables APIs

## Home

- [Developer Platform](https://docs.stables.money/readme.md): Welcome to your team’s developer platform

## Get Started

- [Welcome](https://docs.stables.money/get-started/readme.md)
- [Get started with Stables](https://docs.stables.money/get-started/getting-started/quickstart.md)
- [Onboard your first customer](https://docs.stables.money/get-started/getting-started/quickstart/onboard-your-first-customer.md)
- [Create your first payment](https://docs.stables.money/get-started/getting-started/quickstart/create-your-first-payment.md)
- [Configure webhooks](https://docs.stables.money/get-started/getting-started/quickstart/configure-webhooks.md)
- [Setup a sandbox environment](https://docs.stables.money/get-started/getting-started/quickstart/setup-a-sandbox-environment.md)
- [Production checklist](https://docs.stables.money/get-started/getting-started/quickstart/production-checklist.md)
- [Building with AI](https://docs.stables.money/get-started/getting-started/quickstart/building-with-ai.md)
- [AI agents](https://docs.stables.money/get-started/getting-started/quickstart/building-with-ai/ai-agents.md)
- [MCP](https://docs.stables.money/get-started/getting-started/quickstart/building-with-ai/mcp.md)
- [Agent safety](https://docs.stables.money/get-started/getting-started/quickstart/building-with-ai/agent-safety.md)
- [Use Cases](https://docs.stables.money/get-started/guides/use-cases.md)
- [How the Platform Is Structured](https://docs.stables.money/get-started/guides/how-the-platform-is-structured.md)
- [Choose Your Integration Style](https://docs.stables.money/get-started/guides/choose-your-integration-style.md)
- [Environments](https://docs.stables.money/get-started/guides/environments.md)

## Developer Platform

- [Overview](https://docs.stables.money/developer-platform/customer/readme.md)
- [Customer](https://docs.stables.money/developer-platform/customer/customer.md)
- [Customer Types](https://docs.stables.money/developer-platform/customer/customer/customer-types.md)
- [Identity Verification (KYC/KYB)](https://docs.stables.money/developer-platform/customer/customer/identity-verification-kyc-kyb.md)
- [Entitlements](https://docs.stables.money/developer-platform/customer/customer/entitlements.md)
- [Webhooks](https://docs.stables.money/developer-platform/customer/customer/webhooks.md)
- [Compliance](https://docs.stables.money/developer-platform/customer/compliance.md)
- [Individuals](https://docs.stables.money/developer-platform/customer/compliance/individuals.md)
- [Business](https://docs.stables.money/developer-platform/customer/compliance/business.md)
- [Country Restrictions](https://docs.stables.money/developer-platform/customer/compliance/country-restrictions.md)
- [Supported Document Types](https://docs.stables.money/developer-platform/customer/compliance/supported-document-types.md)
- [SOF & SOW](https://docs.stables.money/developer-platform/customer/compliance/sof-and-sow.md)
- [Source of Funds (SOF) & Source of Wealth (SOW)](https://docs.stables.money/developer-platform/customer/compliance/source-of-funds-sof-and-source-of-wealth-sow.md)
- [Transaction Monitoring & Risk Rules](https://docs.stables.money/developer-platform/customer/compliance/transaction-monitoring-and-risk-rules.md)
- [Country Restrictions & Sanctions Screening](https://docs.stables.money/developer-platform/customer/compliance/country-restrictions-and-sanctions-screening.md)
- [Overview](https://docs.stables.money/developer-platform/payments/overview.md)
- [Transfers](https://docs.stables.money/developer-platform/payments/transfers.md)
- [Transfer states](https://docs.stables.money/developer-platform/payments/transfers/transfer-states.md)
- [Supported currencies](https://docs.stables.money/developer-platform/payments/transfers/supported-currencies.md)
- [Purpose Codes](https://docs.stables.money/developer-platform/payments/transfers/purpose-codes.md)
- [Payment Routes](https://docs.stables.money/developer-platform/payments/virtual-accounts.md)
- [Virtual Accounts Whitelisting](https://docs.stables.money/developer-platform/payments/virtual-accounts/whitelisting.md)
- [Supported currencies](https://docs.stables.money/developer-platform/payments/virtual-accounts/supported-currencies.md)
- [Limits](https://docs.stables.money/developer-platform/payments/limits.md)
- [Minimums](https://docs.stables.money/developer-platform/payments/limits/minimums.md)
- [Fees](https://docs.stables.money/developer-platform/payments/fees.md)

## API Reference

- [Authentication](https://docs.stables.money/api-reference/readme.md)
- [Idempotency](https://docs.stables.money/api-reference/idempotency.md)
- [Pagination](https://docs.stables.money/api-reference/pagination.md)
- [Errors](https://docs.stables.money/api-reference/errors.md)
- [Create Customer](https://docs.stables.money/api-reference/customers/create-customer.md)
- [Get Customer](https://docs.stables.money/api-reference/customers/get-customer.md)
- [Update Customer](https://docs.stables.money/api-reference/customers/update-customer.md)
- [Get All Customers](https://docs.stables.money/api-reference/customers/get-all-customers.md)
- [Create Customer via Link](https://docs.stables.money/api-reference/customers/create-customer-via-link.md)
- [Create Virtual Accounts](https://docs.stables.money/api-reference/virtual-accounts/create-virtual-accounts.md)
- [Get Virtual Accounts](https://docs.stables.money/api-reference/virtual-accounts/get-virtual-accounts.md)
- [Virtual Account Whitelisting](https://docs.stables.money/api-reference/virtual-accounts/virtual-account-whitelisting.md)
- [Update Virtual Account](https://docs.stables.money/api-reference/virtual-accounts/update-virtual-account.md)
- [Get Transactions](https://docs.stables.money/api-reference/virtual-accounts/get-transactions.md)
- [Create Quote](https://docs.stables.money/api-reference/transfers/create-quote.md)
- [Create Transfer](https://docs.stables.money/api-reference/transfers/create-transfer.md)
- [Get Transfers](https://docs.stables.money/api-reference/transfers/get-transfers.md)
- [Create API Key](https://docs.stables.money/api-reference/api-keys/create-api-key.md)
- [List API Keys](https://docs.stables.money/api-reference/api-keys/list-api-keys.md)
- [Get API Key](https://docs.stables.money/api-reference/api-keys/get-api-key.md)
- [Revoke API Key](https://docs.stables.money/api-reference/api-keys/revoke-api-key.md)
- [Create Webhook](https://docs.stables.money/api-reference/webhooks/create-webhook.md)
- [List Webhook](https://docs.stables.money/api-reference/webhooks/list-webhook.md)
- [Delete Webhook](https://docs.stables.money/api-reference/webhooks/delete-webhook.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on a page URL with the `ask` query parameter:

```
GET https://docs.stables.money/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
