> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Agent SDK Overview

<h2 id="capabilities">
  Capabilities
</h2>

| Scenario              | Java SDK  | PHP SDK   |
| --------------------- | --------- | --------- |
| Bind user             | Supported | Supported |
| Fixed amount transfer | Supported | Supported |
| Transfer all out      | Supported | Supported |
| Reverse transfer      | Supported | Supported |
| Query orders          | Supported | Supported |
| Create entry URL      | Supported | Supported |
| Webhook verification  | Supported | Supported |

<h2 id="common-configuration">
  Common configuration
</h2>

| Key             | Example                                                                            | Description                                       |
| --------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------- |
| baseUrl         | [https://agent-api.6mm.com](https://agent-api.6mm.com)                             | 6MM Agent API service URL without trailing slash. |
| agentCode       | AGENT001                                                                           | Partner agent code.                               |
| apiSecret       | your-api-secret                                                                    | API signing secret stored only on the backend.    |
| defaultCurrency | USDT                                                                               | Default currency for transfer and account APIs.   |
| webhookUrl      | [https://partner.example.com/6mm/webhook](https://partner.example.com/6mm/webhook) | Partner endpoint for 6MM webhook notifications.   |