> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moove.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Moove Send

> Programmatic payouts to any handle, address or alias are not yet available. The Moove Send API is planned.

<Warning>
  **Coming soon.** There is no public API for Moove Send on moove.xyz today. No endpoints, no scopes, no agent.
</Warning>

The planned Moove Send API would pay out to any `@moovehandle`, wallet address or alias, across any supported chain — with the destination chain and token resolved from the recipient's own settings.

A **Moove Send Agent** appears in the API key picker, disabled and labelled coming soon. It grants no scopes and cannot be selected.

## What exists today

The only public API surface is payment links.

| Method | Path               | Scope                 |
| ------ | ------------------ | --------------------- |
| `POST` | `/v1/payment-link` | `payment_link:create` |
| `GET`  | `/v1/payment-link` | `payment_link:read`   |

[Moove Payment Links →](/api-reference/moove-receive/moove-payment-links)

## Use the product

Moove Send works today on the web and in the Moove App.

[Moove Send →](/transact/moove-send)

## Next

<CardGroup cols={3}>
  <Card title="Introduction" icon="code" href="/api-reference/introduction">
    What the API does today.
  </Card>

  <Card title="Moove Payment Links" icon="link" href="/api-reference/moove-receive/moove-payment-links">
    The live endpoints.
  </Card>

  <Card title="Contact Us" icon="mail" href="/contact-us/email">
    Tell us what you need.
  </Card>
</CardGroup>
