> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/settings/bring-your-own-subscription.md).

# Bring your own Subscription

EMCP empowers users to seamlessly integrate their own cloud subscriptions, bringing unparalleled flexibility and control to your confidential cloud computing experience. In a digital landscape where customization and adaptability are paramount, EMCP stands out as a game-changer, allowing users to harness the full potential of their preferred cloud services through a unified and streamlined interface.

Our innovative approach revolves around the concept of "Bring Your Own Cloud Subscription," where users can effortlessly integrate their existing cloud environments into our platform by simply adding their API keys. Whether you're utilizing Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), EMCP ensures a harmonious convergence, breaking down silos and unlocking the true potential of your cloud infrastructure.

Security is at the forefront of our design, and EMCP ensures that your API keys are handled with the utmost care. Leveraging a vHSM, our platform employs robust 3D encryption and follows industry-leading security practices to safeguard your sensitive information, giving you the confidence to leverage the full spectrum of your cloud subscriptions without compromising on data protection.

## Configure your subscription/tenant

To navigate to Bring your own Subscription, do the following:

1. Go to the `Settings` page

<figure><img src="/files/jZDYfdYyNr1rpdI7ho7p" alt=""><figcaption></figcaption></figure>

2. Click on the `BYOS` tab

<figure><img src="/files/s7Vf3GDA48HTu4IQjBYP" alt=""><figcaption></figcaption></figure>

3. Follow the tutorials for Azure, AWS, GCP to configure an API key with the right amount of privileges to grant EMCP the capabilities to run workload.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/settings/bring-your-own-subscription.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
