> For the complete documentation index, see [llms.txt](https://docs.metacopier.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metacopier.io/b2b/business-to-business.md).

# Business-to-Business

At MetaCopier, we understand that businesses often require tailor-made solutions to meet their unique needs. Whether you're running a trading platform, managing a financial institution, or developing a trading project, our copier technology is adaptable to your specific requirements.

## Why Choose MetaCopier for Your Business?

* **Flexible Integration**: We can seamlessly integrate our copier technology into your existing trading project, whether you use MetaTrader or another platform.
* **Scalability**: Our solutions are designed to scale, ensuring they grow with your business and support increasing demands.
* **Customization**: From trade management to reporting, we offer customizable features that align with your business goals.
* **Security & Reliability**: We prioritize the highest standards in data security, encryption, and system stability to ensure that your trading operations are safe and consistent.

Our custom solutions can help you automate trade copying across multiple accounts, enhance execution efficiency. Our copier can adapt to various trading platforms and strategies to meet the demands of your business.

We offer two solutions:

{% content-ref url="/pages/mXgb8A5RGSTyHht5A8iN" %}
[White-Label](/b2b/white-label.md)
{% endcontent-ref %}

{% content-ref url="/pages/6OvQAlRQ83fqJ15hCExh" %}
[Signal sharing](/features/signal-sharing.md)
{% endcontent-ref %}

## Build Your Own Frontend & Backend via API

As an alternative to the White Label option, you can build your own frontend and backend and use our [REST API](/rest-api/api.md) and [Socket API](/socket-api/api.md) to add, configure, and manage trading accounts programmatically.

### How it works

1. **You create a project in MetaCopier**.
2. **You generate a project-level API key** (optionally restricted via an [Access Policy](/rest-api/access-policy.md)).
3. **Your backend uses our REST / Socket API** to automate account creation, configuration, copying rules, monitoring, etc.
4. **Your users interact with your own frontend** and never touch MetaCopier directly.

This setup is ideal if you already have a product, a user base, and a billing system, and you only want to use MetaCopier as the trade-copying engine behind the scenes.

### What is **not** possible

Our REST / Socket API **cannot** be used to let *your end customers* sign up to MetaCopier, create their own MetaCopier projects, or add their own credit cards through your application. The API is designed to operate **within a single project that you own and pay for**.

In other words:

* ✅ You own one (or more) MetaCopier projects and drive them via the API on behalf of your customers.
* ❌ You cannot use the API to provision a separate MetaCopier project, subscription, or payment method per end customer.

If you want to expose copier functionality to your own users, you must implement **user registration, authentication, billing, and payment** on your own backend / frontend. All trading accounts created via the API will live inside your MetaCopier project and be billed to you under your subscription.

## Get in Touch

Interested in a custom solution for your business? Contact us to discuss your specific needs, and let us provide a tailored solution that delivers results.

**Contact us at**: <support@metacopier.io>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

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

```
GET https://docs.metacopier.io/b2b/business-to-business.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.
